Skip to content

Commit

Permalink
Add interfaces/css-animations-2.idl
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip committed Dec 15, 2020
1 parent 8df472a commit 1141849
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions interfaces/css-animations-2.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: CSS Animations Level 2 (https://drafts.csswg.org/css-animations-2/)

[Exposed=Window]
interface CSSAnimation : Animation {
readonly attribute CSSOMString animationName;
};

0 comments on commit 1141849

Please sign in to comment.