reveal.js-appearance 1.0.7 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,16 @@
20
20
  -webkit-perspective: 1000px;
21
21
  perspective: 1000px; }
22
22
 
23
+ small {
24
+ margin: 1.5rem 0 2rem 0; }
25
+
26
+ small code {
27
+ font-size: 75%;
28
+ background: #222D2F;
29
+ color: #ddd;
30
+ padding: 0.25rem 0.5rem;
31
+ border-radius: 0.5rem; }
32
+
23
33
  /* Custom animation */
24
34
  @-webkit-keyframes skidLeft {
25
35
  from {
@@ -192,392 +202,253 @@
192
202
  -webkit-transform: scale3d(1, 1, 1);
193
203
  transform: scale3d(1, 1, 1); } }
194
204
 
195
- .animated.in.bounce {
196
- -webkit-animation-name: bounce;
197
- animation-name: bounce;
198
- -webkit-transform-origin: center bottom;
199
- -ms-transform-origin: center bottom;
200
- transform-origin: center bottom; }
201
-
202
- .animated.in.flash {
203
- -webkit-animation-name: flash;
204
- animation-name: flash; }
205
-
206
- .animated.in.pulse {
207
- -webkit-animation-name: pulse;
208
- animation-name: pulse; }
209
-
210
- .animated.in.rubberBand {
211
- -webkit-animation-name: rubberBand;
212
- animation-name: rubberBand; }
213
-
214
- .animated.in.shake {
215
- -webkit-animation-name: shake;
216
- animation-name: shake; }
217
-
218
- .animated.in.headShake {
219
- -webkit-animation-timing-function: ease-in-out;
220
- animation-timing-function: ease-in-out;
221
- -webkit-animation-name: headShake;
222
- animation-name: headShake; }
223
-
224
- .animated.in.swing {
225
- -webkit-transform-origin: top center;
226
- -ms-transform-origin: top center;
227
- transform-origin: top center;
228
- -webkit-animation-name: swing;
229
- animation-name: swing; }
230
-
231
- .animated.in.tada {
232
- -webkit-animation-name: tada;
233
- animation-name: tada; }
234
-
235
- .animated.in.wobble {
236
- -webkit-animation-name: wobble;
237
- animation-name: wobble; }
238
-
239
- .animated.in.jello {
240
- -webkit-animation-name: jello;
241
- animation-name: jello;
242
- -webkit-transform-origin: center;
243
- -ms-transform-origin: center;
244
- transform-origin: center; }
245
-
246
- .animated.in.heartBeat {
247
- -webkit-animation-name: heartBeat;
248
- animation-name: heartBeat;
249
- -webkit-animation-duration: 1.3s;
250
- animation-duration: 1.3s;
251
- -webkit-animation-timing-function: ease-in-out;
252
- animation-timing-function: ease-in-out; }
253
-
254
- .animated.in.bounceIn {
255
- -webkit-animation-duration: 0.75s;
256
- animation-duration: 0.75s;
257
- -webkit-animation-name: bounceIn;
258
- animation-name: bounceIn; }
259
-
260
- .animated.in.bounceInDown {
261
- -webkit-animation-name: bounceInDown;
262
- animation-name: bounceInDown; }
263
-
264
- .animated.in.bounceInLeft {
265
- -webkit-animation-name: bounceInLeft;
266
- animation-name: bounceInLeft; }
267
-
268
- .animated.in.bounceInRight {
269
- -webkit-animation-name: bounceInRight;
270
- animation-name: bounceInRight; }
271
-
272
- .animated.in.bounceInUp {
273
- -webkit-animation-name: bounceInUp;
274
- animation-name: bounceInUp; }
275
-
276
- .animated.in.bounceOut {
277
- -webkit-animation-duration: 0.75s;
278
- animation-duration: 0.75s;
279
- -webkit-animation-name: bounceOut;
280
- animation-name: bounceOut; }
281
-
282
- .animated.in.bounceOutDown {
283
- -webkit-animation-name: bounceOutDown;
284
- animation-name: bounceOutDown; }
285
-
286
- .animated.in.bounceOutLeft {
287
- -webkit-animation-name: bounceOutLeft;
288
- animation-name: bounceOutLeft; }
289
-
290
- .animated.in.bounceOutRight {
291
- -webkit-animation-name: bounceOutRight;
292
- animation-name: bounceOutRight; }
293
-
294
- .animated.in.bounceOutUp {
295
- -webkit-animation-name: bounceOutUp;
296
- animation-name: bounceOutUp; }
297
-
298
- .animated.in.fadeIn {
299
- -webkit-animation-name: fadeIn;
300
- animation-name: fadeIn; }
301
-
302
- .animated.in.fadeInDown {
303
- -webkit-animation-name: fadeInDown;
304
- animation-name: fadeInDown; }
305
-
306
- .animated.in.fadeInDownBig {
307
- -webkit-animation-name: fadeInDownBig;
308
- animation-name: fadeInDownBig; }
309
-
310
- .animated.in.fadeInLeft {
311
- -webkit-animation-name: fadeInLeft;
312
- animation-name: fadeInLeft; }
313
-
314
- .animated.in.fadeInLeftBig {
315
- -webkit-animation-name: fadeInLeftBig;
316
- animation-name: fadeInLeftBig; }
317
-
318
- .animated.in.fadeInRight {
319
- -webkit-animation-name: fadeInRight;
320
- animation-name: fadeInRight; }
321
-
322
- .animated.in.fadeInRightBig {
323
- -webkit-animation-name: fadeInRightBig;
324
- animation-name: fadeInRightBig; }
325
-
326
- .animated.in.fadeInUp {
327
- -webkit-animation-name: fadeInUp;
328
- animation-name: fadeInUp; }
329
-
330
- .animated.in.fadeInUpBig {
331
- -webkit-animation-name: fadeInUpBig;
332
- animation-name: fadeInUpBig; }
333
-
334
- .animated.in.fadeOut {
335
- -webkit-animation-name: fadeOut;
336
- animation-name: fadeOut; }
337
-
338
- .animated.in.fadeOutDown {
339
- -webkit-animation-name: fadeOutDown;
340
- animation-name: fadeOutDown; }
341
-
342
- .animated.in.fadeOutDownBig {
343
- -webkit-animation-name: fadeOutDownBig;
344
- animation-name: fadeOutDownBig; }
345
-
346
- .animated.in.fadeOutLeft {
347
- -webkit-animation-name: fadeOutLeft;
348
- animation-name: fadeOutLeft; }
349
-
350
- .animated.in.fadeOutLeftBig {
351
- -webkit-animation-name: fadeOutLeftBig;
352
- animation-name: fadeOutLeftBig; }
353
-
354
- .animated.in.fadeOutRight {
355
- -webkit-animation-name: fadeOutRight;
356
- animation-name: fadeOutRight; }
357
-
358
- .animated.in.fadeOutRightBig {
359
- -webkit-animation-name: fadeOutRightBig;
360
- animation-name: fadeOutRightBig; }
361
-
362
- .animated.in.fadeOutUp {
363
- -webkit-animation-name: fadeOutUp;
364
- animation-name: fadeOutUp; }
365
-
366
- .animated.in.fadeOutUpBig {
367
- -webkit-animation-name: fadeOutUpBig;
368
- animation-name: fadeOutUpBig; }
369
-
370
- .animated.in.animated.flip {
371
- -webkit-backface-visibility: visible;
372
- backface-visibility: visible;
373
- -webkit-animation-name: flip;
374
- animation-name: flip; }
375
-
376
- .animated.in.flipInX {
377
- -webkit-backface-visibility: visible !important;
378
- backface-visibility: visible !important;
379
- -webkit-animation-name: flipInX;
380
- animation-name: flipInX; }
381
-
382
- .animated.in.flipInY {
383
- -webkit-backface-visibility: visible !important;
384
- backface-visibility: visible !important;
385
- -webkit-animation-name: flipInY;
386
- animation-name: flipInY; }
387
-
388
- .animated.in.flipOutX {
389
- -webkit-animation-duration: 0.75s;
390
- animation-duration: 0.75s;
391
- -webkit-animation-name: flipOutX;
392
- animation-name: flipOutX;
393
- -webkit-backface-visibility: visible !important;
394
- backface-visibility: visible !important; }
395
-
396
- .animated.in.flipOutY {
397
- -webkit-animation-duration: 0.75s;
398
- animation-duration: 0.75s;
399
- -webkit-backface-visibility: visible !important;
400
- backface-visibility: visible !important;
401
- -webkit-animation-name: flipOutY;
402
- animation-name: flipOutY; }
403
-
404
- .animated.in.lightSpeedIn {
405
- -webkit-animation-name: lightSpeedIn;
406
- animation-name: lightSpeedIn;
407
- -webkit-animation-timing-function: ease-out;
408
- animation-timing-function: ease-out; }
409
-
410
- .animated.in.lightSpeedOut {
411
- -webkit-animation-name: lightSpeedOut;
412
- animation-name: lightSpeedOut;
413
- -webkit-animation-timing-function: ease-in;
414
- animation-timing-function: ease-in; }
415
-
416
- .animated.in.rotateIn {
417
- -webkit-animation-name: rotateIn;
418
- animation-name: rotateIn; }
419
-
420
- .animated.in.rotateInDownLeft {
421
- -webkit-animation-name: rotateInDownLeft;
422
- animation-name: rotateInDownLeft; }
423
-
424
- .animated.in.rotateInDownRight {
425
- -webkit-animation-name: rotateInDownRight;
426
- animation-name: rotateInDownRight; }
427
-
428
- .animated.in.rotateInUpLeft {
429
- -webkit-animation-name: rotateInUpLeft;
430
- animation-name: rotateInUpLeft; }
431
-
432
- .animated.in.rotateOut {
433
- -webkit-animation-name: rotateOut;
434
- animation-name: rotateOut; }
435
-
436
- .animated.in.rotateOutDownLeft {
437
- -webkit-animation-name: rotateOutDownLeft;
438
- animation-name: rotateOutDownLeft; }
439
-
440
- .animated.in.rotateOutDownRight {
441
- -webkit-animation-name: rotateOutDownRight;
442
- animation-name: rotateOutDownRight; }
443
-
444
- .animated.in.rotateOutUpLeft {
445
- -webkit-animation-name: rotateOutUpLeft;
446
- animation-name: rotateOutUpLeft; }
447
-
448
- .animated.in.rotateOutUpRight {
449
- -webkit-animation-name: rotateOutUpRight;
450
- animation-name: rotateOutUpRight; }
451
-
452
- .animated.in.hinge {
453
- -webkit-animation-duration: 2s;
454
- animation-duration: 2s;
455
- -webkit-animation-name: hinge;
456
- animation-name: hinge; }
457
-
458
- .animated.in.jackInTheBox {
459
- -webkit-animation-name: jackInTheBox;
460
- animation-name: jackInTheBox; }
461
-
462
- .animated.in.rollIn {
463
- -webkit-animation-name: rollIn;
464
- animation-name: rollIn; }
465
-
466
- .animated.in.rollOut {
467
- -webkit-animation-name: rollOut;
468
- animation-name: rollOut; }
469
-
470
- .animated.in.zoomIn {
471
- -webkit-animation-name: zoomIn;
472
- animation-name: zoomIn; }
473
-
474
- .animated.in.zoomInDown {
475
- -webkit-animation-name: zoomInDown;
476
- animation-name: zoomInDown; }
477
-
478
- .animated.in.zoomInLeft {
479
- -webkit-animation-name: zoomInLeft;
480
- animation-name: zoomInLeft; }
481
-
482
- .animated.in.zoomInRight {
483
- -webkit-animation-name: zoomInRight;
484
- animation-name: zoomInRight; }
485
-
486
- .animated.in.zoomInUp {
487
- -webkit-animation-name: zoomInUp;
488
- animation-name: zoomInUp; }
489
-
490
- .animated.in.zoomOut {
491
- -webkit-animation-name: zoomOut;
492
- animation-name: zoomOut; }
493
-
494
- .animated.in.zoomOutDown {
495
- -webkit-animation-name: zoomOutDown;
496
- animation-name: zoomOutDown; }
497
-
498
- .animated.in.zoomOutLeft {
499
- -webkit-animation-name: zoomOutLeft;
500
- animation-name: zoomOutLeft; }
501
-
502
- .animated.in.zoomOutRight {
503
- -webkit-animation-name: zoomOutRight;
504
- animation-name: zoomOutRight; }
505
-
506
- .animated.in.zoomOutUp {
507
- -webkit-animation-name: zoomOutUp;
508
- animation-name: zoomOutUp; }
509
-
510
- .animated.in.slideInDown {
511
- -webkit-animation-name: slideInDown;
512
- animation-name: slideInDown; }
513
-
514
- .animated.in.slideInLeft {
515
- -webkit-animation-name: slideInLeft;
516
- animation-name: slideInLeft; }
517
-
518
- .animated.in.slideInRight {
519
- -webkit-animation-name: slideInRight;
520
- animation-name: slideInRight; }
521
-
522
- .animated.in.slideInUp {
523
- -webkit-animation-name: slideInUp;
524
- animation-name: slideInUp; }
525
-
526
- .animated.in.slideOutDown {
527
- -webkit-animation-name: slideOutDown;
528
- animation-name: slideOutDown; }
529
-
530
- .animated.in.slideOutLeft {
531
- -webkit-animation-name: slideOutLeft;
532
- animation-name: slideOutLeft; }
533
-
534
- .animated.in.slideOutRight {
535
- -webkit-animation-name: slideOutRight;
536
- animation-name: slideOutRight; }
537
-
538
- .animated.in.slideOutUp {
539
- -webkit-animation-name: slideOutUp;
540
- animation-name: slideOutUp; }
541
-
542
- .animated.in.skidRight {
543
- -webkit-animation-name: skidRight;
544
- animation-name: skidRight; }
545
-
546
- .animated.in.skidRightBig {
547
- -webkit-animation-name: skidRightBig;
548
- animation-name: skidRightBig; }
549
-
550
- .animated.in.skidLeft {
551
- -webkit-animation-name: skidLeft;
552
- animation-name: skidLeft; }
553
-
554
- .animated.in.skidLeftBig {
555
- -webkit-animation-name: skidLeftBig;
556
- animation-name: skidLeftBig; }
557
-
558
- .animated.in.shrinkIn {
559
- -webkit-animation-name: shrinkIn;
560
- animation-name: shrinkIn; }
561
-
562
- .animated.in.shrinkInBlur {
563
- -webkit-animation-name: shrinkInBlur;
564
- animation-name: shrinkInBlur; }
565
-
566
- .animated.in.fast {
567
- -webkit-animation-duration: 800ms;
568
- animation-duration: 800ms; }
569
-
570
- .animated.in.faster {
571
- -webkit-animation-duration: 500ms;
572
- animation-duration: 500ms; }
573
-
574
- .animated.in.slow {
575
- -webkit-animation-duration: 2s;
576
- animation-duration: 2s; }
577
-
578
- .animated.in.slower {
579
- -webkit-animation-duration: 3s;
580
- animation-duration: 3s; }
205
+ .animated.in {
206
+ /* Attention seekers */
207
+ /* Back entrances */
208
+ /* Bouncing entrances */
209
+ /* Fading entrances */
210
+ /* Flippers */
211
+ /* Lightspeed */
212
+ /* Rotating entrances */
213
+ /* Specials */
214
+ /* Zooming entrances */
215
+ /* Sliding entrances */
216
+ /* Appearance animation classes */ }
217
+ .animated.in.bounce {
218
+ -webkit-animation-name: bounce;
219
+ animation-name: bounce;
220
+ -webkit-transform-origin: center bottom;
221
+ -ms-transform-origin: center bottom;
222
+ transform-origin: center bottom; }
223
+ .animated.in.flash {
224
+ -webkit-animation-name: flash;
225
+ animation-name: flash; }
226
+ .animated.in.pulse {
227
+ -webkit-animation-name: pulse;
228
+ animation-name: pulse; }
229
+ .animated.in.rubberBand {
230
+ -webkit-animation-name: rubberBand;
231
+ animation-name: rubberBand; }
232
+ .animated.in.shake {
233
+ -webkit-animation-name: shake;
234
+ animation-name: shake; }
235
+ .animated.in.shakeX {
236
+ -webkit-animation-name: shakeX;
237
+ animation-name: shakeX; }
238
+ .animated.in.shakeY {
239
+ -webkit-animation-name: shakeY;
240
+ animation-name: shakeY; }
241
+ .animated.in.headShake {
242
+ -webkit-animation-timing-function: ease-in-out;
243
+ animation-timing-function: ease-in-out;
244
+ -webkit-animation-name: headShake;
245
+ animation-name: headShake; }
246
+ .animated.in.swing {
247
+ -webkit-transform-origin: top center;
248
+ -ms-transform-origin: top center;
249
+ transform-origin: top center;
250
+ -webkit-animation-name: swing;
251
+ animation-name: swing; }
252
+ .animated.in.tada {
253
+ -webkit-animation-name: tada;
254
+ animation-name: tada; }
255
+ .animated.in.wobble {
256
+ -webkit-animation-name: wobble;
257
+ animation-name: wobble; }
258
+ .animated.in.jello {
259
+ -webkit-animation-name: jello;
260
+ animation-name: jello;
261
+ -webkit-transform-origin: center;
262
+ -ms-transform-origin: center;
263
+ transform-origin: center; }
264
+ .animated.in.heartBeat {
265
+ -webkit-animation-name: heartBeat;
266
+ animation-name: heartBeat;
267
+ -webkit-animation-duration: 1.3s;
268
+ animation-duration: 1.3s;
269
+ -webkit-animation-timing-function: ease-in-out;
270
+ animation-timing-function: ease-in-out; }
271
+ .animated.in.backInDown {
272
+ -webkit-animation-name: backInDown;
273
+ animation-name: backInDown; }
274
+ .animated.in.backInLeft {
275
+ -webkit-animation-name: backInLeft;
276
+ animation-name: backInLeft; }
277
+ .animated.in.backInRight {
278
+ -webkit-animation-name: backInRight;
279
+ animation-name: backInRight; }
280
+ .animated.in.backInUp {
281
+ -webkit-animation-name: backInUp;
282
+ animation-name: backInUp; }
283
+ .animated.in.bounceIn {
284
+ -webkit-animation-duration: 0.75s;
285
+ animation-duration: 0.75s;
286
+ -webkit-animation-name: bounceIn;
287
+ animation-name: bounceIn; }
288
+ .animated.in.bounceInDown {
289
+ -webkit-animation-name: bounceInDown;
290
+ animation-name: bounceInDown; }
291
+ .animated.in.bounceInLeft {
292
+ -webkit-animation-name: bounceInLeft;
293
+ animation-name: bounceInLeft; }
294
+ .animated.in.bounceInRight {
295
+ -webkit-animation-name: bounceInRight;
296
+ animation-name: bounceInRight; }
297
+ .animated.in.bounceInUp {
298
+ -webkit-animation-name: bounceInUp;
299
+ animation-name: bounceInUp; }
300
+ .animated.in.fadeIn {
301
+ -webkit-animation-name: fadeIn;
302
+ animation-name: fadeIn; }
303
+ .animated.in.fadeInDown {
304
+ -webkit-animation-name: fadeInDown;
305
+ animation-name: fadeInDown; }
306
+ .animated.in.fadeInDownBig {
307
+ -webkit-animation-name: fadeInDownBig;
308
+ animation-name: fadeInDownBig; }
309
+ .animated.in.fadeInLeft {
310
+ -webkit-animation-name: fadeInLeft;
311
+ animation-name: fadeInLeft; }
312
+ .animated.in.fadeInLeftBig {
313
+ -webkit-animation-name: fadeInLeftBig;
314
+ animation-name: fadeInLeftBig; }
315
+ .animated.in.fadeInRight {
316
+ -webkit-animation-name: fadeInRight;
317
+ animation-name: fadeInRight; }
318
+ .animated.in.fadeInRightBig {
319
+ -webkit-animation-name: fadeInRightBig;
320
+ animation-name: fadeInRightBig; }
321
+ .animated.in.fadeInUp {
322
+ -webkit-animation-name: fadeInUp;
323
+ animation-name: fadeInUp; }
324
+ .animated.in.fadeInUpBig {
325
+ -webkit-animation-name: fadeInUpBig;
326
+ animation-name: fadeInUpBig; }
327
+ .animated.in.fadeInTopLeft {
328
+ -webkit-animation-name: fadeInTopLeft;
329
+ animation-name: fadeInTopLeft; }
330
+ .animated.in.fadeInTopRight {
331
+ -webkit-animation-name: fadeInTopRight;
332
+ animation-name: fadeInTopRight; }
333
+ .animated.in.fadeInBottomLeft {
334
+ -webkit-animation-name: fadeInBottomLeft;
335
+ animation-name: fadeInBottomLeft; }
336
+ .animated.in.fadeInBottomRight {
337
+ -webkit-animation-name: fadeInBottomRight;
338
+ animation-name: fadeInBottomRight; }
339
+ .animated.in.flip {
340
+ -webkit-backface-visibility: visible;
341
+ backface-visibility: visible;
342
+ -webkit-animation-name: flip;
343
+ animation-name: flip; }
344
+ .animated.in.flipInX {
345
+ -webkit-backface-visibility: visible !important;
346
+ backface-visibility: visible !important;
347
+ -webkit-animation-name: flipInX;
348
+ animation-name: flipInX; }
349
+ .animated.in.flipInY {
350
+ -webkit-backface-visibility: visible !important;
351
+ backface-visibility: visible !important;
352
+ -webkit-animation-name: flipInY;
353
+ animation-name: flipInY; }
354
+ .animated.in.lightSpeedIn {
355
+ -webkit-animation-name: lightSpeedIn;
356
+ animation-name: lightSpeedIn;
357
+ -webkit-animation-timing-function: ease-out;
358
+ animation-timing-function: ease-out; }
359
+ .animated.in.lightSpeedInRight {
360
+ -webkit-animation-name: lightSpeedInRight;
361
+ animation-name: lightSpeedInRight;
362
+ -webkit-animation-timing-function: ease-out;
363
+ animation-timing-function: ease-out; }
364
+ .animated.in.lightSpeedInLeft {
365
+ -webkit-animation-name: lightSpeedInLeft;
366
+ animation-name: lightSpeedInLeft;
367
+ -webkit-animation-timing-function: ease-out;
368
+ animation-timing-function: ease-out; }
369
+ .animated.in.rotateIn {
370
+ -webkit-animation-name: rotateIn;
371
+ animation-name: rotateIn; }
372
+ .animated.in.rotateInDownLeft {
373
+ -webkit-animation-name: rotateInDownLeft;
374
+ animation-name: rotateInDownLeft; }
375
+ .animated.in.rotateInDownRight {
376
+ -webkit-animation-name: rotateInDownRight;
377
+ animation-name: rotateInDownRight; }
378
+ .animated.in.rotateInUpLeft {
379
+ -webkit-animation-name: rotateInUpLeft;
380
+ animation-name: rotateInUpLeft; }
381
+ .animated.in.rotateInUpRight {
382
+ -webkit-animation-name: rotateInUpLeft;
383
+ animation-name: rotateInUpLeft; }
384
+ .animated.in.hinge {
385
+ -webkit-animation-duration: 2s;
386
+ animation-duration: 2s;
387
+ -webkit-animation-name: hinge;
388
+ animation-name: hinge; }
389
+ .animated.in.jackInTheBox {
390
+ -webkit-animation-name: jackInTheBox;
391
+ animation-name: jackInTheBox; }
392
+ .animated.in.rollIn {
393
+ -webkit-animation-name: rollIn;
394
+ animation-name: rollIn; }
395
+ .animated.in.zoomIn {
396
+ -webkit-animation-name: zoomIn;
397
+ animation-name: zoomIn; }
398
+ .animated.in.zoomInDown {
399
+ -webkit-animation-name: zoomInDown;
400
+ animation-name: zoomInDown; }
401
+ .animated.in.zoomInLeft {
402
+ -webkit-animation-name: zoomInLeft;
403
+ animation-name: zoomInLeft; }
404
+ .animated.in.zoomInRight {
405
+ -webkit-animation-name: zoomInRight;
406
+ animation-name: zoomInRight; }
407
+ .animated.in.zoomInUp {
408
+ -webkit-animation-name: zoomInUp;
409
+ animation-name: zoomInUp; }
410
+ .animated.in.slideInDown {
411
+ -webkit-animation-name: slideInDown;
412
+ animation-name: slideInDown; }
413
+ .animated.in.slideInLeft {
414
+ -webkit-animation-name: slideInLeft;
415
+ animation-name: slideInLeft; }
416
+ .animated.in.slideInRight {
417
+ -webkit-animation-name: slideInRight;
418
+ animation-name: slideInRight; }
419
+ .animated.in.slideInUp {
420
+ -webkit-animation-name: slideInUp;
421
+ animation-name: slideInUp; }
422
+ .animated.in.skidRight {
423
+ -webkit-animation-name: skidRight;
424
+ animation-name: skidRight; }
425
+ .animated.in.skidRightBig {
426
+ -webkit-animation-name: skidRightBig;
427
+ animation-name: skidRightBig; }
428
+ .animated.in.skidLeft {
429
+ -webkit-animation-name: skidLeft;
430
+ animation-name: skidLeft; }
431
+ .animated.in.skidLeftBig {
432
+ -webkit-animation-name: skidLeftBig;
433
+ animation-name: skidLeftBig; }
434
+ .animated.in.shrinkIn {
435
+ -webkit-animation-name: shrinkIn;
436
+ animation-name: shrinkIn; }
437
+ .animated.in.shrinkInBlur {
438
+ -webkit-animation-name: shrinkInBlur;
439
+ animation-name: shrinkInBlur; }
440
+ .animated.in.fast {
441
+ -webkit-animation-duration: 800ms;
442
+ animation-duration: 800ms; }
443
+ .animated.in.faster {
444
+ -webkit-animation-duration: 500ms;
445
+ animation-duration: 500ms; }
446
+ .animated.in.slow {
447
+ -webkit-animation-duration: 2s;
448
+ animation-duration: 2s; }
449
+ .animated.in.slower {
450
+ -webkit-animation-duration: 3s;
451
+ animation-duration: 3s; }
581
452
 
582
453
  /* Animate.css overrides */
583
454
  .animated {
@@ -594,8 +465,15 @@
594
465
  visibility: visible;
595
466
  -webkit-animation-duration: 1s;
596
467
  animation-duration: 1s; }
468
+ .reveal.overview .animated {
469
+ visibility: visible;
470
+ -webkit-animation-duration: 1s;
471
+ animation-duration: 1s; }
597
472
 
598
473
  .print-pdf {
599
474
  color: black; }
600
475
  .print-pdf .animated {
601
476
  visibility: visible; }
477
+ .print-pdf .animated.in {
478
+ -webkit-animation: none;
479
+ animation: none; }