Bug 1639753 [wpt PR 23723] - Update interfaces/web-animations.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/web-animations.idl (#23723)

Source: https://github.com/tidoust/reffy-reports/blob/4a0d07a/ed/idl/web-animations.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/689477816
--

wpt-commits: 04019e07daa7628678f361f7b93e8f46b5f701da
wpt-pr: 23723
This commit is contained in:
autofoolip 2020-05-26 11:26:14 +00:00 committed by moz-wptsync-bot
parent cef4f4e7ac
commit eff8040e1a

View File

@ -6,6 +6,7 @@
[Exposed=Window]
interface AnimationTimeline {
readonly attribute double? currentTime;
readonly attribute TimelinePhase phase;
};
dictionary DocumentTimelineOptions {
@ -49,6 +50,8 @@ enum AnimationPlayState { "idle", "running", "paused", "finished" };
enum AnimationReplaceState { "active", "removed", "persisted" };
enum TimelinePhase { "inactive", "before", "active", "after" };
[Exposed=Window]
interface AnimationEffect {
EffectTiming getTiming();