1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

LibWeb: Add the Animation IDL object

This commit is contained in:
Matthew Olsson 2023-11-06 15:17:19 +00:00 committed by Andreas Kling
parent 0df06ce273
commit 1ca46afa2f
Notes: sideshowbarker 2024-07-16 21:39:23 +09:00
6 changed files with 270 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# This file is included from "Meta/CMake/libweb_data.cmake"
# It is defined here so that there is no need to go to the Meta directory when adding new idl files
libweb_js_bindings(Animations/Animation)
libweb_js_bindings(Animations/AnimationEffect)
libweb_js_bindings(Animations/AnimationTimeline)
libweb_js_bindings(Animations/DocumentTimeline)