aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/less/lib/animation.less
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-06-25 22:35:04 +1000
committerSam Potts <me@sampotts.me>2016-06-25 22:35:04 +1000
commitbe19b7271980db0df00fdc840150645c60457459 (patch)
treed7f1d0a2e2e47df17494d29fc2ed00704b34e72d /demo/src/less/lib/animation.less
parent2fdcc18356510ab22998052eb9258238cd0de022 (diff)
parent4c1cdea56e2ed641642f2436673c21debc0022d0 (diff)
downloadplyr-be19b7271980db0df00fdc840150645c60457459.tar.lz
plyr-be19b7271980db0df00fdc840150645c60457459.tar.xz
plyr-be19b7271980db0df00fdc840150645c60457459.zip
Merge branch 'master' of https://github.com/Selz/plyr
# Conflicts: # dist/plyr.css # src/less/plyr.less # src/scss/plyr.scss
Diffstat (limited to 'demo/src/less/lib/animation.less')
-rw-r--r--demo/src/less/lib/animation.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/demo/src/less/lib/animation.less b/demo/src/less/lib/animation.less
new file mode 100644
index 00000000..386c6613
--- /dev/null
+++ b/demo/src/less/lib/animation.less
@@ -0,0 +1,9 @@
+// ==========================================================================
+// Animations
+// ==========================================================================
+
+// Fade
+@keyframes fade-in {
+ 0% { opacity: 0 }
+ 100% { opacity: 1 }
+} \ No newline at end of file