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

The x and y components of an Android translate or scale animation are not animated together when delay is specified. #820

Closed
tjvantoll opened this issue Sep 24, 2015 · 2 comments

Comments

@tjvantoll
Copy link
Contributor

Suppose I want to make an image huge with the following animation:

imageReference.animate({
    scale: { x: 5, y: 5 },
    duration: 1000,
    delay: 1000
});

This works on iOS, but on Android the x and y scaling happen independently (see gif below). If I remove the delay the problem goes away.

android-bug

@shripalsoni04
Copy link
Contributor

I am also facing the same issue in android, the width is getting scaled first and then height is getting scaled when delay is used in animation.

@hamorphis hamorphis added this to the 1.5 (Under Review) milestone Oct 15, 2015
@hamorphis hamorphis changed the title Android scale animations fail when a delay is used Android translate and scale animations fail when a delay is used. Oct 16, 2015
@hamorphis hamorphis changed the title Android translate and scale animations fail when a delay is used. The x and y components of an Android translate or scale animation are not animated together when delay is specified. Oct 16, 2015
hamorphis added a commit that referenced this issue Oct 16, 2015
Fixed #820: The x and y components of an Android translate or scale a…
@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 unassigned hamorphis Aug 29, 2019
@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

No branches or pull requests

4 participants