Circumstances

15,001
0
Publicado 2020-08-17
Song is "Reuse the Cels" by Car Seat Headrest! This is my first animation done in Krita, as well as my first time implementing cosine interpolation, so I'm pretty proud of it.

You can watch a video of it here! https://scratch.mit.edu/discuss/youtube/rzIAjWcnqAU/

HOW THIS PROJECT WORKS:
All of the animated properties (starting size, ending size of the clones, color, brightness, etc.) are defined in different "chapters" that last a certain amount of seconds. In between them, there's a function called "transition" that smoothly interpolates (http://paulbourke.net/miscellaneous/interpolation/) between the values for the previous and the next chapter, also for a certain amount of seconds. The end result is that there's a very easy interface for customizing and timing the effects at the top of the "Astro" sprite's blocks.

CC 4.0