2
1

Is it possible to give different frames of a gif different imagemaps?

11mon 22d ago by lemmy.world/u/IndigoGollum in html@programming.dev

I don't expect it to be possible, but it could be interesting to have different imagemaps for different frames of a gif or other animated image. For example, a large slowly spinning globe, that lets you click continents to go to more information about them. Is there a way to do this?

With pure HTML, probably not, I think it can be done with JS though.