1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:27:35 +00:00

LibWeb: Use [ExplicitNull] in Animation.idl

This commit is contained in:
Matthew Olsson 2024-02-18 10:55:45 -07:00 committed by Tim Flynn
parent 39f5e32ee9
commit cac11ac891
3 changed files with 7 additions and 9 deletions

View file

@ -6,7 +6,7 @@
[Exposed=Window]
interface Animation : EventTarget {
constructor(optional AnimationEffect? effect = null,
optional AnimationTimeline? timeline);
[ExplicitNull] optional AnimationTimeline? timeline);
attribute DOMString id;
attribute AnimationEffect? effect;