mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Grid Synchronization Guide updated with animated gif.
This commit is contained in:
parent
2e8d7fe08e
commit
0c2d2f2392
BIN
docs/_images/gitpitch-grid-layouts-sync.gif
Normal file
BIN
docs/_images/gitpitch-grid-layouts-sync.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 377 KiB |
|
@ -2,6 +2,8 @@
|
|||
|
||||
The grid *sync* property is used to synchronize behavior across fragment-aware elements on a slide. Fragment-aware elements include [lists](/lists/widget.md) and [stacks](/grid-layouts/stacks.md). When `sync=true` is activated it permits the simultaneous display of fragments across all participating slide elements.
|
||||
|
||||
![Short screencast demonstrating grid synchronization](../_images/gitpitch-grid-layouts-sync.gif)
|
||||
|
||||
?> Synchronized fragments can help you to focus an audience's attention on key concepts.
|
||||
|
||||
### Sync Activation
|
||||
|
|
|
@ -35,6 +35,8 @@ You can also [publish and share](/cloud/) public, private, and password-protecte
|
|||
|
||||
Rendering simple list content remains a core feature for most presentation tools. With the release of [Grid Stacks](/grid-layouts/stacks) 4.0 introduces brand new rendering behaviors for rich slide content. Including code, diagrams, videos, math formulas and more. These behaviors combined with **slide content synchronizations** across both stack and list content are [a joy to behold](/grid-layouts/synchronization).
|
||||
|
||||
![Short screencast demonstrating grid synchronization](../_images/gitpitch-grid-layouts-sync.gif)
|
||||
|
||||
### Modular Markdown
|
||||
|
||||
With GitPitch you manage your slide decks and training materials the same way you manage code. Your slide markdown is modular by design. And natively under Git version control. In 4.0 modular markdown support has taken **giant leaps forward** with the introduction of [Markdown Injection](/modular-markdown/injection.md), [Markdown Variables](/modular-markdown/variables.md), [Markdown Globals](/modular-markdown/globals.md), and [Markdown Templates](/modular-markdown/templates.md). If you are building training or course materials these exciting new modularization features are a must see.
|
||||
|
|
Loading…
Reference in New Issue
Block a user