LibWeb: Support subtree option in Animatable.getAnimations()

This commit is contained in:
Matthew Olsson 2024-05-28 04:19:50 -07:00 committed by Andreas Kling
commit a80af938eb
Notes: sideshowbarker 2024-07-17 11:30:05 +09:00
3 changed files with 41 additions and 4 deletions

View file

@ -0,0 +1,6 @@
num animations without subtree: 1
num animations with subtree: 4
Anim for element parent is in the correct order: true
Anim for element child1 is in the correct order: true
Anim for element child2 is in the correct order: true
Anim for element child3 is in the correct order: true