Looking for JS library or code snippet (jQuery is allowed) that can rotate images after user moves cursor to image. For example, this functionality is implemented for video thumbnails in Dailymotion.com website.
I am going to use this code for webpage with 20-40 thumbnails (application screenshots) and each item contains about 10 additional images that should start rotation when user moves cursor to thumbnail and stop when cursor leaves.
I don't want to load all of this images in html code, it's several hundreds requests that are not necessary each time user enters page.
Unfortunately, all code that I found use static image linking from html code.
I tried to find answer in search engines, but can't find correct formulation. I tried "image rotator JS", "change images on hover", "auto rotate images" and some other variations, may be this task simply has another name that I missed.