builtbywill / booklet

jQuery Plugin - display web content in a flipbook
http://builtbywill.com/booklet
Other
292 stars 109 forks source link

When auto: true, can Booklet be started with pause, not play? #12

Open macsupport opened 11 years ago

macsupport commented 11 years ago

I'd like to start the auto play option with the booklet pushed and then have the play button start when the user wants. Can this be done?

I can do it by using the following but wonder if this can be a feature of Booklet.

setTimeout(function() {
        $("#pause").trigger('click');
    },10);