-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
Get the next slide section from the main slide #2987
Comments
event.currentSlide.nextElementSibling will work. You'll need to rewrite that if the next slide or the current slide is in a vertical stack. |
Thank you 😊 |
Is it possible to get the styling also? Like background image etc. |
You can get any attribute:
This issue is kind of done. It is more about JavaScript in general than Reveal.js. You can close it now. |
Thank you |
Hi, I'm having hard time implementing on how to get the next or upcoming slide section from the main slide.
I can able to get the current slide using
currentSlide
. But I didn't see anynextSlide
. This is what I have in my mind.Thank you in advance.
The text was updated successfully, but these errors were encountered: