Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.
/ GsapCarousel Public archive

Twitter Bootstrap's "carousel" component alternative JS (JQuery module) with GSAP animation

Notifications You must be signed in to change notification settings

Paulmicha/GsapCarousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GsapCarousel

Twitter "carousel" component alternative JS (JQuery module) with GSAP animation

Usage :

    $('.carousel').gsapCarousel();

Example illustrating the default, overridable options :

    $('.carousel').gsapCarousel({
        w: 400,  //  width (pixels)
        h: 200,  //  height (pixels)
        tween_speed: .7,  //  Tweenlite duration (seconds)
        cycle_speed: 3200,  //  Cycling interval duration (milliseconds)
        cycle_autostart: true  //  Autostart cycle
    });

About

Twitter Bootstrap's "carousel" component alternative JS (JQuery module) with GSAP animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published