I want to make an image do the following:
- Start as a static image
- Cycle through multiple frames when hovering
- Return to the static image when no longer hovering
Image frames I was working with:
- https://i.imgur.com/6z28Xcz.png
- https://i.imgur.com/A0d4DL0.png
- https://i.imgur.com/1QOJG9w.png
- https://i.imgur.com/zwjr693.png
I tried this but could not get it to work (it just displayed nothing, even when copying and pasting the jsfiddle example linked to on that page).
Also is there a way of putting this in an img tag rather than a div one?