Skip to content
Advertisement

Tag: draw

Animating multiple circles in a canvas

I’m trying to make an animation inside a canvas: here, a numbered circle must be drawn and move from left to right one single time, disappearing as soon as it reaches the end of animation. For now I managed to animate it in loop, but I need to animate at the same time (or with a set delay) multiple numbered

Advertisement