bottom animation don't work
Hey !
I don't know why it doesnt work. Can you help me please ? Thx.
2 Replies
animation:linear
is overwriting your other properties. You need to replace it with animation-timing-function: linear
. https://codepen.io/Beanie127/pen/QWXpEEV
specifically, if you use the animation
shorthand property and don't specify an animation duration, it defaults to 0 and plays immediatelythx a lot !