You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSS Transitions defines two ways general lists of values can be interpolated - as simple lists, (lengths must match) or as repeatable lists (result list is the LCM of the lengths of the start & end lists and the start & end lists are repeated).
Should lists of values be interpolated as simple lists or as repeatable lists?
The only list we allow right now is simple value repetition via the + combinator, and those types of lists always go as simple lists. I'll make the spec clearer about it.
CSS Transitions defines two ways general lists of values can be interpolated - as simple lists, (lengths must match) or as repeatable lists (result list is the LCM of the lengths of the start & end lists and the start & end lists are repeated).
Should lists of values be interpolated as simple lists or as repeatable lists?
https://drafts.csswg.org/css-transitions/#animtype-repeatable-list
The text was updated successfully, but these errors were encountered: