Subsequent animation of transition and rotation or scale will appear jumpy in iOS#936
Merged
PanayotCankov merged 2 commits intomasterfrom Oct 16, 2015
Merged
Conversation
|
Test PASSed. |
a9a6dbd to
6fe37d2
Compare
|
Test FAILed. |
Contributor
|
run ci |
|
Test FAILed. |
…handle continuation from the current state. There is a new "Sequence" animation in the "animations" app that displays a sequence of animations that used to be buggy in iOS (the animated object was jumping around) but should now display a nice continuos animation. The problem that has been fixed appeared only when multiple properties that affect transform are animated: rotate + translate or scale + translate.
6fe37d2 to
46921d5
Compare
|
Test PASSed. |
Contributor
|
👍 |
|
Test PASSed. |
PanayotCankov
added a commit
that referenced
this pull request
Oct 16, 2015
…quence Subsequent animation of transition and rotation or scale will appear jumpy in iOS
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move from begin/commit animation blocks to keyframe animations, they handle continuation from the current state better. There is a new "Sequence" animation in the "animations" app that displays a sequence of animations that used to be buggy in iOS (the animated object was jumping around) but should now display a nice continuous animation. The problem that has been fixed appeared only when multiple properties that affect transform are animated: rotate + translate or scale + translate.