DEV Community

mjuniquecode
mjuniquecode

Posted on

How to load many <img> assets in 2020.

Hello dev people ! I want to generate a "movie" based on requested frames (images) from the external service. So the idea is that I would like to create 3 sec "movie" that user could control with scroll event on the page. In other words: when user is scrolling the item is rotating (for example 180 deg) and it works both way. To get this as fluent as I can I need many frames: 3 seconds * 25 frames = 75 images. The question is how can I make this whole process modern, fast and optimized ? What 2020 can offer me ? What i was thinking was to get all the images and display them using <canvas>

cheers :)

Top comments (0)