Verkorte eigenschap voor animatie in CSS
Gegeven de code:
#elem {
animation-name: anim;
animation-duration: 4s;
animation-delay: 5s;
animation-timing-function: ease;
}
Herschrijf het via de verkorte eigenschap.
Gegeven de code:
#elem {
animation-name: anim;
animation-duration: 4s;
animation-delay: 5s;
animation-timing-function: ease;
}
Herschrijf het via de verkorte eigenschap.