Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Skip to next Word #32

Open
thomhoess opened this issue Nov 28, 2017 · 1 comment
Open

Skip to next Word #32

thomhoess opened this issue Nov 28, 2017 · 1 comment

Comments

@thomhoess
Copy link

Is there a way to skip to the next word via jQuery on("click") Function?

@procode
Copy link

procode commented Apr 12, 2018

You can stop the animation and then load the next word:

$(".element").on("click",function() {
    $(".element").data("plugin_Morphext").stop();
    $(".element").data("plugin_Morphext").animate();
});

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants