约 55 个结果
在新选项卡中打开链接
  1. animation CSS property - CSS | MDN - MDN Web Docs

    2026年5月11日 · 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

    2026年2月15日 · 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. Animation - Web APIs - MDN

    2025年11月4日 · The Animation interface of the Web Animations API represents a single animation player and provides playback controls and a timeline for an animation node or source.

  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 right direction with fun demos and tutorials featuring Alice in Wonderland.

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

    2025年11月7日 · The Web Animations API allows for synchronizing and timing changes to the presentation of a Web page, i.e., animation of DOM elements. It does so by combining two models: …

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

    2025年12月15日 · 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 …

  7. CSSAnimation - Web APIs - MDN

    2023年3月30日 · CSSAnimation.animationName Read only Returns the animation name as a string. Instance methods This interface inherits methods from its parent, Animation. Examples Inspecting …

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

    2025年11月20日 · 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 …

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

    2025年4月3日 · Web Animations API Concepts The Web Animations API (WAAPI) provides JavaScript developers access to the browser's animation engine and describes how animations should be …

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

    2026年5月28日 · 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 …