mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
LibWeb: Implement KeyframeEffect::{get,set}_keyframes
This commit is contained in:
parent
38c67ba17c
commit
3c9c134d71
3 changed files with 54 additions and 7 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue