Today, let's talk about the use of Transform animation properties and how to use them, what do you need to pay attention to when using animated properties? Let's give you a little example below.
Transform Animation properties
The Transform property applies a 2D or 3D conversion to an element. This property allows us to rotate, scale, move, or skew elements.
Rotate3d (x,y,z,angle) x, y, z that attribute 1 rotates the angle around that axis deg
@keyframes name pre-defined effect
The animation property is a shorthand property for setting six animation properties:
cases;
<!doctype html>
How to use CSS3 animation I believe everyone has already understood, more wonderful please pay attention to the PHP Chinese network other related articles!
Related reading:
How to use property selectors and pseudo class selectors
CSS3 Text-shadow font Shadow How to use
CSS3 Box-shadow How to use