Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

pause #2

Open
dejurin opened this issue Feb 28, 2018 · 1 comment
Open

pause #2

dejurin opened this issue Feb 28, 2018 · 1 comment

Comments

@dejurin
Copy link

dejurin commented Feb 28, 2018

How I can pause marquee? And after play..

@dejurin
Copy link
Author

dejurin commented Feb 28, 2018

marqueeEl.addEventListener("mouseenter", function(event) {
        console.log(marquee.end());
    }, false);

    marqueeEl.addEventListener("mouseleave", function(event) {
        console.log(marquee.start());
    }, false);

it's correct? Use marquee.end() and marquee.start() ?

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

No branches or pull requests

1 participant