Spaces:
No application file
No application file
File size: 288 Bytes
d2897cd |
1 2 3 4 5 6 7 8 9 |
.barAnimate() { -webkit-transition-property: margin; transition-property: margin; -webkit-transition-duration: .5s; transition-duration: .5s; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1); } |