pixedelic / Camera

http://www.pixedelic.com/plugins/camera/
494 stars 309 forks source link

Thank you for your slider (How can I disable cursor pause slider?) #52

Open gabriel-saraiva opened 9 years ago

gabriel-saraiva commented 9 years ago

Thank you for your slider I intend to put a link to your website, as a thank you! Continue improving its performance and design (the design is lovely just perfect so simple)

I want to disable pause slider cursor how can I disable?

Richzendy commented 8 years ago

playPause: false

For example:

            jQuery('#camera_slider'').camera({
                height: 'auto',
                pagination: true,
                thumbnails: false,
                navigation: false,
                playPause: false,
                portrait: true,
                fx: 'scrollRight' 
            });