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.stack.imgur.com/Nr2Xk.png
- https://i.stack.imgur.com/yicji.png
- https://i.stack.imgur.com/3dGdm.png
- https://i.stack.imgur.com/LTQOv.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?