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

Transisitions for individual slide elements #28

Open
tekumara opened this issue Apr 17, 2013 · 0 comments
Open

Transisitions for individual slide elements #28

tekumara opened this issue Apr 17, 2013 · 0 comments

Comments

@tekumara
Copy link

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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant