Enable to step through fragments inside a slide
See original GitHub issueWould be interesting to uncover blocks inside a slide. f.e. bullet points or parts of a code? If interesting, I have time this week and could try to add this feature. Maybe without animations at first, just uncovering fragment for fragment. What would the markup look like to declare blocks as fragments?
Just an example
---
4 reasons to use Reason
-o Based on OCaml
-o Types
-o Community
-o Interop
---
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Slide between fragments using ViewPager
Slide between fragments using ViewPager · Create the views · Create the fragment · Add a ViewPager · Customize the animation using PageTransformer....
Read more >How to fragment a shape in PowerPoint - YouTube
Let's learn how to fragment any shape in PowerPoint with the handy Fragment feature in PowerPoint. It's a bit tricky, but it's easy...
Read more >android - FragmentTransaction animation to slide in over top
Fragments using exit animations are drawn before all others for FragmentContainerView. This ensures that exiting Fragments do not appear on top of the...
Read more >Fragments
Fragments are elements in your presentation that are stepped through one by one – like sub-steps within a slide. To turn elements into...
Read more >Shape Fragment Command in PowerPoint 2016 for Windows
You can see examples of the Fragment option in play within Figure 1, below. The three examples on the top area of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we can close this due to https://github.com/jxnblk/mdx-deck/pull/37
And we can create a new issue regarding routing when needed.
Might or might not be useful for this feature, but I’ve added some context for use in the presenter mode and speaker notes. There are now
withDeck
andwithSlide
higher order components to hook into the two contexts.Example usage here: https://github.com/jxnblk/mdx-deck/blob/master/src/Notes.js