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

[css-transforms-2] Individual transform properties animate with none #969

Merged
merged 1 commit into from Jan 24, 2017

Conversation

ewilligers
Copy link
Contributor

@ewilligers ewilligers commented Jan 23, 2017

When 'translate', 'rotate' or 'scale' are animating or transitioning, and
the from value or to value (but not both) is none, the value none is
replaced by the equivalent identity value (0px for translate, 0deg for
rotate, 1 for scale).

resolves #968

@smfr
Copy link
Contributor

smfr commented Jan 23, 2017

Is "an independent transform property" defined? I would prefer to list the properties explicitly.

When 'translate', 'rotate' or 'scale' are animating or transitioning, and
the from value or to value (but not both) is none, the value none is
replaced by the equivalent identity value (0px for translate, 0deg for
rotate, 1 for scale).

resolves w3c#968
@ewilligers
Copy link
Contributor Author

I would prefer to list the properties explicitly.

Done.

@smfr smfr merged commit 46f4da5 into w3c:master Jan 24, 2017
@smfr
Copy link
Contributor

smfr commented Jan 24, 2017

Thanks.

@ewilligers ewilligers deleted the animation branch January 24, 2017 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[css-transforms-2] Individual transform animation to and from none
3 participants