try some animations
This commit is contained in:
parent
f41babc783
commit
86aea340eb
|
@ -38,6 +38,7 @@
|
|||
@import "app/modules/forms";
|
||||
@import "app/modules/notice";
|
||||
|
||||
@import "app/animation/wheelbarrow";
|
||||
|
||||
@import "app/layout";
|
||||
@import "app/layouts/dashboard";
|
||||
|
|
18
app/styles/app/animation/wheelbarrow.sass
Normal file
18
app/styles/app/animation/wheelbarrow.sass
Normal 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)
|
Loading…
Reference in New Issue
Block a user