1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00

LibWeb: Generate JavaScript bindings for CSSKeyframeRule

We still need to do a bit of work. For example: `set_key_text` isn't
implemented due to its requirements being quite complex, but it's
a start.
This commit is contained in:
Caoimhe 2023-06-20 16:19:40 +01:00 committed by Andreas Kling
parent f02ccffaa8
commit e3612708c7
3 changed files with 12 additions and 1 deletions

View file

@ -7,6 +7,7 @@ libweb_js_bindings(CSS/CSSConditionRule)
libweb_js_bindings(CSS/CSSFontFaceRule)
libweb_js_bindings(CSS/CSSGroupingRule)
libweb_js_bindings(CSS/CSSImportRule)
libweb_js_bindings(CSS/CSSKeyframeRule)
libweb_js_bindings(CSS/CSSMediaRule)
libweb_js_bindings(CSS/CSS NAMESPACE)
libweb_js_bindings(CSS/CSSRule)