Transition
PREVIEW
move the mouse here.
CODE
Copy this to the parent element.
perspective: 0px;
Copy this to the transitioned element or pseudo-element, like . :hover
transform: rotateX(0deg) rotateY(0deg);
transform-style: preserve-3d;
transform-style: preserve-3d;
Utilization
The CSS transition property is a
shorthand property for transition-property, transition-duration, transition-timing-function and
transition-delay. It allows you to define the transition between two states
of an element.
You can test for this property with our tool.