-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Link elements to substep #719
Comments
It's a good suggestion. For a proper implementation I believe it would be perfectly possible to do the same without introducing new CSS classes, just edit existing code to set substep-visible based on the link. Note also #720 which is a similar request for autoplay. Both share the challenge that impress.js already uses the entire |
Hi!. I find handy the use of a separate CSS class so I can add a different timer/effect to the images. Just a second after the subsptep is shown, but any alternative will be useful. offtopic: Yesterday I was able to successfully use my first presentation made with impress.js! |
That's great if you like it that way. For a general solution I think simpler is better though.
Great! Congratulations! If it's available online, would you like to link to it here? I would love to see what your code looks like in practice. |
I'm not sure I can share it online because of the licenses of the images, but I uploaded to Dropbox. Download it from presentation. |
I don't think this is necessary, but I'll think about it again |
Hi.
It would be interesting to have a way to link an HTML Element to a specific step so it is shown when a specific step is shown.
I have hacked the code in this way:
and added this class to the CSS:
So now, I can have this type of step config:
In this way, the
<img>
are shown when their corresponding substep is shown.The text was updated successfully, but these errors were encountered: