Closed mushaofeng closed 9 years ago
Mind clarifying?
jordan scales
On Fri, Jul 3, 2015 at 12:01 AM, shaoye notifications@github.com wrote:
how to write vertical sliders with Markdown?
Reply to this email directly or view it on GitHub: https://github.com/jdan/cleaver/issues/121
how to wrtie with markdown
<section>
<section>Vertical Slide 1</section>
<section>Vertical Slide 2</section>
</section>
Slides don't really have any direction, and we just swap them out so the user never sees things moving up/down or left/right.
You can control the slides with either the left and right arrow keys or up and down.
If you're looking for something like reveal.js's, vertical slides, you unfortunately won't find that functionality here, sorry!
@jdan is that because it just hasn't been written, or you have no interest in it becoming part of the project?
I don't see "vertical slides" as something that makes sense, but there are times I've wanted an easy way to do an incremental reveal of list items or something like that.
I feel it adds a lot of unnecessary complexity. The current solution is to just make a few slides for an incremental reveal, but I've been theorizing ways to add pre-processing to cleaver.
It needs a lot of love :)
how to write vertical sliders with Markdown?