Skip to content

[css-transforms-2] Individual transform animation to and from none #968

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
ewilligers opened this issue Jan 23, 2017 · 0 comments · Fixed by #969
Closed

[css-transforms-2] Individual transform animation to and from none #968

ewilligers opened this issue Jan 23, 2017 · 0 comments · Fixed by #969

Comments

@ewilligers
Copy link
Contributor

Animate of the 'translate', 'rotate' and 'scale' should be smooth, even when animating to or from 'none'.

ewilligers pushed a commit to ewilligers/csswg-drafts that referenced this issue Jan 23, 2017
When animating or transitioning an independent transform proerty, 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 pushed a commit to ewilligers/csswg-drafts that referenced this issue Jan 23, 2017
When animating or transitioning an independent transform property, 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 pushed a commit to ewilligers/csswg-drafts that referenced this issue Jan 24, 2017
When animating or transitioning an independent transform property, 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 pushed a commit to ewilligers/csswg-drafts that referenced this issue Jan 24, 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 w3c#968
@smfr smfr closed this as completed in #969 Jan 24, 2017
smfr pushed a commit that referenced this issue Jan 24, 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
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

Successfully merging a pull request may close this issue.

1 participant