Articles tagged: CSS Animations
Found 13 documents
- Web/API/CSSKeyframeRule The CSSKeyframeRule interface describes an object representing a set of style for a given ...
- Web/API/CSSKeyframesRule The CSSKeyframesRule interface describes an object representing a complete set of keyframes for ...
- Web/CSS/animation The animation CSS property is a shorthand property for animation-name, animation-duration, ...
- Web/CSS/animation-delay The animation-delay CSS property specifies when the animation should start. This lets the ...
- Web/CSS/animation-direction The animation-direction CSS property indicates whether the animation should play in reverse on ...
- Web/CSS/animation-duration The animation-duration CSS property specifies the length of time that an animation should take ...
- Web/CSS/animation-fill-mode The animation-fill-mode CSS property specifies how a CSS animation should apply styles to its ...
- Web/CSS/animation-iteration-count The animation-iteration-count CSS property defines the number of times an animation cycle should ...
- Web/CSS/animation-name The animation-name CSS property specifies a list of animations that should be applied to the ...
- Web/CSS/animation-play-state The animation-play-state CSS property determines whether an animation is running or paused. This ...
- Web/CSS/animation-timing-function The animation-timing-function CSS property specifies how a CSS animation should progress over ...
- Web/CSS/CSS_Animations CSS Animations is a module of CSS that defines how to animate the values of CSS properties over ...
- Web/CSS/CSS_Animations/Using_CSS_animations CSS animations make it possible to animate transitions from one CSS style configuration to another.