diff --git a/scss/_slide-box.scss b/scss/_slide-box.scss index f6dfa113a09..f3da4d3ee97 100644 --- a/scss/_slide-box.scss +++ b/scss/_slide-box.scss @@ -54,3 +54,18 @@ } } } + +//Disable animate service animations +.slider-slide, +.slider-pager-page { + &.ng-enter, + &.ng-leave, + &.ng-animate { + -webkit-transition: none !important; + transition: none !important; + } + &.ng-animate { + -webkit-animation: none 0s; + animation: none 0s; + } +}