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…