pankod / canvas2video

canvas2video is a backend solution for creating and rendering dynamic videos.
https://pankod.com
GNU General Public License v3.0
282 stars 38 forks source link

Animation gets slower on final output. #16

Closed usama-gh closed 4 years ago

usama-gh commented 4 years ago

We made Reveal By Word text animation. It looks good on Canvas but when we export mp4. There is slight delay between each word.

We have same Anim Duration on frontend and same on backend. We're using TweenMax on frontend.

We tried both 30 and 60 fps. Both gives same delay between each word.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.85. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

munge commented 4 years ago

our problem is next: we have many text object, that need to animate, we are adding this animation to renderer anim object, but output video has some delay between each animation, any solution? is any default delay between animations? or is any way to start each animation earlier that past object animation will finish?