summaryrefslogtreecommitdiff
path: root/www/lib/ionic/scss/_slide-box.scss
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/ionic/scss/_slide-box.scss')
-rw-r--r--www/lib/ionic/scss/_slide-box.scss15
1 files changed, 15 insertions, 0 deletions
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;
+ }
+}