Mouseover effect for video/tube websites, show the entire preview of your video looping through thumbnails
Speed at 250, 8 thumbs
Speed at 120, 10 thumbs
basic markup with span thumbanails
basic, standard
$('#thumb').thumbLoop();
with options
$('#thumb').thumbLoop({
speed: 250,
fade: 100,
loopthrough: 'img'
});
You can have multiple instance of thumbLoop each with different options
jQuery 1.7.1+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="thumbLoop.js"></script>
<link rel="stylesheet" type="text/css" href="thumbLoop.css" />
thumbLoop uses css3 opacity feature and works with these browsers: