-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Closed as RetractedWhen the person who raised the issue thinks that there's no issue after all.When the person who raised the issue thinks that there's no issue after all.css-cascade-3
Description
Some shorthands that have non-animatable sub-properties are defined with not animatable as the value of the field Animation Type in their definition table, instead of see individual properties:
not animatable:animation,transition,scroll-timelinesee individual properties:all,container,view-timeline
all seems to be the only shorthand that have both animatable and non-animatable properties. I assume it is not animatable because Chrome/FF do not seem to animate it. Also, I think it would be non-trivial to filter declarations of its non-animatable properties during their expansion.
In practice, a shorthand animation type can be resolved from the animation types of its sub-properties, but it would be clearer to define it as non animatable.
Metadata
Metadata
Assignees
Labels
Closed as RetractedWhen the person who raised the issue thinks that there's no issue after all.When the person who raised the issue thinks that there's no issue after all.css-cascade-3