Closed RobinMalfait closed 2 days ago
This PR adds two new utilities for the transition-behavior property:
transition-behavior
transition-discrete
transition-behavior: allow-discrete
transition-normal
transition-behavior: normal
Not a lot too test here, but verified in the browser that these properties generate correct CSS:
This PR adds two new utilities for the
transition-behavior
property:transition-discrete
transition-behavior: allow-discrete
transition-normal
transition-behavior: normal
Test plan
Not a lot too test here, but verified in the browser that these properties generate correct CSS: