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

Some basic transitions do not animate on Android 5.x #12146

Closed
hawkwood opened this issue Jun 2, 2015 · 8 comments
Closed

Some basic transitions do not animate on Android 5.x #12146

hawkwood opened this issue Jun 2, 2015 · 8 comments

Comments

@hawkwood
Copy link
Contributor

hawkwood commented Jun 2, 2015

Built Cpp-Tests from Cocos 3.6 and installed on Nexus 7 running Android 5.0.2, and some scene transitions do not animate, they just immediately (or after a delay) switch to the next scene. Specifically:
TransitionCrossFade
TransitionProgressRadialCCW
TransitionProgressRadialCW
TransitionProgressHorizontal
TransitionProgressVertical
TransitionProgressInOut
TransitionProgressOutIn

@fusijie
Copy link
Contributor

fusijie commented Aug 5, 2015

In my Nexus9, Android 5.0.1, All of the transitions you mentioned are correct. I'll find a 5.0.2 device to test it.

@hawkwood
Copy link
Contributor Author

hawkwood commented Aug 5, 2015

Which NDK are you using? I used r10d.

@fusijie
Copy link
Contributor

fusijie commented Aug 5, 2015

r10c.

@fusijie
Copy link
Contributor

fusijie commented Aug 6, 2015

@hawkwood NDK version should not the reason of this issue, but could you please help to test ndkr10c for 5.0.2. My nexus9 encounter problem(GFW...%>_<%) when upgrade to 5.0.2

@hawkwood
Copy link
Contributor Author

hawkwood commented Aug 6, 2015

I only have the a 2012 Nexus 7 which is upgraded to Android 5, specifically 5.1.1 now. I rebuilt and tested with NDK r10c and am still seeing the issue.

@hawkwood
Copy link
Contributor Author

As an additional test, I installed TestCpp from Cocos 2.2.6 and the transitions are working correctly there. in fact, the page curl transitions look better on 2.2.6 than on 3.7.

@42stones
Copy link

Any progress on that?

@hawkwood
Copy link
Contributor Author

Looks like this is fixed in 3.11 using NDK r10e. I tested on 5 devices, ranging from Android 4.1 to 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants