LibWeb: Implement the transition-behavior CSS property

This specifies whether transitions should be started for transitions
whose animation behavior is discrete.
This commit is contained in:
Tim Ledbetter 2025-04-17 19:11:14 +01:00 committed by Sam Atkins
commit 542c3cbe51
Notes: github-actions[bot] 2025-05-02 10:08:20 +00:00
20 changed files with 289 additions and 47 deletions

View file

@ -607,6 +607,8 @@ All supported properties and their default values exposed from CSSStylePropertie
'transformOrigin': '50% 50%'
'transform-origin': '50% 50%'
'transition': 'all'
'transitionBehavior': 'normal'
'transition-behavior': 'normal'
'transitionDelay': '0s'
'transition-delay': '0s'
'transitionDuration': '0s'