xat / jquery-loopinglui

Change background images in a certain interval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-loopinglui

Change background images in a certain interval. If the Browser supports it you will have a nice Fade-Effect.

$('body').loopingLui({
    images: ['bg1.jpg', 'bg2.jpg'],
    delay: 10000
});

Installation

bower install loopinglui

License

Copyright (c) 2014 Simon Kusterer Licensed under the MIT license.

About

Change background images in a certain interval

License:MIT License