LibWeb: Start transitions when affected properties change

Co-authored-by: Matthew Olsson <matthewcolsson@gmail.com>
This commit is contained in:
Sam Atkins 2024-09-19 14:13:20 +01:00 committed by Andreas Kling
commit a1fca1a7f3
Notes: github-actions[bot] 2024-09-22 04:42:46 +00:00
8 changed files with 380 additions and 11 deletions

View file

@ -0,0 +1,5 @@
left starts at: 0px
shortly after starting, left is >= 0px? true and < 200px? true
half-way through, left is > 0px? true and < 200px? true
near the end, left is > 0px? true and < 200px? true
after the transition, left is: 200px