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

    May 11, 2026 · The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, …

  2. Animation - Web APIs - MDN

    Nov 4, 2025 · The Animation interface of the Web Animations API represents a single animation player and provides playback …

  3. 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 …

  4. 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 …

  5. Web Animations API - Web APIs | MDN - MDN Web Docs

    Nov 7, 2025 · The Web Animations API allows for synchronizing and timing changes to the presentation of a Web page, i.e., …

  6. Using CSS animations - MDN

    Dec 15, 2025 · Using CSS animations CSS animations make it possible to animate transitions from one CSS style configuration to …

  7. 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 …

  8. CSSAnimation - Web APIs - MDN

    Mar 30, 2023 · CSSAnimation.animationName Read only Returns the animation name as a string. Instance methods This interface …

  9. Web Animations API Concepts - Web APIs | MDN - MDN Web Docs

    Apr 3, 2025 · Web Animations API Concepts The Web Animations API (WAAPI) provides JavaScript developers access to the …

  10. Animation: Animation () constructor - Web APIs | MDN - MDN Web Docs

    Aug 27, 2025 · The Animation() constructor of the Web Animations API returns a new Animation object instance.