try some animations

This commit is contained in:
Lisa Passing 2015-08-03 11:28:30 +02:00
parent f41babc783
commit 86aea340eb
2 changed files with 19 additions and 0 deletions

View File

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

View File

@ -0,0 +1,18 @@
#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)