AnimationTimeline.idl 155 B

12345
  1. // https://www.w3.org/TR/web-animations-1/#animationtimeline
  2. [Exposed=Window]
  3. interface AnimationTimeline {
  4. readonly attribute double? currentTime;
  5. };