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

table switch animation fails to play #125

Closed
forrestguice opened this issue Dec 7, 2017 · 0 comments · Fixed by #130
Closed

table switch animation fails to play #125

forrestguice opened this issue Dec 7, 2017 · 0 comments · Fixed by #130
Milestone

Comments

@forrestguice
Copy link
Owner

tested against v0.5.0 on a device running android5.1 (api22)

The animation that transitions the table between today/tomorrow fails to completely play. It works correctly on the first transition, but subsequent transitions only show the 'out' animation, followed by a pause (up to 2s where nothing is displayed), followed by the appearance of the next table (no 'in animation).

The first transition often occurs when the app opens - a smooth animation is observed. Likewise, changing the orientation (relaunching the activity) and then swiping the table will also produce a smooth animation (followed by behavior described above).

Also tested on a device running api19, and api15 - works as expected.

forrestguice added a commit that referenced this issue Dec 20, 2017
use slide_in (doesn't seem to suffer from same problem as fade_in) (#125)
@forrestguice forrestguice mentioned this issue Dec 21, 2017
@forrestguice forrestguice added this to the v0.5.2 milestone Dec 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant