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

LibWeb: Add the AnimationEffect IDL object

This commit is contained in:
Matthew Olsson 2023-11-06 15:17:15 +00:00 committed by Andreas Kling
parent e03e710d1b
commit 0df06ce273
7 changed files with 336 additions and 1 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/AnimationEffect)
libweb_js_bindings(Animations/AnimationTimeline)
libweb_js_bindings(Animations/DocumentTimeline)
libweb_js_bindings(Crypto/Crypto)