Animation is the rapid display of a sequence of images to create an illusion of movement.
transform
& transform-origin
skew
, scale
, rotate
, translate
perspective
& perspective-origin
scale3d
, 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% {...}
}
animationstart
animationend
animationiteration
getContext('2d')
arc
, stroke
, fill
, ...
scale
, rotate
, translate
, transform
drawImage
setTimeout
requestAnimationFrame