Hello, I'd like to know how to create a complex animation in HTML5 / Javascript. By complex animation I mean non-cyclic animation as usually shown in tutorials.
I need to create an animation like a cutscene with images, transformations on these images as if it were a vignette or a 2d video.
I'm having difficulty determining the times when each appearance (of image) or transformation over images occurs. Creating this timeline encoding is not working very well.
Is there any framework or software for this type of animation?
Thank you in advance for the help.