We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reveal.js's slidetransitionend event seems to not fire on all slides. I tried Edge (chromium) and firefox and both seemed to have this issue.
I worked around it in my case by making changes to plugin.js to use slidechanged instead, which seems to work fine.
slidechanged
https://github.com/IllustratedMan-code/Journal-club-1-16-2025/blob/main/node_modules/reveal.js-drawer/src/plugin.js
No idea why the event is inconsistently firing, but it leads to the canvas never being created in some cases.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reveal.js's slidetransitionend event seems to not fire on all slides. I tried Edge (chromium) and firefox and both seemed to have this issue.
I worked around it in my case by making changes to plugin.js to use
slidechanged
instead, which seems to work fine.https://github.com/IllustratedMan-code/Journal-club-1-16-2025/blob/main/node_modules/reveal.js-drawer/src/plugin.js
No idea why the event is inconsistently firing, but it leads to the canvas never being created in some cases.
The text was updated successfully, but these errors were encountered: