Skip to content

leoh/Ext.ux.Carousel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Ext.ux.Carousel

Patched Ext.ux.Carousel to match ExtJS 4.1.x

Ext.onReady(function() {
            new Ext.ux.Carousel('simple-example');

            new Ext.ux.Carousel('full-example', {
                itemSelector : 'img',
                interval : 5,
                autoPlay : true,
                showPlayButton : true,
                pauseOnNavigate : true,
                freezeOnHover : true,
                transitionType : 'fade',
                navigationOnHover : true
            });

            new Ext.ux.Carousel('html-example', {
                itemSelector : 'div.item',
                interval : 5,
                autoPlay : true,
                transitionEasing : 'easeIn'
            });
  });

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%