Skip to content
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

Update definition of "animatable" to match WAAPI spec #1

Open
gilmoreorless opened this issue Nov 5, 2016 · 0 comments
Open

Update definition of "animatable" to match WAAPI spec #1

gilmoreorless opened this issue Nov 5, 2016 · 0 comments

Comments

@gilmoreorless
Copy link
Owner

When this project was put together, CSS properties were defined in the specs as either animatable as a specific type, or not animatable at all. The advent of the Web Animations API has introduced a change in specs, where "Animatable: no" has been replaced with "Animation type: discrete".

That means this project's definition of "animatable" should actually be "interpolatable", because discrete values are still technically animatable (and the WAAPI defines a distinction between "discrete animation" and "no animation").

This should just be a matter of documentation for now. but it might be worth having different definitions for discrete values (e.g. align-items) vs properties that should never be animated (e.g. display).

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

No branches or pull requests

1 participant