-
Notifications
You must be signed in to change notification settings - Fork 708
[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
Comments
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
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
Animate of the 'translate', 'rotate' and 'scale' should be smooth, even when animating to or from 'none'.
The text was updated successfully, but these errors were encountered: