The `transition-behavior` property allows us to transition between discrete properties, such as `visibility`. While it doesn't make these properties interpolable, we can control when they change to better fine-tune the transition through its duration.

https://css-tricks.com/almanac/properties/t/transition-behavior/

Comments