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

和Transition animations一起使用的时候有很多问题 #53

Open
gmfbilu opened this issue Mar 12, 2017 · 0 comments
Open

和Transition animations一起使用的时候有很多问题 #53

gmfbilu opened this issue Mar 12, 2017 · 0 comments

Comments

@gmfbilu
Copy link

gmfbilu commented Mar 12, 2017

Transition transition;
transition = buildEnterTransition();
getWindow().setEnterTransition(transition);

Slide enterTransition = new Slide();
enterTransition.setDuration(getResources().getInteger(R.integer.anim_duration_long));
enterTransition.setSlideEdge(Gravity.RIGHT);
在推出Activity的时候调用 finishAfterTransition()真的有很多莫名其妙的问题

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

No branches or pull requests

1 participant