navgarcha / jquery-slotload

A little image loader plugin for jQuery that mimics the style of a slot machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery SlotLoad Plugin v0.1

<img data-load="imgs/product_pic.jpg" src="imgs/blank.gif" />

Example Usage

$('#images-wrapper').slotload();

$('#img-wrapper, #img-wrapper-more').slotload({
    loadingClass: 'slot-effect',
    onComplete: function() {
        // Apply a green border to each image once it's loaded and finished animating
        $(this).css('border', '1px solid green');
    }
});

Demo

http://jsfiddle.net/navgarcha/a53Jp/embedded/result/

Contact

About

A little image loader plugin for jQuery that mimics the style of a slot machine.


Languages

Language:JavaScript 100.0%