CSS3 – animation + steps
J’ai découvert récemment la fonction steps() qui peut être utilisé avec les animations CSS3. Comment steps() fonctionne ? @keyframes anim { form { width: 0px; } to { width: 100px; } } @-webkit-keyframes anim { form { width: 0px; } to { width: 100px; } } div { animation: anim 0.7s steps(4) infinite; -webkit-animation: anim 0.7s […]
CSS3 – animation + steps Lire la suite »






