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

Subsequent animation of transition and rotation or scale will appear jumpy in iOS #936

Merged
merged 2 commits into from Oct 16, 2015

Conversation

PanayotCankov
Copy link
Contributor

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.

@PanayotCankov PanayotCankov added this to the 1.5 (Under Review) milestone Oct 14, 2015
@ns-bot ns-bot added cla: yes and removed cla: no labels Oct 14, 2015
@ns-bot
Copy link

ns-bot commented Oct 14, 2015

Test PASSed.

@PanayotCankov PanayotCankov force-pushed the cankov/animate-transform-sequence branch from a9a6dbd to 6fe37d2 Compare October 14, 2015 15:08
@ns-bot
Copy link

ns-bot commented Oct 14, 2015

Test FAILed.

@dtopuzov
Copy link
Contributor

run ci

@ns-bot
Copy link

ns-bot commented Oct 15, 2015

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.
@PanayotCankov PanayotCankov force-pushed the cankov/animate-transform-sequence branch from 6fe37d2 to 46921d5 Compare October 15, 2015 09:17
@ns-bot
Copy link

ns-bot commented Oct 15, 2015

Test PASSed.

@enchev
Copy link
Contributor

enchev commented Oct 15, 2015

👍

@ns-bot
Copy link

ns-bot commented Oct 16, 2015

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
@PanayotCankov PanayotCankov merged commit dd4c4aa into master Oct 16, 2015
@PanayotCankov PanayotCankov deleted the cankov/animate-transform-sequence branch October 16, 2015 10:15
@lock
Copy link

lock bot commented Aug 29, 2019

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.

@lock lock bot locked and limited conversation to collaborators Aug 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants