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

Timob 9493 Android animation regression when animation contains multiple simultaneous transformations. #2416

Merged
merged 4 commits into from Jun 18, 2012

Conversation

billdawson
Copy link
Contributor

See test app and testing notes in JIRA item.

…aleAnimation, now that I understand it really is needed :)
Conflicts:
	android/titanium/src/java/org/appcelerator/titanium/util/TiAnimationBuilder.java
@ayeung
Copy link
Contributor

ayeung commented Jun 18, 2012

CR/FR in progress

@mstepanov
Copy link
Contributor

FT in progress....

@mstepanov
Copy link
Contributor

Functional Test PERFECTLY PASSED on Galaxy Tab (3.0), HTC (2.3.4), Emulator (2.3)

@@ -414,6 +415,7 @@ public void propertyChanged(String key, Object oldValue, Object newValue, KrollP
}
layoutNativeView();
} else if (key.equals(TiC.PROPERTY_WIDTH)) {
resetPostAnimationValues();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably call resetPostAnimationValues() on Top/Bottom/Left/Right/Center as well since they all trigger a layout pass.

@ayeung
Copy link
Contributor

ayeung commented Jun 18, 2012

code reviewed. left one comment.

…rties which, when changed, should cause previous animation values to be forgotten (since a layout pass will occur).
@ayeung
Copy link
Contributor

ayeung commented Jun 18, 2012

Code reviewed. Request Accepted

@ayeung
Copy link
Contributor

ayeung commented Jun 18, 2012

Ran drillbit as well, and that passed.

@mstepanov
Copy link
Contributor

FT PASSED on Galaxy Tab (3.0), Emulator (2.3)

mstepanov pushed a commit that referenced this pull request Jun 18, 2012
Timob 9493 Android animation regression when animation contains multiple simultaneous transformations.
@mstepanov mstepanov merged commit 66766bc into tidev:master Jun 18, 2012
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 this pull request may close these issues.

None yet

3 participants