Kurs CSS3
Animacje
Div animowany
https://www.w3schools.com/cssref/css3_pr_animation.asp
Default value: none 0 ease 0 1 normal none running
name, duration, timing-function, delay, iteration-count, direction, fill-mode, play-state
- animation-name (nazwa)
- animation-duration (czas trwania animacji)
- animation-timing-function (ease, linear itd.)
- animation-delay (opóźnienie animacji)
- animation-iteration-count (ilość powtórzeń animacji)
- animation-direction(kierunek animacji)
- animation-fill-mode
- animation-play-state
ANIMATION 2