Callum Law
fd2f3b1f03
Tests: Import transition parsing tests
2025-10-23 10:09:11 +01:00
Callum Law
4c97b336c3
Tests: Import timing function tests
2025-10-20 11:27:44 +01:00
Tim Ledbetter
542c3cbe51
LibWeb: Implement the transition-behavior CSS property
...
This specifies whether transitions should be started for transitions
whose animation behavior is discrete.
2025-05-02 11:07:19 +01:00
Tim Ledbetter
1ca9f2a44d
LibWeb: Allow multiple values for the transition-delay property
2025-04-23 21:02:59 +01:00
Tim Ledbetter
c5f1f36119
LibWeb: Allow multiple values for transition-timing-function property
2025-04-23 21:02:59 +01:00
Tim Ledbetter
1f8f3804a3
LibWeb: Allow transition-property with multiple values
2025-04-23 21:02:59 +01:00
Tim Ledbetter
d0be5a0cdf
LibWeb: Preserve unit when serializing time values
...
Previously, when serializing a time value, we would always convert it
to seconds. We now canonicalize the time value only when serializing
its computed value.
2025-03-20 16:59:27 +00:00
Tim Ledbetter
6298ec6be4
LibWeb: Validate time values when parsing transition value
2025-03-14 08:52:25 +01:00
Tim Ledbetter
37eb2be348
LibWeb/CSS: Disallow negative time values for transition-duration
2025-03-14 08:52:25 +01:00