mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
LibWeb: Add KeyframeEffect IDL objects
This commit is contained in:
parent
99bb5a1d08
commit
5824916f8c
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/mattco98
Commit: 5824916f8c
Pull-request: https://github.com/SerenityOS/serenity/pull/21913
8 changed files with 303 additions and 0 deletions
|
@ -127,6 +127,8 @@ public:
|
|||
Optional<double> current_iteration() const;
|
||||
Optional<double> transformed_progress() const;
|
||||
|
||||
virtual DOM::Element* target() const { return {}; }
|
||||
|
||||
protected:
|
||||
AnimationEffect(JS::Realm&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue