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

Fix the 'unfinished animation' issue. Add some file to gitignore too #43

Merged
merged 1 commit into from Jan 15, 2016

Conversation

eneim
Copy link
Contributor

@eneim eneim commented Jan 12, 2016

This PR gonna fix an issue which can be inferred from the following screenshot:

device-2016-01-12-135410_1

It happens when I use a button to navigate the ViewPager (dynamically call ViewPager#setCurrentItem(int, boolean) with the smoothlyScroll set to true). If I press the button fast enough, your Animations would not finished the old one before starting the new ones (the duration of 200 ms is longer than my pressing duration). So I end up ending the Animations before starting the new ones.

Furthermore I add some local file to gitignore to prevent screwing up other contributors on their local environment. You can revert them if you want. Please check out.

@ongakuer ongakuer merged commit aa8178b into ongakuer:master Jan 15, 2016
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

2 participants