aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/utils/animation.scss
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2017-12-20 15:14:05 +0000
committerSam Potts <sam@potts.es>2017-12-20 15:14:05 +0000
commit6864149989c6a5b1bb6e9199e1f8af062c64dcc4 (patch)
tree283649e596f5a81780fabe3603bb0be7d0d47485 /src/sass/utils/animation.scss
parentaab53fa91fded2babdef8c3529a0ff1203f92f97 (diff)
downloadplyr-6864149989c6a5b1bb6e9199e1f8af062c64dcc4.tar.lz
plyr-6864149989c6a5b1bb6e9199e1f8af062c64dcc4.tar.xz
plyr-6864149989c6a5b1bb6e9199e1f8af062c64dcc4.zip
Converted to SASS/SCSS
Diffstat (limited to 'src/sass/utils/animation.scss')
-rw-r--r--src/sass/utils/animation.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sass/utils/animation.scss b/src/sass/utils/animation.scss
new file mode 100644
index 00000000..4a5b6b90
--- /dev/null
+++ b/src/sass/utils/animation.scss
@@ -0,0 +1,7 @@
+// --------------------------------------------------------------
+// Animation utils
+// --------------------------------------------------------------
+
+.plyr--no-transition {
+ transition: none !important;
+}