CSS Tutorial 43 - Animation Properties

Опубликовано: 01 Октябрь 2024
на канале: Struct Feed
459
3

In this tutorial I go over Animation properties in CSS. To create an animation, you use the @keyframes rule to create an animation, you will then need to bind the animation to an HTML element.

You can use animation-name property to set the animation that you want to bind to an HTML element. With animation-duration property you can set how long the animation will last. With animation-delay you can set the delay for the animation. You can use animation-iteration-count you can set how many times the animation should repeat. With animation-direction, you can set the direction of animation.