Animation is the rapid display of a sequence of images to create an illusion of movement.
transform & transform-originskew, scale, rotate, translateperspective & perspective-originscale3d, rotateY, rotateY, rotateZ, translate3d
transition: [
<property> ||
<duration> ||
<timing-function> ||
<delay> ]
animaton: [
<name> ||
<duration> ||
<timing-function> ||
<delay> ||
<iteration-count> ||
<direction> ||
<fill-mode> ]
@keyframes animation-name {
0%, 100% {...}
from, to {...}
50% {...}
}
animationstartanimationendanimationiterationgetContext('2d')arc, stroke, fill, ...scale, rotate, translate, transformdrawImagesetTimeout
requestAnimationFrame