Skip to content

samhicks/fader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Fader

A simple fading slideshow jQuery plugin.

About

Fader is a lightweight jQuery plugin that allows you to turn a list of images into an infinite fading slideshow. Changeable options include speed and easing.

Example Usage

HTML

<ul style="position: relative; list-style: none; overflow: hidden;" data-role="fader">
    <li><img src="http://placekitten.com/500/300"></li>
    <li><img src="http://placekitten.com/g/500/300"></li>
    <li><img src="http://placekitten.com/500/300"></li>
</ul>

jQuery

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript" src="fader.js"></script>
<script type="text/javascript">
    $('[data-role="fader"]').fader({
        'speed' : 2000,
        'easing' : 'linear'
    });
</script>

Clone

$ git clone git@github.com:samhicks/fader.git

@copyright Sam Hicks 2012

About

A simple fading slideshow jQuery plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages