mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
LibWeb: Add AnimationTimeline IDL object
This commit is contained in:
parent
8eeb4e0aff
commit
521f8bd5f2
7 changed files with 119 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
// https://www.w3.org/TR/web-animations-1/#animationtimeline
|
||||
[Exposed=Window]
|
||||
interface AnimationTimeline {
|
||||
readonly attribute double? currentTime;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue