| Index: Source/core/animation/Animation.idl
|
| diff --git a/Source/core/animation/Animation.idl b/Source/core/animation/Animation.idl
|
| index cb339a2b03d9e2dc72fa0c1ac3f78f92e2544f67..d8fdf70f48b89a962a2b90d31d65512e7b720ab7 100644
|
| --- a/Source/core/animation/Animation.idl
|
| +++ b/Source/core/animation/Animation.idl
|
| @@ -47,6 +47,8 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" };
|
| [Measure] void play();
|
| [Measure] void pause();
|
| [Measure] void reverse();
|
| + [RuntimeEnabled=WebAnimationsAPI] attribute double startClip;
|
| + [RuntimeEnabled=WebAnimationsAPI] attribute double endClip;
|
|
|
| [Measure] void cancel();
|
| [Measure] attribute EventHandler onfinish;
|
|
|