Skip to content

[css-properties-values-api] Interpolate lists as simple or repeatable lists? #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jyc opened this issue Jul 29, 2016 · 1 comment
Closed

Comments

@jyc
Copy link
Contributor

jyc commented Jul 29, 2016

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

@tabatkins
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants