CSS animations allow animation of most HTML elements without JavaScript. An animation lets an element gradually change from one style to another. You can change as many CSS properties as you want, as many times as you want.
@keyframes - Defines the animationanimation-name - Name of keyframeanimation-duration - How longanimation-iteration-count - infinite / numberanimation-timing-function - ease / linearanimation-direction - normal / reverse / alternateEdit the code below and click Run to see the result live.