2d-inc/Flare-Flutter

Exporting a Certain Part of an Animation & Curved Paths

yekta opened this issue · 12 comments

yekta commented

There should be an option to export a certain part of an animation, no matter where it starts or ends. Like exporting the part that starts from the 4th second to 6th second. This is needed because it allows making loop animation with complex curves to be much much easier, or rather possible. If you always start exporting from the 1st frame, making loops become much harder, sometimes even impossible if they have complex animation curves. Because you would need to repeat some layers certain seconds apart from each other.

Also, any given object should be able to animatable on a curved path, like in After Effects. Drawing the path that a layer would follow is much easier than calculating X and Y values for that to happen.

Hi @yekta,

If you set your work area, we'll only export that region. Is this what you are looking for?
screen shot 2019-01-18 at 5 30 51 pm

We've been talking internally about the path following feature. There are a few ways to do it. We like the After Effects model but we have some more ideas too. Please voice your opinion on our roadmap to let us understand which is important to you and why!

Thanks for using Flare.

yekta commented
yekta commented

It should just work on its own. Let me do some testing...I think it is something that we updated recently.

I just tried it out and it seems to be working here. Make sure you have the work area toggled on. If you toggle it off, we'll export the whole animation. If you do have it on, send me a link to your Flare file and I can take a look at what's going on.

yekta commented
yekta commented

We'll be adding presets with the ability to save your own soon, I think that'll help with having a custom set of interpolators. We have a lot do to still, but we move pretty quick :)

You probably need to re-export your file if it was from a week ago! Good point on the interpolation stuff. We have a plan for it already, but as Luigi said, feel free to send us your specific ideas (if you have them) on the roadmap!

yekta commented

Checked, work area in fact worked this time, I should've controlled it one last time before opening the issue :) Thanks for helping.

Don't worry, it's good you did open this issue! Things move fast (it's one of the nice things about having our platform online). We encourage people to file issues as it helps us better understand what specific use cases need better documentation.

yekta commented