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

Wave effect, any solution ? #1308

Closed
paul-lavoine opened this issue Oct 17, 2018 · 4 comments
Closed

Wave effect, any solution ? #1308

paul-lavoine opened this issue Oct 17, 2018 · 4 comments

Comments

@paul-lavoine
Copy link

paul-lavoine commented Oct 17, 2018

Hello,

I'm trying to realize a wave effect to create an animate ghost or a flag.
I tried with :

  • Wave warp
  • Zig zag

But lottie doesn't support these different approach.
Have you any idea to realize a simple sine-wave ?

Thanks

@Danjuanlab
Copy link

Danjuanlab commented Oct 18, 2018

As far as i know,if you want to simulate flag fluttering,you only can use path animation to do that.If the sway effect is sample and short, It is easy to draw frame by frame.By the way,if the sum of control point numbers are different in each frame,you need to convert the linear keyframe to holder keyframe to avoid SVG animation jitter.
If the sway effect is complex, you can use plugin to simulate the effect,and then use the auto-trace to trace the flag shape,you will get a new flag mask animation!
If you find a better way in the future, please reply to me.

@Danjuanlab
Copy link

Danjuanlab commented Jan 1, 2019 via email

@Thapthi
Copy link

Thapthi commented Jan 1, 2019

Okay. Thank you @Danjuanlab

@EskelCz
Copy link

EskelCz commented Sep 29, 2019

I solved the jitter by upscaling the composition 10 times and scaling it back down after the AutoTrace

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

5 participants