2
Hello, I would like to know how to best 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 as if it were a cutscene with images, transformations on these images as if it were a vignette or a 2d video.
I am having difficulty in determining the times at which each (image) appearance or transformation on the images takes place. Creating this Timeline encoding is not working very well.
Is there any framework or software for this type of animation?
Thanks in advance for the help.