ANIMATION > ANIMATABLE PROPERTIES
CSS Transforms
Animate CSS transforms individually.
Transform example
JavaScript
const
$ =
animal
;
$
(
'.box'
)
.
animate
({
translateX
:
100
,
rotate
:
'1turn'
,
scale
:
0.5
}
)
;
REPLAY