Is it posible to create a sequence of images in html5?

Hi
I want to create a presentation, using some .jpg images shown in a continuos sequence, just like Flash Player used to do, in HTML5. I hope you can give me some advice. Thanks

Jaime Fernandez

You could do this, with some simple HTML and a bit of JavaScript.

If you want to write it yourself as a learning exercise, I think that’s great. But this problem has been solved before. A great tool to use for this purpose, or to learn from, is https://github.com/shower/shower by Vadim Makeev.

Yes, I’d like to do it as a learning exercese, but I’ll also take a look at the link. Thanks

Jaime Fernandez

Well, the link website you suggested is far more advanced than I expected. I hope you have another suggestion. I hope you can tell me of something else. Thanks for your help

Jaime Fernandez

@jaimefdezmv is this any use to you: https://www.sitepoint.com/make-a-simple-javascript-slideshow-without-jquery/

?