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

LibWeb: Implement KeyframeEffect::{get,set}_keyframes

This commit is contained in:
Matthew Olsson 2024-02-12 13:51:36 +00:00 committed by Andreas Kling
parent 38c67ba17c
commit 3c9c134d71
3 changed files with 54 additions and 7 deletions

View file

@ -110,6 +110,8 @@ namespace JS {
P(compactDisplay) \
P(compareExchange) \
P(compile) \
P(composite) \
P(computedOffset) \
P(concat) \
P(configurable) \
P(console) \
@ -157,6 +159,7 @@ namespace JS {
P(done) \
P(dotAll) \
P(drop) \
P(easing) \
P(encodeURI) \
P(encodeURIComponent) \
P(endsWith) \