Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2020年3月.
AnimationEffect はウェブアニメーション API のインターフェイスで、アニメーション効果を表すインターフェイスです。
AnimationEffect は抽象インターフェイスなので、直接インスタンス化することはできません。しかし、 KeyframeEffect のような具体的なインターフェイスはこれを継承しており、これらのインターフェイスのインスタンスは Animation オブジェクトに渡して再生することができますし、 CSS アニメーションやトランジションでも使うことができます。
アニメーションのすべてのタイミング値を含む、アニメーションに関連付けられたオブジェクトを返します。
AnimationEffect.getComputedTiming()この AnimationEffect のタイミングプロパティの計算値を返します。
AnimationEffect.updateTiming()この AnimationEffect のタイミングプロパティの指定値を更新します。
| Web Animations # the-animationeffect-interface |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2025年11月9日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.