Skip to content
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Transisitions for individual slide elements #28

@tekumara

Description

@tekumara

How do you specify nested slides/substeps ie: transitions for individual elements on the page.

Example in desk.js:

<section class="slide">
  <h2>Extensions</h2>
  <p>Core gives you basic slide functionality...</p>        
  <ul>
     <li class="slide">
        <h3>deck.goto</h3>
        <p>Adds a shortcut key to jump to any slide number...</p>
     </li>
     <li class="slide">...</li> 
     <li class="slide">...</li>
     <li class="slide">...</li>
  </ul>
</section>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions