From a29f9a676a6ea3bad56ede05cd1a1c82ffbbe8e9 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sun, 10 Apr 2016 10:47:35 -0400 Subject: #219 - everything upgraded Former-commit-id: 15f58d10df83feda8199a1b904433e625ef36b44 --- www/lib/ionic/scss/_slide-box.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'www/lib/ionic/scss/_slide-box.scss') diff --git a/www/lib/ionic/scss/_slide-box.scss b/www/lib/ionic/scss/_slide-box.scss index f6dfa113..f3da4d3e 100644 --- a/www/lib/ionic/scss/_slide-box.scss +++ b/www/lib/ionic/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; + } +} -- cgit v1.2.3