Home >Web Front-end >HTML Tutorial >CSS3---2D transformation
transform
Transition-origin: Set the origin referenced by the transformation in the object
none: No transformation
translate(
translateX(
translateY(
rotate(
Scale(
ScaleX(
scaleY(
skew(
skewX(
skewY(
Transition:
transtion:[transtion-property]||[transtion-duration]||[transtion-timing-function]||[transtion-delay]
transtion-property: Retrieve or set the properties involved in the transition in the object default
transtion-duration: Retrieve or set the duration of object transition
Transtion-timing-function: Retrieve or set the animation type of object transition
Transtion-delay: Retrieve or set the time of object delay transition
Animation:
animation:[animation-name]||[animation-duration]||[animation-timing-function]||[animation-delay]||[animation-iteration-count]||[animation-direction]
animation-name: Retrieve or set the animation name applied to the object
animation-duration: Retrieve or set the duration of object animation
animation-timing-function: Retrieve or set the transition type of object animation
animation-delay: Retrieve or set the delay time of object animation
animation-iteration-count: Retrieve or set the number of cycles of object animation
animation-direction: Retrieve or set whether the object animation moves in reverse in the loop