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

Incremental presentations #19

Closed
FrankWSamuelson opened this issue Apr 15, 2019 · 1 comment
Closed

Incremental presentations #19

FrankWSamuelson opened this issue Apr 15, 2019 · 1 comment

Comments

@FrankWSamuelson
Copy link

FrankWSamuelson commented Apr 15, 2019

Is there a way to make incremental presentations that are out of order? For example by specifying a increment number or something? In reveal.js I can do this:

<li class="fragment" data-fragment-index="3" >third</li>
<li class="fragment" data-fragment-index="2" >second</li>
<li class="fragment" data-fragment-index="1" >first</li>

which makes list items appear from the bottom first.
Thanks for any help.

@Seldaek
Copy link
Owner

Seldaek commented Jun 10, 2019

Nope, no way to do this. Would be possible to add it, but I don't have the need for it so feel free to PR if you need it.

@Seldaek Seldaek closed this as completed Jun 10, 2019
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