booklet icon indicating copy to clipboard operation
booklet copied to clipboard

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

Open macsupport opened this issue 11 years ago • 0 comments

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);

macsupport avatar Mar 22 '13 05:03 macsupport