-
Notifications
You must be signed in to change notification settings - Fork 25
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
After Effects Animations disappear at the end #49
Comments
Are you able to share your Lottie animation? That doesn't happen in the example app (so we need some kind of reproduction). If I have to guess I'd assume your first frame of the animation might be blank? |
@hannojg You are correct, the animation is a scale type of fade in. And sure, here's an example: This contains .json and .lottie files. Slightly off-topic, but weirdly, this .lottie works, the only difference is how it's generated - The non-working .lottie files are made through Lottie AE extension export directly to Lottie website platform, and then exporting it as an unoptimized .lottie. The working one is done by first exporting the .json and then using https://lottiefiles.com/tools/lottie-to-dotlottie |
Slight update on debugging this: added a big fat circle on all frames of the animation, eliminating the blank frames; the issue persists, the whole thing disappears at the end. Another notable observation: as a temporary hack, I use a |
Hey, could you provide the debugging animation as well? thanks! |
Sorry for the delay, here it is. |
As per title: whenever a JSON animation created from After Effects is played with
autoPlay=true
andloop=false
, the entire animation disappears once completed. This does not happen inlottie-react-native
.What I've tried:
The text was updated successfully, but these errors were encountered: