Skip to content

Latest commit

 

History

History
executable file
·
22 lines (17 loc) · 496 Bytes

README.md

File metadata and controls

executable file
·
22 lines (17 loc) · 496 Bytes

#jQuery vGrid Plugin

blog(ja)

demo index


###USAGE EXAMPLE

$(function(){
    $("#container").vgrid({
        easing: "easeOutQuint",
        time: 500,
        delay: 20,
        fadeIn: {
            time: 300,
            delay: 50
        }
    });
});

Learn more (demo index)