aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/less/lib/animation.less
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-03-17 23:30:16 +1100
committerSam Potts <sam@potts.es>2018-03-17 23:30:16 +1100
commit600f0eb8a3cf49f5268e5c15487797d496bc19b6 (patch)
treeae7d43ee753035458e5927b66eb588ff26d58afd /demo/src/less/lib/animation.less
parente0562752eaa4553466b78fb6828d05147a0891d1 (diff)
parent5db73b13276bf50357cc98896421318de66ab042 (diff)
downloadplyr-600f0eb8a3cf49f5268e5c15487797d496bc19b6.tar.lz
plyr-600f0eb8a3cf49f5268e5c15487797d496bc19b6.tar.xz
plyr-600f0eb8a3cf49f5268e5c15487797d496bc19b6.zip
Merge branch 'beta'
# Conflicts: # readme.md
Diffstat (limited to 'demo/src/less/lib/animation.less')
-rw-r--r--demo/src/less/lib/animation.less9
1 files changed, 0 insertions, 9 deletions
diff --git a/demo/src/less/lib/animation.less b/demo/src/less/lib/animation.less
deleted file mode 100644
index 386c6613..00000000
--- a/demo/src/less/lib/animation.less
+++ /dev/null
@@ -1,9 +0,0 @@
-// ==========================================================================
-// Animations
-// ==========================================================================
-
-// Fade
-@keyframes fade-in {
- 0% { opacity: 0 }
- 100% { opacity: 1 }
-} \ No newline at end of file