About 55 results
Open links in new tab
  1. animation CSS property - CSS | MDN - MDN Web Docs

    5 days ago · The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, …

  2. CSS animations - MDN Web Docs

    Feb 15, 2026 · The CSS animations module lets you animate the values of CSS properties, such as background-position and transform, over time by using keyframes. Each keyframe describes how the …

  3. Using the Web Animations API - Web APIs | MDN - MDN Web Docs

    The Web Animations API lets us construct animations and control their playback with JavaScript. This article will start you off in the right direction with fun demos and tutorials featuring Alice in Wonderland.

  4. animation-composition CSS property - CSS | MDN - MDN Web Docs

    Apr 20, 2026 · The animation-composition CSS property specifies the composite operation to use when multiple animations affect the same property simultaneously.

  5. CSS scroll-driven animations - CSS | MDN - MDN Web Docs

    Apr 22, 2026 · The CSS scroll-driven animations module provides functionality that builds on the CSS animations module and Web Animations API. It allows you to animate property values along a scroll …

  6. Animatable CSS properties - CSS | MDN - MDN Web Docs

    Nov 20, 2025 · CSS Animations and Transitions rely on the concept of animatable properties, and all CSS properties are animatable unless otherwise specified. Each property's animation type …

  7. Element: animationstart event - Web APIs | MDN

    Nov 7, 2025 · The animationstart event is fired when a CSS Animation has started. If there is an animation-delay, this event will fire once the delay period has expired. A negative delay will cause …

  8. Using CSS animations - CSS | MDN - MDN Web Docs

    Dec 15, 2025 · Using CSS animations CSS animations make it possible to animate transitions from one CSS style configuration to another. Animations consist of two components: a style describing the …

  9. animation-timing-function CSS property - CSS | MDN

    Apr 20, 2026 · The animation-timing-function CSS property sets how an animation progresses through the duration of each cycle.

  10. Using CSS transitions - CSS | MDN - MDN Web Docs

    Dec 16, 2025 · Using CSS transitions CSS transitions provide a way to control animation speed when changing CSS properties. Instead of having property changes take effect immediately, you can …