mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Start transitions when affected properties change
Co-authored-by: Matthew Olsson <matthewcolsson@gmail.com>
This commit is contained in:
parent
e544166977
commit
a1fca1a7f3
Notes:
github-actions[bot]
2024-09-22 04:42:46 +00:00
Author: https://github.com/AtkinsSJ
Commit: a1fca1a7f3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1442
8 changed files with 380 additions and 11 deletions
5
Tests/LibWeb/Text/expected/css/transition-basics.txt
Normal file
5
Tests/LibWeb/Text/expected/css/transition-basics.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue