Animation Properties
| Property | Description | CSS |
|---|---|---|
| @keyframes | Specifies the animation | 3 |
| animation | A shorthand property for all the animation properties below, except the animation-play-state property | 3 |
| animation-name | Specifies a name for the @keyframes animation | 3 |
| animation-duration | Specifies how many seconds or milliseconds an animation takes to complete one cycle | 3 |
| animation-timing-function | Specifies the speed curve of the animation | 3 |
| animation-delay | Specifies when the animation will start | 3 |
| animation-iteration-count | Specifies the number of times an animation should be played | 3 |
| animation-direction | Specifies whether or not the animation should play in reverse on alternate cycles | 3 |
| animation-play-state | Specifies whether the animation is running or paused | 3 |
Share:
No comments:
Post a Comment