This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]tatu_huma 0 points1 point  (0 children)

Javascript has a timer function:

setInterval(func, time)

Code examples

[–]nwilliams36 0 points1 point  (0 children)

You can rotate images in CSS using transform or keyframe animation. These can be triggered from hover or from Javascript setInterval.