mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
LibWeb: Add the CSSAnimation IDL object
This commit is contained in:
parent
3721a1a81c
commit
3a87c000c4
7 changed files with 88 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2023, Matthew Olsson <mattco@serenityos.org>.
|
||||
* Copyright (c) 2023-2024, Matthew Olsson <mattco@serenityos.org>.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -67,6 +67,8 @@ public:
|
|||
|
||||
void effect_timing_changed(Badge<AnimationEffect>);
|
||||
|
||||
virtual bool is_css_animation() const { return false; }
|
||||
|
||||
protected:
|
||||
Animation(JS::Realm&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue