Skip to content

Instantly share code, notes, and snippets.

View styopdev's full-sized avatar
:octocat:
Working from home

Stepan V styopdev

:octocat:
Working from home
View GitHub Profile
@styopdev
styopdev / background-fade.txt
Created July 21, 2015 10:50
Background image change with fade effect
$(document).ready(function () {
var index = 1;
var coverIndex = 2;
var imagePath = "";
var coverImagePath = "";
var b = false;
setInterval(function () {
index = (index == 3 ? 1 : index + 1);