[css-contain-3] Make content-visibility animatable.#8737
Conversation
Allow animating content-visibility as animation type discrete with special interpolation to avoid hidden values similar to visibility. Fixes w3c#8627
|
This generally makes sense to me. The linked resolution had a third aspect, and it's not clear to me if it needs to be captured here:
|
|
We're shifting away from that requirement for display as fewer special cases is simpler. See #6429 (comment) Also I realized after making the recommendation for content-visibility that the same logic does not apply. |
|
Want to add a line in the changelog about this? |
Thanks for the reminder, done. |
Allow animating content-visibility as animation type discrete with special interpolation to avoid hidden values similar to visibility. Fixes #8627