Skip to content

Commit 5433d3f

Browse files
committed
Removed box shadow animation
1 parent 6eefee3 commit 5433d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scss/_animations.scss

+2
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ $ios-transition-box-shadow-end: -200px 0px 200px rgba(0,0,0,0.15), -5px 0px 5px
404404
/**
405405
* iPad doesn't like box shadows
406406
*/
407+
/*
407408
.grade-a:not(.platform-ipad) {
408409
.slide-left-right-ios7, .slide-right-left-ios7.reverse {
409410
> .ng-enter, &.ng-enter {
@@ -422,6 +423,7 @@ $ios-transition-box-shadow-end: -200px 0px 200px rgba(0,0,0,0.15), -5px 0px 5px
422423
}
423424
}
424425
}
426+
*/
425427
.grade-a.platform-ipad {
426428
.slide-left-right-ios7, .slide-right-left-ios7.reverse {
427429
> .ng-enter, &.ng-enter {

0 commit comments

Comments
 (0)