You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ The deck tag is the top level tag and there should only be one of them. It suppo
181
181
|---|---|---|
182
182
|transition|React.PropTypes.array|Accepts `slide`, `zoom`, `fade` or `spin`, and can be combined. Sets global slide transitions. **Note: If you use the 'scale' transition, fitted text won't work in Safari.**|
183
183
|transitionDuration| React.PropTypes.number| Accepts integer value in milliseconds for global transition duration.
184
+
|progress| React.PropTypes.string|Accepts `pacman`, `bar`, `number` or `none`.
184
185
185
186
####\<Slide /> (Base)
186
187
@@ -191,6 +192,7 @@ The slide tag represents each slide in the presentation. It supports the followi
191
192
|align| React.PropTypes.string | Accepts a space delimited value for positioning interior content. The first value can be `flex-start` (left), `center` (middle), or `flex-end` (bottom). The second value can be `flex-start` (top) , `center` (middle), or `flex-end` (bottom). You would provide this prop like `align="center middle"`, which is it's default.
192
193
|transition|React.PropTypes.array|Accepts `slide`, `zoom`, `fade` or `spin`, and can be combined. Sets the slide transition. **Note: If you use the 'scale' transition, fitted text won't work in Safari.**|
193
194
|transitionDuration| React.PropTypes.number| Accepts integer value in milliseconds for slide transition duration.
195
+
|notes| React.PropTypes.stings| Text which will appear in the presenter mode. Can be HTML.
0 commit comments