Skip to content

Instantly share code, notes, and snippets.

View cmdr-rohit-bang's full-sized avatar
🎯
Focusing

Rohit cmdr-rohit-bang

🎯
Focusing
View GitHub Profile
@freshsnippets
freshsnippets / Infinite Loop Rotating Images Using jQuery.js
Last active May 14, 2019 10:28
JavaScript: Infinite Loop Rotating Images Using jQuery
$(window).load(function() { //start after HTML, images have loaded
var InfiniteRotator =
{
init: function()
{
//initial fade-in time (in milliseconds)
var initialFadeIn = 1000;
//interval between items (in milliseconds)