Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Possible to auto flip? #25

Open
simonclay opened this issue Nov 13, 2013 · 1 comment
Open

Possible to auto flip? #25

simonclay opened this issue Nov 13, 2013 · 1 comment

Comments

@simonclay
Copy link

Hi, is it possible to set Flippy to auto flip every 5 seconds?

@kbaniszack
Copy link

Hi, Why you don't use the onFinish callback?

Try something like that:

function flip() {
    $("#myFlippyBox").flippy({
        verso:"Hi !",
        direction:"TOP",
        duration:"750",
        onFinish:function() {
            setTimeout(flip, 5000);
        }
    });
}
flip();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants