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
Exporting a totally sweet looking PDF from your totally sweet looking Spectacle presentation is asburdly easy.
@@ -157,7 +177,7 @@ The deck tag is the top level tag and there should only be one of them. It suppo
157
177
158
178
|Name|PropType|Description|
159
179
|---|---|---|
160
-
|transition|React.PropTypes.array|Accepts `slide`, `zoom`, `fade` or `spin`, and can be combined. Sets global slide transitions.|
180
+
|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.**|
161
181
|transitionDuration| React.PropTypes.number| Accepts integer value in milliseconds for global transition duration.
162
182
163
183
####\<Slide /> (Base)
@@ -167,7 +187,7 @@ The slide tag represents each slide in the presentation. It supports the followi
167
187
|Name|PropType|Description|
168
188
|---|---|---|
169
189
|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.
170
-
|transition|React.PropTypes.array|Accepts `slide`, `zoom`, `fade` or `spin`, and can be combined. Sets the slide transition.|
190
+
|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.**|
171
191
|transitionDuration| React.PropTypes.number| Accepts integer value in milliseconds for slide transition duration.
172
192
173
193
###Layout Tags
@@ -224,7 +244,7 @@ Heading tags are special in that, when you specify a `size` prop, they generate
224
244
225
245
|Name|PropType|Description|
226
246
|---|---|---|
227
-
|fit|React.PropTypes.boolean| When set to true, fits text to the slide's width |
247
+
|fit|React.PropTypes.boolean| When set to true, fits text to the slide's width. **Note: If you use the 'scale' transition, this won't work in Safari.** |
228
248
229
249
####\<Image /> (Base)
230
250
@@ -270,7 +290,7 @@ The `Text` tag is used to add text to your slide.
270
290
271
291
|Name|PropType|Description|
272
292
|---|---|---|
273
-
|fit|React.PropTypes.boolean| When set to true, fits text to the slide's width |
293
+
|fit|React.PropTypes.boolean| When set to true, fits text to the slide's width. **Note: If you use the 'scale' transition, this won't work in Safari.** |
0 commit comments