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

Problem with the following stories, they do not pass automatically #146

Closed
jossimunoz opened this issue Aug 12, 2023 · 1 comment
Closed

Comments

@jossimunoz
Copy link

jossimunoz commented Aug 12, 2023

The fast solution I did, was to comment out this code, because when this code is executed, the progress animation is cancelled.

File: src/modal.ts

if (items?.[0]) {
     items[0].innerHTML = zuck.template('viewerItemPointerProgress')(
              duration.style.cssText
            );

            onAnimationEnd(duration, () => {
              zuck.nextItem();
            });
}          
@ramonszo
Copy link
Owner

thanks for your PR @jossimunoz. gonna test it and merge asap

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

2 participants