remove animation for now

This commit is contained in:
Lisa Passing 2015-08-03 18:01:40 +02:00
parent 86aea340eb
commit 9efa886d01
2 changed files with 0 additions and 20 deletions

View File

@ -38,8 +38,6 @@
@import "app/modules/forms";
@import "app/modules/notice";
@import "app/animation/wheelbarrow";
@import "app/layout";
@import "app/layouts/dashboard";
@import "app/layouts/error";

View File

@ -1,18 +0,0 @@
#wheelbarrow
#small-box
display: none
#big-box
transform-origin: center center
animation:
@keyframes bigBox
0%
transform: translate(11%, -25%)rotateZ(5deg)
100%
transform: translate(0, 0)rotateZ(0)