Animating CSS with Animate.css

Опубликовано: 16 Октябрь 2024
на канале: Nick Meagher
2,126
36

https://daneden.github.io/animate.css/

CSS Code:
-webkit-animation-duration: 1s;
-webkit-animation-delay: 0.6s;
-webkit-animation-iteration-count: 1;
-moz-animation-duration: 1s;
-moz-animation-delay: 0.6s;
-moz-animation-iteration-count: 1;
-o-animation-duration: 1s;
-o-animation-delay: 0.6s;
-o-animation-iteration-count: 1;
animation-duration: 1s;
animation-delay: 0.6s;
animation-iteration-count: 1;

www.icepick.co
@Nick_Meagher