DocumentTimeline

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2020.

DocumentTimelineウェブアニメーション API のインターフェイスで、(Document.timeline からアクセスできる)既定の文書タイムラインを含むアニメーションタイムラインを表します。

AnimationTimeline DocumentTimeline

コンストラクター

DocumentTimeline()

現在の閲覧コンテキストでアクティブな文書に関連付けられた、新しい DocumentTimeline オブジェクトを作成します。

インスタンスプロパティ

このインターフェイスには、親である AnimationTimeline からプロパティを継承しています。

AnimationTimeline.currentTime

タイムラインの時刻値をミリ秒で返します。無効な場合は null を返します。

仕様書

Specification
Web Animations
# the-documenttimeline-interface

ブラウザーの互換性

BCD tables only load in the browser

関連情報