simolus3 / fluttie

Easily display stunning Lottie animations in flutter apps with this plugin.
Other
453 stars 54 forks source link

Strange clipping in animation #31

Open widavies opened 4 years ago

widavies commented 4 years ago

Hi, I have a after affects animation I'm trying to render and there's a strange visual clipping that occurs in the middle of the animation. Is there a way to fix this?

lottie.zip

rafaeljustinox commented 4 years ago

Hi, I have a after affects animation I'm trying to render and there's a strange visual clipping that occurs in the middle of the animation. Is there a way to fix this?

lottie.zip

I don't know this problem, but for ensure, try to export after effects animation with bodymoving plugin. I have made some animations on After Effects and it's works very well, but the fluttie plugin doesn't works on new version of Flutter Web View. So I'm using another package: https://pub.dev/packages/lottie.

Maybe, trying this another package solves your issue.

widavies commented 4 years ago

@rafaeljustinox Thanks for the suggestion, I'll give it a shot.