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

Animation has no 'tweening' #25

Open
simonkincaidkintronix opened this issue Nov 19, 2018 · 2 comments
Open

Animation has no 'tweening' #25

simonkincaidkintronix opened this issue Nov 19, 2018 · 2 comments

Comments

@simonkincaidkintronix
Copy link

Hi, great tutorials so far, but this part of the animation has stumped me.

Using Android devices to test.

I have tried my own way of fixing this, but ultimately I have copied exactly your styles.js and logo.js, and when the keyboard opens/closes, it takes a few seconds and then jumps straight to the end value so you dont see the logo shrinking/expanding. It just renders immediately to the start or end values.

Have you come across this before?

@simonkincaidkintronix
Copy link
Author

This was a strange one but in the end I upgraded react native, broke the current install for some confusing reason and then started a new project afresh and brought the files across. Animations are now working smoothly, although android is a bit jerkier as talked about.

@spencercarli
Copy link
Contributor

Yeah, animations in dev mode on Android can be iffy.

When you say the animations are jerky, do you mean that they start after the keyboard opens? It could be that android doesn't support a keyboardWillShow event - only a keyboardDidShow, which will always lead to lagging animations.

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

2 participants