📑

Animation

Animation is cool

How Define Animation?

we can define animation an several ways.
by using in @keyframes we declare in the element animation-name: and animation-duration:; and in now section define the @keyframes using in some name. define frames and in every frame how we want the elelment look.
we can use in from:, to: keywords, then define only 2 frames (start and end). or using percent like this @keyframes{0%{} 25%{} 70%{} 100%{}}

Main parameters

animation-iterationWe can define any number, or infinite
animation-delay
animation-directionwe can define normal or alternateThe animation is played forwards first, then backwards
animation-timing-function define the speed curve of animation.

examples

CodePen

the best crash cours