semantic-ui-sass 1.8.1.0 → 1.11.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/icons.otf +0 -0
  5. data/app/assets/fonts/semantic-ui/icons.svg +526 -465
  6. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  7. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  8. data/app/assets/javascripts/semantic-ui/accordion.js +63 -43
  9. data/app/assets/javascripts/semantic-ui/api.js +38 -18
  10. data/app/assets/javascripts/semantic-ui/checkbox.js +6 -4
  11. data/app/assets/javascripts/semantic-ui/colorize.js +3 -3
  12. data/app/assets/javascripts/semantic-ui/dimmer.js +57 -15
  13. data/app/assets/javascripts/semantic-ui/dropdown.js +65 -27
  14. data/app/assets/javascripts/semantic-ui/form.js +108 -29
  15. data/app/assets/javascripts/semantic-ui/modal.js +31 -31
  16. data/app/assets/javascripts/semantic-ui/nag.js +4 -4
  17. data/app/assets/javascripts/semantic-ui/popup.js +74 -37
  18. data/app/assets/javascripts/semantic-ui/progress.js +4 -4
  19. data/app/assets/javascripts/semantic-ui/rating.js +4 -4
  20. data/app/assets/javascripts/semantic-ui/search.js +67 -26
  21. data/app/assets/javascripts/semantic-ui/shape.js +4 -4
  22. data/app/assets/javascripts/semantic-ui/sidebar.js +22 -17
  23. data/app/assets/javascripts/semantic-ui/site.js +3 -3
  24. data/app/assets/javascripts/semantic-ui/state.js +30 -25
  25. data/app/assets/javascripts/semantic-ui/sticky.js +89 -72
  26. data/app/assets/javascripts/semantic-ui/tab.js +37 -22
  27. data/app/assets/javascripts/semantic-ui/transition.js +163 -61
  28. data/app/assets/javascripts/semantic-ui/video.js +4 -4
  29. data/app/assets/javascripts/semantic-ui/visibility.js +186 -124
  30. data/app/assets/javascripts/semantic-ui/visit.js +6 -4
  31. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +6 -7
  32. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +56 -40
  33. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +100 -45
  34. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +28 -16
  35. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -5
  36. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +8 -7
  37. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +11 -11
  38. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +5 -8
  39. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +11 -4
  40. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +34 -10
  41. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +391 -51
  42. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +18 -5
  43. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +33 -49
  44. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +47 -14
  45. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +7 -8
  46. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +10 -5
  47. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +5 -6
  48. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +4 -5
  49. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +52 -7
  50. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +5 -6
  51. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +4 -5
  52. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +20 -7
  53. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +5 -6
  54. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +4 -5
  55. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +4 -5
  56. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +31 -13
  57. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -5
  59. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +4 -5
  60. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +21 -9
  61. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +6 -17
  62. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -5
  63. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +4 -5
  64. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +15 -11
  65. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +4 -5
  66. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +4 -5
  67. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +161 -323
  68. data/app/assets/stylesheets/semantic-ui/modules/_video.scss +4 -5
  69. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +5 -6
  70. data/app/assets/stylesheets/semantic-ui/views/_card.scss +202 -51
  71. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +5 -6
  72. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -6
  73. data/app/assets/stylesheets/semantic-ui/views/_item.scss +10 -12
  74. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +5 -6
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. metadata +3 -4
@@ -1,16 +1,15 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Transition
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Transitions
16
15
  *******************************/
@@ -81,12 +80,6 @@
81
80
  }
82
81
 
83
82
 
84
- /*******************************
85
- Types
86
- *******************************/
87
-
88
-
89
-
90
83
  /*******************************
91
84
  Transitions
92
85
  *******************************/
@@ -103,43 +96,43 @@
103
96
  Browse
104
97
  ---------------*/
105
98
 
106
- .browse.transition.in {
99
+ .transition.browse {
100
+ -webkit-animation-duration: 500ms;
101
+ animation-duration: 500ms;
102
+ }
103
+ .transition.browse.in {
107
104
  -webkit-animation-name: browseIn;
108
105
  animation-name: browseIn;
109
106
  }
110
- .browse.transition.out,
111
- .browse.transition.out.left {
107
+ .transition.browse.out,
108
+ .transition.browse.left.out {
112
109
  -webkit-animation-name: browseOutLeft;
113
110
  animation-name: browseOutLeft;
114
111
  }
115
- .browse.transition.out.right {
112
+ .transition.browse.right.out {
116
113
  -webkit-animation-name: browseOutRight;
117
114
  animation-name: browseOutRight;
118
115
  }
119
116
 
120
117
  /* In */
121
118
  @-webkit-keyframes browseIn {
122
-
123
119
  0% {
124
120
  -webkit-transform: scale(0.8) translateZ(0px);
125
121
  transform: scale(0.8) translateZ(0px);
126
122
  z-index: -1;
127
123
  }
128
-
129
124
  10% {
130
125
  -webkit-transform: scale(0.8) translateZ(0px);
131
126
  transform: scale(0.8) translateZ(0px);
132
127
  z-index: -1;
133
128
  opacity: 0.7;
134
129
  }
135
-
136
130
  80% {
137
131
  -webkit-transform: scale(1.05) translateZ(0px);
138
132
  transform: scale(1.05) translateZ(0px);
139
133
  opacity: 1;
140
134
  z-index: 999;
141
135
  }
142
-
143
136
  100% {
144
137
  -webkit-transform: scale(1) translateZ(0px);
145
138
  transform: scale(1) translateZ(0px);
@@ -173,23 +166,19 @@
173
166
 
174
167
  /* Out */
175
168
  @-webkit-keyframes browseOutLeft {
176
-
177
169
  0% {
178
170
  z-index: 999;
179
171
  -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
180
172
  transform: translateX(0%) rotateY(0deg) rotateX(0deg);
181
173
  }
182
-
183
174
  50% {
184
175
  z-index: -1;
185
176
  -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
186
177
  transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
187
178
  }
188
-
189
179
  80% {
190
180
  opacity: 1;
191
181
  }
192
-
193
182
  100% {
194
183
  z-index: -1;
195
184
  -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
@@ -219,23 +208,19 @@
219
208
  }
220
209
  }
221
210
  @-webkit-keyframes browseOutRight {
222
-
223
211
  0% {
224
212
  z-index: 999;
225
213
  -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
226
214
  transform: translateX(0%) rotateY(0deg) rotateX(0deg);
227
215
  }
228
-
229
216
  50% {
230
217
  z-index: 1;
231
218
  -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
232
219
  transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
233
220
  }
234
-
235
221
  80% {
236
222
  opacity: 1;
237
223
  }
238
-
239
224
  100% {
240
225
  z-index: 1;
241
226
  -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
@@ -273,8 +258,8 @@
273
258
  -webkit-transform-origin: top center;
274
259
  -ms-transform-origin: top center;
275
260
  transform-origin: top center;
276
- -webkit-animation-duration: 0.5s;
277
- animation-duration: 0.5s;
261
+ -webkit-animation-duration: 500ms;
262
+ animation-duration: 500ms;
278
263
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
279
264
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
280
265
  }
@@ -289,13 +274,11 @@
289
274
 
290
275
  /* Drop */
291
276
  @-webkit-keyframes dropIn {
292
-
293
277
  0% {
294
278
  opacity: 0;
295
279
  -webkit-transform: scale(0);
296
280
  transform: scale(0);
297
281
  }
298
-
299
282
  100% {
300
283
  opacity: 1;
301
284
  -webkit-transform: scale(1);
@@ -315,13 +298,11 @@
315
298
  }
316
299
  }
317
300
  @-webkit-keyframes dropOut {
318
-
319
301
  0% {
320
302
  opacity: 1;
321
303
  -webkit-transform: scale(1);
322
304
  transform: scale(1);
323
305
  }
324
-
325
306
  100% {
326
307
  opacity: 0;
327
308
  -webkit-transform: scale(0);
@@ -349,19 +330,19 @@
349
330
  -webkit-animation-name: fadeIn;
350
331
  animation-name: fadeIn;
351
332
  }
352
- .transition.fade.in.up {
333
+ .transition[class*="fade up"].in {
353
334
  -webkit-animation-name: fadeInUp;
354
335
  animation-name: fadeInUp;
355
336
  }
356
- .transition.fade.in.down {
337
+ .transition[class*="fade down"].in {
357
338
  -webkit-animation-name: fadeInDown;
358
339
  animation-name: fadeInDown;
359
340
  }
360
- .transition.fade.in.left {
341
+ .transition[class*="fade left"].in {
361
342
  -webkit-animation-name: fadeInLeft;
362
343
  animation-name: fadeInLeft;
363
344
  }
364
- .transition.fade.in.right {
345
+ .transition[class*="fade right"].in {
365
346
  -webkit-animation-name: fadeInRight;
366
347
  animation-name: fadeInRight;
367
348
  }
@@ -369,30 +350,28 @@
369
350
  -webkit-animation-name: fadeOut;
370
351
  animation-name: fadeOut;
371
352
  }
372
- .transition.fade.out.up {
353
+ .transition[class*="fade up"].out {
373
354
  -webkit-animation-name: fadeOutUp;
374
355
  animation-name: fadeOutUp;
375
356
  }
376
- .transition.fade.out.down {
357
+ .transition[class*="fade down"].out {
377
358
  -webkit-animation-name: fadeOutDown;
378
359
  animation-name: fadeOutDown;
379
360
  }
380
- .transition.fade.out.left {
361
+ .transition[class*="fade left"].out {
381
362
  -webkit-animation-name: fadeOutLeft;
382
363
  animation-name: fadeOutLeft;
383
364
  }
384
- .transition.fade.out.right {
365
+ .transition[class*="fade right"].out {
385
366
  -webkit-animation-name: fadeOutRight;
386
367
  animation-name: fadeOutRight;
387
368
  }
388
369
 
389
370
  /* In */
390
371
  @-webkit-keyframes fadeIn {
391
-
392
372
  0% {
393
373
  opacity: 0;
394
374
  }
395
-
396
375
  100% {
397
376
  opacity: 1;
398
377
  }
@@ -406,13 +385,11 @@
406
385
  }
407
386
  }
408
387
  @-webkit-keyframes fadeInUp {
409
-
410
388
  0% {
411
389
  opacity: 0;
412
390
  -webkit-transform: translateY(10%);
413
391
  transform: translateY(10%);
414
392
  }
415
-
416
393
  100% {
417
394
  opacity: 1;
418
395
  -webkit-transform: translateY(0%);
@@ -432,13 +409,11 @@
432
409
  }
433
410
  }
434
411
  @-webkit-keyframes fadeInDown {
435
-
436
412
  0% {
437
413
  opacity: 0;
438
414
  -webkit-transform: translateY(-10%);
439
415
  transform: translateY(-10%);
440
416
  }
441
-
442
417
  100% {
443
418
  opacity: 1;
444
419
  -webkit-transform: translateY(0%);
@@ -458,13 +433,11 @@
458
433
  }
459
434
  }
460
435
  @-webkit-keyframes fadeInLeft {
461
-
462
436
  0% {
463
437
  opacity: 0;
464
438
  -webkit-transform: translateX(10%);
465
439
  transform: translateX(10%);
466
440
  }
467
-
468
441
  100% {
469
442
  opacity: 1;
470
443
  -webkit-transform: translateX(0%);
@@ -484,13 +457,11 @@
484
457
  }
485
458
  }
486
459
  @-webkit-keyframes fadeInRight {
487
-
488
460
  0% {
489
461
  opacity: 0;
490
462
  -webkit-transform: translateX(-10%);
491
463
  transform: translateX(-10%);
492
464
  }
493
-
494
465
  100% {
495
466
  opacity: 1;
496
467
  -webkit-transform: translateX(0%);
@@ -512,11 +483,9 @@
512
483
 
513
484
  /* Out */
514
485
  @-webkit-keyframes fadeOut {
515
-
516
486
  0% {
517
487
  opacity: 1;
518
488
  }
519
-
520
489
  100% {
521
490
  opacity: 0;
522
491
  }
@@ -530,13 +499,11 @@
530
499
  }
531
500
  }
532
501
  @-webkit-keyframes fadeOutUp {
533
-
534
502
  0% {
535
503
  opacity: 1;
536
504
  -webkit-transform: translateY(0%);
537
505
  transform: translateY(0%);
538
506
  }
539
-
540
507
  100% {
541
508
  opacity: 0;
542
509
  -webkit-transform: translateY(10%);
@@ -556,13 +523,11 @@
556
523
  }
557
524
  }
558
525
  @-webkit-keyframes fadeOutDown {
559
-
560
526
  0% {
561
527
  opacity: 1;
562
528
  -webkit-transform: translateY(0%);
563
529
  transform: translateY(0%);
564
530
  }
565
-
566
531
  100% {
567
532
  opacity: 0;
568
533
  -webkit-transform: translateY(-10%);
@@ -582,13 +547,11 @@
582
547
  }
583
548
  }
584
549
  @-webkit-keyframes fadeOutLeft {
585
-
586
550
  0% {
587
551
  opacity: 1;
588
552
  -webkit-transform: translateX(0%);
589
553
  transform: translateX(0%);
590
554
  }
591
-
592
555
  100% {
593
556
  opacity: 0;
594
557
  -webkit-transform: translateX(10%);
@@ -608,13 +571,11 @@
608
571
  }
609
572
  }
610
573
  @-webkit-keyframes fadeOutRight {
611
-
612
574
  0% {
613
575
  opacity: 1;
614
576
  -webkit-transform: translateX(0%);
615
577
  transform: translateX(0%);
616
578
  }
617
-
618
579
  100% {
619
580
  opacity: 0;
620
581
  -webkit-transform: translateX(-10%);
@@ -640,6 +601,8 @@
640
601
 
641
602
  .flip.transition.in,
642
603
  .flip.transition.out {
604
+ -webkit-animation-duration: 600ms;
605
+ animation-duration: 600ms;
643
606
  -webkit-perspective: 2000px;
644
607
  perspective: 2000px;
645
608
  }
@@ -662,13 +625,11 @@
662
625
 
663
626
  /* In */
664
627
  @-webkit-keyframes horizontalFlipIn {
665
-
666
628
  0% {
667
629
  -webkit-transform: perspective(2000px) rotateY(-90deg);
668
630
  transform: perspective(2000px) rotateY(-90deg);
669
631
  opacity: 0;
670
632
  }
671
-
672
633
  100% {
673
634
  -webkit-transform: perspective(2000px) rotateY(0deg);
674
635
  transform: perspective(2000px) rotateY(0deg);
@@ -688,13 +649,11 @@
688
649
  }
689
650
  }
690
651
  @-webkit-keyframes verticalFlipIn {
691
-
692
652
  0% {
693
653
  -webkit-transform: perspective(2000px) rotateX(-90deg);
694
654
  transform: perspective(2000px) rotateX(-90deg);
695
655
  opacity: 0;
696
656
  }
697
-
698
657
  100% {
699
658
  -webkit-transform: perspective(2000px) rotateX(0deg);
700
659
  transform: perspective(2000px) rotateX(0deg);
@@ -716,13 +675,11 @@
716
675
 
717
676
  /* Out */
718
677
  @-webkit-keyframes horizontalFlipOut {
719
-
720
678
  0% {
721
679
  -webkit-transform: perspective(2000px) rotateY(0deg);
722
680
  transform: perspective(2000px) rotateY(0deg);
723
681
  opacity: 1;
724
682
  }
725
-
726
683
  100% {
727
684
  -webkit-transform: perspective(2000px) rotateY(90deg);
728
685
  transform: perspective(2000px) rotateY(90deg);
@@ -742,13 +699,11 @@
742
699
  }
743
700
  }
744
701
  @-webkit-keyframes verticalFlipOut {
745
-
746
702
  0% {
747
703
  -webkit-transform: perspective(2000px) rotateX(0deg);
748
704
  transform: perspective(2000px) rotateX(0deg);
749
705
  opacity: 1;
750
706
  }
751
-
752
707
  100% {
753
708
  -webkit-transform: perspective(2000px) rotateX(-90deg);
754
709
  transform: perspective(2000px) rotateX(-90deg);
@@ -783,13 +738,11 @@
783
738
 
784
739
  /* In */
785
740
  @-webkit-keyframes scaleIn {
786
-
787
741
  0% {
788
742
  opacity: 0;
789
743
  -webkit-transform: scale(0.7);
790
744
  transform: scale(0.7);
791
745
  }
792
-
793
746
  100% {
794
747
  opacity: 1;
795
748
  -webkit-transform: scale(1);
@@ -811,13 +764,11 @@
811
764
 
812
765
  /* Out */
813
766
  @-webkit-keyframes scaleOut {
814
-
815
767
  0% {
816
768
  opacity: 1;
817
769
  -webkit-transform: scale(1);
818
770
  transform: scale(1);
819
771
  }
820
-
821
772
  100% {
822
773
  opacity: 0;
823
774
  -webkit-transform: scale(0.7);
@@ -841,6 +792,8 @@
841
792
  Fly
842
793
  ---------------*/
843
794
 
795
+
796
+ /* Inward */
844
797
  .transition.fly {
845
798
  -webkit-animation-duration: 0.6s;
846
799
  animation-duration: 0.6s;
@@ -851,73 +804,69 @@
851
804
  -webkit-animation-name: flyIn;
852
805
  animation-name: flyIn;
853
806
  }
854
- .transition.fly.in.up {
807
+ .transition[class*="fly up"].in {
855
808
  -webkit-animation-name: flyInUp;
856
809
  animation-name: flyInUp;
857
810
  }
858
- .transition.fly.in.down {
811
+ .transition[class*="fly down"].in {
859
812
  -webkit-animation-name: flyInDown;
860
813
  animation-name: flyInDown;
861
814
  }
862
- .transition.fly.in.right {
863
- -webkit-animation-name: flyInRight;
864
- animation-name: flyInRight;
865
- }
866
- .transition.fly.in.left {
815
+ .transition[class*="fly left"].in {
867
816
  -webkit-animation-name: flyInLeft;
868
817
  animation-name: flyInLeft;
869
818
  }
819
+ .transition[class*="fly right"].in {
820
+ -webkit-animation-name: flyInRight;
821
+ animation-name: flyInRight;
822
+ }
823
+
824
+ /* Outward */
870
825
  .transition.fly.out {
871
826
  -webkit-animation-name: flyOut;
872
827
  animation-name: flyOut;
873
828
  }
874
- .transition.fly.out.up {
829
+ .transition[class*="fly up"].out {
875
830
  -webkit-animation-name: flyOutUp;
876
831
  animation-name: flyOutUp;
877
832
  }
878
- .transition.fly.out.down {
833
+ .transition[class*="fly down"].out {
879
834
  -webkit-animation-name: flyOutDown;
880
835
  animation-name: flyOutDown;
881
836
  }
882
- .transition.fly.out.right {
883
- -webkit-animation-name: flyOutRight;
884
- animation-name: flyOutRight;
885
- }
886
- .transition.fly.out.left {
837
+ .transition[class*="fly left"].out {
887
838
  -webkit-animation-name: flyOutLeft;
888
839
  animation-name: flyOutLeft;
889
840
  }
841
+ .transition[class*="fly right"].out {
842
+ -webkit-animation-name: flyOutRight;
843
+ animation-name: flyOutRight;
844
+ }
890
845
 
891
846
  /* In */
892
847
  @-webkit-keyframes flyIn {
893
-
894
848
  0% {
895
849
  opacity: 0;
896
850
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
897
851
  transform: scale3d(0.3, 0.3, 0.3);
898
852
  }
899
-
900
853
  20% {
901
854
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
902
855
  transform: scale3d(1.1, 1.1, 1.1);
903
856
  }
904
-
905
857
  40% {
906
858
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
907
859
  transform: scale3d(0.9, 0.9, 0.9);
908
860
  }
909
-
910
861
  60% {
911
862
  opacity: 1;
912
863
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
913
864
  transform: scale3d(1.03, 1.03, 1.03);
914
865
  }
915
-
916
866
  80% {
917
867
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
918
868
  transform: scale3d(0.97, 0.97, 0.97);
919
869
  }
920
-
921
870
  100% {
922
871
  opacity: 1;
923
872
  -webkit-transform: scale3d(1, 1, 1);
@@ -954,29 +903,24 @@
954
903
  }
955
904
  }
956
905
  @-webkit-keyframes flyInUp {
957
-
958
906
  0% {
959
907
  opacity: 0;
960
908
  -webkit-transform: translate3d(0, 1500px, 0);
961
909
  transform: translate3d(0, 1500px, 0);
962
910
  }
963
-
964
911
  60% {
965
912
  opacity: 1;
966
913
  -webkit-transform: translate3d(0, -20px, 0);
967
914
  transform: translate3d(0, -20px, 0);
968
915
  }
969
-
970
916
  75% {
971
917
  -webkit-transform: translate3d(0, 10px, 0);
972
918
  transform: translate3d(0, 10px, 0);
973
919
  }
974
-
975
920
  90% {
976
921
  -webkit-transform: translate3d(0, -5px, 0);
977
922
  transform: translate3d(0, -5px, 0);
978
923
  }
979
-
980
924
  100% {
981
925
  -webkit-transform: translate3d(0, 0, 0);
982
926
  transform: translate3d(0, 0, 0);
@@ -1007,29 +951,24 @@
1007
951
  }
1008
952
  }
1009
953
  @-webkit-keyframes flyInDown {
1010
-
1011
954
  0% {
1012
955
  opacity: 0;
1013
956
  -webkit-transform: translate3d(0, -1500px, 0);
1014
957
  transform: translate3d(0, -1500px, 0);
1015
958
  }
1016
-
1017
959
  60% {
1018
960
  opacity: 1;
1019
961
  -webkit-transform: translate3d(0, 25px, 0);
1020
962
  transform: translate3d(0, 25px, 0);
1021
963
  }
1022
-
1023
964
  75% {
1024
965
  -webkit-transform: translate3d(0, -10px, 0);
1025
966
  transform: translate3d(0, -10px, 0);
1026
967
  }
1027
-
1028
968
  90% {
1029
969
  -webkit-transform: translate3d(0, 5px, 0);
1030
970
  transform: translate3d(0, 5px, 0);
1031
971
  }
1032
-
1033
972
  100% {
1034
973
  -webkit-transform: none;
1035
974
  transform: none;
@@ -1060,29 +999,24 @@
1060
999
  }
1061
1000
  }
1062
1001
  @-webkit-keyframes flyInLeft {
1063
-
1064
1002
  0% {
1065
1003
  opacity: 0;
1066
1004
  -webkit-transform: translate3d(1500px, 0, 0);
1067
1005
  transform: translate3d(1500px, 0, 0);
1068
1006
  }
1069
-
1070
1007
  60% {
1071
1008
  opacity: 1;
1072
1009
  -webkit-transform: translate3d(-25px, 0, 0);
1073
1010
  transform: translate3d(-25px, 0, 0);
1074
1011
  }
1075
-
1076
1012
  75% {
1077
1013
  -webkit-transform: translate3d(10px, 0, 0);
1078
1014
  transform: translate3d(10px, 0, 0);
1079
1015
  }
1080
-
1081
1016
  90% {
1082
1017
  -webkit-transform: translate3d(-5px, 0, 0);
1083
1018
  transform: translate3d(-5px, 0, 0);
1084
1019
  }
1085
-
1086
1020
  100% {
1087
1021
  -webkit-transform: none;
1088
1022
  transform: none;
@@ -1113,29 +1047,24 @@
1113
1047
  }
1114
1048
  }
1115
1049
  @-webkit-keyframes flyInRight {
1116
-
1117
1050
  0% {
1118
1051
  opacity: 0;
1119
1052
  -webkit-transform: translate3d(-1500px, 0, 0);
1120
1053
  transform: translate3d(-1500px, 0, 0);
1121
1054
  }
1122
-
1123
1055
  60% {
1124
1056
  opacity: 1;
1125
1057
  -webkit-transform: translate3d(25px, 0, 0);
1126
1058
  transform: translate3d(25px, 0, 0);
1127
1059
  }
1128
-
1129
1060
  75% {
1130
1061
  -webkit-transform: translate3d(-10px, 0, 0);
1131
1062
  transform: translate3d(-10px, 0, 0);
1132
1063
  }
1133
-
1134
1064
  90% {
1135
1065
  -webkit-transform: translate3d(5px, 0, 0);
1136
1066
  transform: translate3d(5px, 0, 0);
1137
1067
  }
1138
-
1139
1068
  100% {
1140
1069
  -webkit-transform: none;
1141
1070
  transform: none;
@@ -1168,19 +1097,16 @@
1168
1097
 
1169
1098
  /* Out */
1170
1099
  @-webkit-keyframes flyOut {
1171
-
1172
1100
  20% {
1173
1101
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
1174
1102
  transform: scale3d(0.9, 0.9, 0.9);
1175
1103
  }
1176
-
1177
1104
  50%,
1178
1105
  55% {
1179
1106
  opacity: 1;
1180
1107
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
1181
1108
  transform: scale3d(1.1, 1.1, 1.1);
1182
1109
  }
1183
-
1184
1110
  100% {
1185
1111
  opacity: 0;
1186
1112
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
@@ -1205,19 +1131,16 @@
1205
1131
  }
1206
1132
  }
1207
1133
  @-webkit-keyframes flyOutUp {
1208
-
1209
1134
  20% {
1210
1135
  -webkit-transform: translate3d(0, 10px, 0);
1211
1136
  transform: translate3d(0, 10px, 0);
1212
1137
  }
1213
-
1214
1138
  40%,
1215
1139
  45% {
1216
1140
  opacity: 1;
1217
1141
  -webkit-transform: translate3d(0, -20px, 0);
1218
1142
  transform: translate3d(0, -20px, 0);
1219
1143
  }
1220
-
1221
1144
  100% {
1222
1145
  opacity: 0;
1223
1146
  -webkit-transform: translate3d(0, 2000px, 0);
@@ -1242,19 +1165,16 @@
1242
1165
  }
1243
1166
  }
1244
1167
  @-webkit-keyframes flyOutDown {
1245
-
1246
1168
  20% {
1247
1169
  -webkit-transform: translate3d(0, -10px, 0);
1248
1170
  transform: translate3d(0, -10px, 0);
1249
1171
  }
1250
-
1251
1172
  40%,
1252
1173
  45% {
1253
1174
  opacity: 1;
1254
1175
  -webkit-transform: translate3d(0, 20px, 0);
1255
1176
  transform: translate3d(0, 20px, 0);
1256
1177
  }
1257
-
1258
1178
  100% {
1259
1179
  opacity: 0;
1260
1180
  -webkit-transform: translate3d(0, -2000px, 0);
@@ -1279,13 +1199,11 @@
1279
1199
  }
1280
1200
  }
1281
1201
  @-webkit-keyframes flyOutRight {
1282
-
1283
1202
  20% {
1284
1203
  opacity: 1;
1285
1204
  -webkit-transform: translate3d(20px, 0, 0);
1286
1205
  transform: translate3d(20px, 0, 0);
1287
1206
  }
1288
-
1289
1207
  100% {
1290
1208
  opacity: 0;
1291
1209
  -webkit-transform: translate3d(-2000px, 0, 0);
@@ -1305,13 +1223,11 @@
1305
1223
  }
1306
1224
  }
1307
1225
  @-webkit-keyframes flyOutLeft {
1308
-
1309
1226
  20% {
1310
1227
  opacity: 1;
1311
1228
  -webkit-transform: translate3d(-20px, 0, 0);
1312
1229
  transform: translate3d(-20px, 0, 0);
1313
1230
  }
1314
-
1315
1231
  100% {
1316
1232
  opacity: 0;
1317
1233
  -webkit-transform: translate3d(2000px, 0, 0);
@@ -1336,28 +1252,28 @@
1336
1252
  ---------------*/
1337
1253
 
1338
1254
  .transition.slide.in,
1339
- .transition.slide.in.down {
1255
+ .transition[class*="slide down"].in {
1340
1256
  -webkit-animation-name: slideInY;
1341
1257
  animation-name: slideInY;
1342
1258
  -webkit-transform-origin: top center;
1343
1259
  -ms-transform-origin: top center;
1344
1260
  transform-origin: top center;
1345
1261
  }
1346
- .transition.slide.in.up {
1262
+ .transition[class*="slide up"].in {
1347
1263
  -webkit-animation-name: slideInY;
1348
1264
  animation-name: slideInY;
1349
1265
  -webkit-transform-origin: bottom center;
1350
1266
  -ms-transform-origin: bottom center;
1351
1267
  transform-origin: bottom center;
1352
1268
  }
1353
- .transition.slide.in.left {
1269
+ .transition[class*="slide left"].in {
1354
1270
  -webkit-animation-name: slideInX;
1355
1271
  animation-name: slideInX;
1356
1272
  -webkit-transform-origin: center right;
1357
1273
  -ms-transform-origin: center right;
1358
1274
  transform-origin: center right;
1359
1275
  }
1360
- .transition.slide.in.right {
1276
+ .transition[class*="slide right"].in {
1361
1277
  -webkit-animation-name: slideInX;
1362
1278
  animation-name: slideInX;
1363
1279
  -webkit-transform-origin: center left;
@@ -1365,28 +1281,28 @@
1365
1281
  transform-origin: center left;
1366
1282
  }
1367
1283
  .transition.slide.out,
1368
- .transition.slide.out.down {
1284
+ .transition[class*="slide down"].out {
1369
1285
  -webkit-animation-name: slideOutY;
1370
1286
  animation-name: slideOutY;
1371
1287
  -webkit-transform-origin: top center;
1372
1288
  -ms-transform-origin: top center;
1373
1289
  transform-origin: top center;
1374
1290
  }
1375
- .transition.slide.out.up {
1291
+ .transition[class*="slide up"].out {
1376
1292
  -webkit-animation-name: slideOutY;
1377
1293
  animation-name: slideOutY;
1378
1294
  -webkit-transform-origin: bottom center;
1379
1295
  -ms-transform-origin: bottom center;
1380
1296
  transform-origin: bottom center;
1381
1297
  }
1382
- .transition.slide.out.left {
1298
+ .transition[class*="slide left"].out {
1383
1299
  -webkit-animation-name: slideOutX;
1384
1300
  animation-name: slideOutX;
1385
1301
  -webkit-transform-origin: center right;
1386
1302
  -ms-transform-origin: center right;
1387
1303
  transform-origin: center right;
1388
1304
  }
1389
- .transition.slide.out.right {
1305
+ .transition[class*="slide right"].out {
1390
1306
  -webkit-animation-name: slideOutX;
1391
1307
  animation-name: slideOutX;
1392
1308
  -webkit-transform-origin: center left;
@@ -1396,13 +1312,11 @@
1396
1312
 
1397
1313
  /* In */
1398
1314
  @-webkit-keyframes slideInY {
1399
-
1400
1315
  0% {
1401
1316
  opacity: 0;
1402
1317
  -webkit-transform: scaleY(0);
1403
1318
  transform: scaleY(0);
1404
1319
  }
1405
-
1406
1320
  100% {
1407
1321
  opacity: 1;
1408
1322
  -webkit-transform: scaleY(1);
@@ -1422,13 +1336,11 @@
1422
1336
  }
1423
1337
  }
1424
1338
  @-webkit-keyframes slideInX {
1425
-
1426
1339
  0% {
1427
1340
  opacity: 0;
1428
1341
  -webkit-transform: scaleX(0);
1429
1342
  transform: scaleX(0);
1430
1343
  }
1431
-
1432
1344
  100% {
1433
1345
  opacity: 1;
1434
1346
  -webkit-transform: scaleX(1);
@@ -1450,13 +1362,11 @@
1450
1362
 
1451
1363
  /* Out */
1452
1364
  @-webkit-keyframes slideOutY {
1453
-
1454
1365
  0% {
1455
1366
  opacity: 1;
1456
1367
  -webkit-transform: scaleY(1);
1457
1368
  transform: scaleY(1);
1458
1369
  }
1459
-
1460
1370
  100% {
1461
1371
  opacity: 0;
1462
1372
  -webkit-transform: scaleY(0);
@@ -1476,13 +1386,11 @@
1476
1386
  }
1477
1387
  }
1478
1388
  @-webkit-keyframes slideOutX {
1479
-
1480
1389
  0% {
1481
1390
  opacity: 1;
1482
1391
  -webkit-transform: scaleX(1);
1483
1392
  transform: scaleX(1);
1484
1393
  }
1485
-
1486
1394
  100% {
1487
1395
  opacity: 0;
1488
1396
  -webkit-transform: scaleX(0);
@@ -1507,97 +1415,87 @@
1507
1415
  ---------------*/
1508
1416
 
1509
1417
  .transition.swing {
1510
- -webkit-perspective: 1000px;
1511
- perspective: 1000px;
1512
- -webkit-animation-duration: 0.5s;
1513
- animation-duration: 0.5s;
1514
- -webkit-transition-timing-function: ease-in;
1515
- transition-timing-function: ease-in;
1516
- }
1517
- .transition.swing.in,
1518
- .transition.swing.in.down {
1418
+ -webkit-animation-duration: 800ms;
1419
+ animation-duration: 800ms;
1420
+ }
1421
+ .transition[class*="swing down"].in {
1422
+ -webkit-animation-name: swingInX;
1423
+ animation-name: swingInX;
1519
1424
  -webkit-transform-origin: top center;
1520
1425
  -ms-transform-origin: top center;
1521
1426
  transform-origin: top center;
1427
+ }
1428
+ .transition[class*="swing up"].in {
1522
1429
  -webkit-animation-name: swingInX;
1523
1430
  animation-name: swingInX;
1524
- }
1525
- .transition.swing.in.up {
1526
1431
  -webkit-transform-origin: bottom center;
1527
1432
  -ms-transform-origin: bottom center;
1528
1433
  transform-origin: bottom center;
1529
- -webkit-animation-name: swingInX;
1530
- animation-name: swingInX;
1531
1434
  }
1532
- .transition.swing.in.left {
1435
+ .transition[class*="swing left"].in {
1436
+ -webkit-animation-name: swingInY;
1437
+ animation-name: swingInY;
1533
1438
  -webkit-transform-origin: center right;
1534
1439
  -ms-transform-origin: center right;
1535
1440
  transform-origin: center right;
1441
+ }
1442
+ .transition[class*="swing right"].in {
1536
1443
  -webkit-animation-name: swingInY;
1537
1444
  animation-name: swingInY;
1538
- }
1539
- .transition.swing.in.right {
1540
1445
  -webkit-transform-origin: center left;
1541
1446
  -ms-transform-origin: center left;
1542
1447
  transform-origin: center left;
1543
- -webkit-animation-name: swingInY;
1544
- animation-name: swingInY;
1545
1448
  }
1546
- .transition.swing.out.down,
1547
- .transition.swing.out {
1449
+ .transition.swing.out,
1450
+ .transition[class*="swing down"].out {
1451
+ -webkit-animation-name: swingOutX;
1452
+ animation-name: swingOutX;
1548
1453
  -webkit-transform-origin: top center;
1549
1454
  -ms-transform-origin: top center;
1550
1455
  transform-origin: top center;
1551
- -webkit-animation-name: swingOutDown;
1552
- animation-name: swingOutDown;
1553
1456
  }
1554
- .transition.swing.out.up {
1457
+ .transition[class*="swing up"].out {
1458
+ -webkit-animation-name: swingOutX;
1459
+ animation-name: swingOutX;
1555
1460
  -webkit-transform-origin: bottom center;
1556
1461
  -ms-transform-origin: bottom center;
1557
1462
  transform-origin: bottom center;
1558
- -webkit-animation-name: swingOutUp;
1559
- animation-name: swingOutUp;
1560
1463
  }
1561
- .transition.swing.out.left {
1464
+ .transition[class*="swing left"].out {
1465
+ -webkit-animation-name: swingOutY;
1466
+ animation-name: swingOutY;
1562
1467
  -webkit-transform-origin: center right;
1563
1468
  -ms-transform-origin: center right;
1564
1469
  transform-origin: center right;
1565
- -webkit-animation-name: swingOutLeft;
1566
- animation-name: swingOutLeft;
1567
1470
  }
1568
- .transition.swing.out.right {
1471
+ .transition[class*="swing right"].out {
1472
+ -webkit-animation-name: swingOutY;
1473
+ animation-name: swingOutY;
1569
1474
  -webkit-transform-origin: center left;
1570
1475
  -ms-transform-origin: center left;
1571
1476
  transform-origin: center left;
1572
- -webkit-animation-name: swingOutRight;
1573
- animation-name: swingOutRight;
1574
1477
  }
1575
1478
 
1576
1479
  /* In */
1577
1480
  @-webkit-keyframes swingInX {
1578
-
1579
1481
  0% {
1580
1482
  -webkit-transform: perspective(1000px) rotateX(90deg);
1581
1483
  transform: perspective(1000px) rotateX(90deg);
1582
1484
  opacity: 0;
1583
1485
  }
1584
-
1585
1486
  40% {
1586
- -webkit-transform: perspective(1000px) rotateX(-20deg);
1587
- transform: perspective(1000px) rotateX(-20deg);
1487
+ -webkit-transform: perspective(1000px) rotateX(-30deg);
1488
+ transform: perspective(1000px) rotateX(-30deg);
1489
+ opacity: 1;
1588
1490
  }
1589
-
1590
1491
  60% {
1591
- -webkit-transform: perspective(1000px) rotateX(10deg);
1592
- transform: perspective(1000px) rotateX(10deg);
1492
+ -webkit-transform: perspective(1000px) rotateX(15deg);
1493
+ transform: perspective(1000px) rotateX(15deg);
1593
1494
  }
1594
-
1595
1495
  80% {
1596
- -webkit-transform: perspective(1000px) rotateX(-5deg);
1597
- transform: perspective(1000px) rotateX(-5deg);
1598
- opacity: 1;
1496
+ -webkit-transform: perspective(1000px) rotateX(-7.5deg);
1497
+ transform: perspective(1000px) rotateX(-7.5deg);
1599
1498
  }
1600
-
1601
1499
  100% {
1602
1500
  -webkit-transform: perspective(1000px) rotateX(0deg);
1603
1501
  transform: perspective(1000px) rotateX(0deg);
@@ -1610,17 +1508,17 @@
1610
1508
  opacity: 0;
1611
1509
  }
1612
1510
  40% {
1613
- -webkit-transform: perspective(1000px) rotateX(-20deg);
1614
- transform: perspective(1000px) rotateX(-20deg);
1511
+ -webkit-transform: perspective(1000px) rotateX(-30deg);
1512
+ transform: perspective(1000px) rotateX(-30deg);
1513
+ opacity: 1;
1615
1514
  }
1616
1515
  60% {
1617
- -webkit-transform: perspective(1000px) rotateX(10deg);
1618
- transform: perspective(1000px) rotateX(10deg);
1516
+ -webkit-transform: perspective(1000px) rotateX(15deg);
1517
+ transform: perspective(1000px) rotateX(15deg);
1619
1518
  }
1620
1519
  80% {
1621
- -webkit-transform: perspective(1000px) rotateX(-5deg);
1622
- transform: perspective(1000px) rotateX(-5deg);
1623
- opacity: 1;
1520
+ -webkit-transform: perspective(1000px) rotateX(-7.5deg);
1521
+ transform: perspective(1000px) rotateX(-7.5deg);
1624
1522
  }
1625
1523
  100% {
1626
1524
  -webkit-transform: perspective(1000px) rotateX(0deg);
@@ -1628,29 +1526,24 @@
1628
1526
  }
1629
1527
  }
1630
1528
  @-webkit-keyframes swingInY {
1631
-
1632
1529
  0% {
1633
1530
  -webkit-transform: perspective(1000px) rotateY(-90deg);
1634
1531
  transform: perspective(1000px) rotateY(-90deg);
1635
1532
  opacity: 0;
1636
1533
  }
1637
-
1638
1534
  40% {
1639
- -webkit-transform: perspective(1000px) rotateY(20deg);
1640
- transform: perspective(1000px) rotateY(20deg);
1535
+ -webkit-transform: perspective(1000px) rotateY(30deg);
1536
+ transform: perspective(1000px) rotateY(30deg);
1537
+ opacity: 1;
1641
1538
  }
1642
-
1643
1539
  60% {
1644
- -webkit-transform: perspective(1000px) rotateY(-10deg);
1645
- transform: perspective(1000px) rotateY(-10deg);
1540
+ -webkit-transform: perspective(1000px) rotateY(-17.5deg);
1541
+ transform: perspective(1000px) rotateY(-17.5deg);
1646
1542
  }
1647
-
1648
1543
  80% {
1649
- -webkit-transform: perspective(1000px) rotateY(5deg);
1650
- transform: perspective(1000px) rotateY(5deg);
1651
- opacity: 1;
1544
+ -webkit-transform: perspective(1000px) rotateY(7.5deg);
1545
+ transform: perspective(1000px) rotateY(7.5deg);
1652
1546
  }
1653
-
1654
1547
  100% {
1655
1548
  -webkit-transform: perspective(1000px) rotateY(0deg);
1656
1549
  transform: perspective(1000px) rotateY(0deg);
@@ -1663,17 +1556,17 @@
1663
1556
  opacity: 0;
1664
1557
  }
1665
1558
  40% {
1666
- -webkit-transform: perspective(1000px) rotateY(20deg);
1667
- transform: perspective(1000px) rotateY(20deg);
1559
+ -webkit-transform: perspective(1000px) rotateY(30deg);
1560
+ transform: perspective(1000px) rotateY(30deg);
1561
+ opacity: 1;
1668
1562
  }
1669
1563
  60% {
1670
- -webkit-transform: perspective(1000px) rotateY(-10deg);
1671
- transform: perspective(1000px) rotateY(-10deg);
1564
+ -webkit-transform: perspective(1000px) rotateY(-17.5deg);
1565
+ transform: perspective(1000px) rotateY(-17.5deg);
1672
1566
  }
1673
1567
  80% {
1674
- -webkit-transform: perspective(1000px) rotateY(5deg);
1675
- transform: perspective(1000px) rotateY(5deg);
1676
- opacity: 1;
1568
+ -webkit-transform: perspective(1000px) rotateY(7.5deg);
1569
+ transform: perspective(1000px) rotateY(7.5deg);
1677
1570
  }
1678
1571
  100% {
1679
1572
  -webkit-transform: perspective(1000px) rotateY(0deg);
@@ -1682,33 +1575,22 @@
1682
1575
  }
1683
1576
 
1684
1577
  /* Out */
1685
- @-webkit-keyframes swingOutUp {
1686
-
1578
+ @-webkit-keyframes swingOutX {
1687
1579
  0% {
1688
1580
  -webkit-transform: perspective(1000px) rotateX(0deg);
1689
1581
  transform: perspective(1000px) rotateX(0deg);
1690
1582
  }
1691
-
1692
- 30% {
1693
- -webkit-transform: perspective(1000px) rotateX(-20deg);
1694
- transform: perspective(1000px) rotateX(-20deg);
1695
- opacity: 1;
1696
- }
1697
-
1698
- 100% {
1699
- -webkit-transform: perspective(1000px) rotateX(90deg);
1700
- transform: perspective(1000px) rotateX(90deg);
1701
- opacity: 0;
1583
+ 40% {
1584
+ -webkit-transform: perspective(1000px) rotateX(-7.5deg);
1585
+ transform: perspective(1000px) rotateX(-7.5deg);
1702
1586
  }
1703
- }
1704
- @keyframes swingOutUp {
1705
- 0% {
1706
- -webkit-transform: perspective(1000px) rotateX(0deg);
1707
- transform: perspective(1000px) rotateX(0deg);
1587
+ 60% {
1588
+ -webkit-transform: perspective(1000px) rotateX(17.5deg);
1589
+ transform: perspective(1000px) rotateX(17.5deg);
1708
1590
  }
1709
- 30% {
1710
- -webkit-transform: perspective(1000px) rotateX(-20deg);
1711
- transform: perspective(1000px) rotateX(-20deg);
1591
+ 80% {
1592
+ -webkit-transform: perspective(1000px) rotateX(-30deg);
1593
+ transform: perspective(1000px) rotateX(-30deg);
1712
1594
  opacity: 1;
1713
1595
  }
1714
1596
  100% {
@@ -1717,68 +1599,46 @@
1717
1599
  opacity: 0;
1718
1600
  }
1719
1601
  }
1720
- @-webkit-keyframes swingOutDown {
1721
-
1602
+ @keyframes swingOutX {
1722
1603
  0% {
1723
1604
  -webkit-transform: perspective(1000px) rotateX(0deg);
1724
1605
  transform: perspective(1000px) rotateX(0deg);
1725
1606
  }
1726
-
1727
- 30% {
1728
- -webkit-transform: perspective(1000px) rotateX(20deg);
1729
- transform: perspective(1000px) rotateX(20deg);
1730
- opacity: 1;
1731
- }
1732
-
1733
- 100% {
1734
- -webkit-transform: perspective(1000px) rotateX(-90deg);
1735
- transform: perspective(1000px) rotateX(-90deg);
1736
- opacity: 0;
1607
+ 40% {
1608
+ -webkit-transform: perspective(1000px) rotateX(-7.5deg);
1609
+ transform: perspective(1000px) rotateX(-7.5deg);
1737
1610
  }
1738
- }
1739
- @keyframes swingOutDown {
1740
- 0% {
1741
- -webkit-transform: perspective(1000px) rotateX(0deg);
1742
- transform: perspective(1000px) rotateX(0deg);
1611
+ 60% {
1612
+ -webkit-transform: perspective(1000px) rotateX(17.5deg);
1613
+ transform: perspective(1000px) rotateX(17.5deg);
1743
1614
  }
1744
- 30% {
1745
- -webkit-transform: perspective(1000px) rotateX(20deg);
1746
- transform: perspective(1000px) rotateX(20deg);
1615
+ 80% {
1616
+ -webkit-transform: perspective(1000px) rotateX(-30deg);
1617
+ transform: perspective(1000px) rotateX(-30deg);
1747
1618
  opacity: 1;
1748
1619
  }
1749
1620
  100% {
1750
- -webkit-transform: perspective(1000px) rotateX(-90deg);
1751
- transform: perspective(1000px) rotateX(-90deg);
1621
+ -webkit-transform: perspective(1000px) rotateX(90deg);
1622
+ transform: perspective(1000px) rotateX(90deg);
1752
1623
  opacity: 0;
1753
1624
  }
1754
1625
  }
1755
- @-webkit-keyframes swingOutLeft {
1756
-
1626
+ @-webkit-keyframes swingOutY {
1757
1627
  0% {
1758
1628
  -webkit-transform: perspective(1000px) rotateY(0deg);
1759
1629
  transform: perspective(1000px) rotateY(0deg);
1760
1630
  }
1761
-
1762
- 30% {
1763
- -webkit-transform: perspective(1000px) rotateY(20deg);
1764
- transform: perspective(1000px) rotateY(20deg);
1765
- opacity: 1;
1766
- }
1767
-
1768
- 100% {
1769
- -webkit-transform: perspective(1000px) rotateY(-90deg);
1770
- transform: perspective(1000px) rotateY(-90deg);
1771
- opacity: 0;
1631
+ 40% {
1632
+ -webkit-transform: perspective(1000px) rotateY(7.5deg);
1633
+ transform: perspective(1000px) rotateY(7.5deg);
1772
1634
  }
1773
- }
1774
- @keyframes swingOutLeft {
1775
- 0% {
1776
- -webkit-transform: perspective(1000px) rotateY(0deg);
1777
- transform: perspective(1000px) rotateY(0deg);
1635
+ 60% {
1636
+ -webkit-transform: perspective(1000px) rotateY(-10deg);
1637
+ transform: perspective(1000px) rotateY(-10deg);
1778
1638
  }
1779
- 30% {
1780
- -webkit-transform: perspective(1000px) rotateY(20deg);
1781
- transform: perspective(1000px) rotateY(20deg);
1639
+ 80% {
1640
+ -webkit-transform: perspective(1000px) rotateY(30deg);
1641
+ transform: perspective(1000px) rotateY(30deg);
1782
1642
  opacity: 1;
1783
1643
  }
1784
1644
  100% {
@@ -1787,38 +1647,27 @@
1787
1647
  opacity: 0;
1788
1648
  }
1789
1649
  }
1790
- @-webkit-keyframes swingOutRight {
1791
-
1650
+ @keyframes swingOutY {
1792
1651
  0% {
1793
1652
  -webkit-transform: perspective(1000px) rotateY(0deg);
1794
1653
  transform: perspective(1000px) rotateY(0deg);
1795
1654
  }
1796
-
1797
- 30% {
1798
- -webkit-transform: perspective(1000px) rotateY(-20deg);
1799
- transform: perspective(1000px) rotateY(-20deg);
1800
- opacity: 1;
1801
- }
1802
-
1803
- 100% {
1804
- -webkit-transform: perspective(1000px) rotateY(90deg);
1805
- transform: perspective(1000px) rotateY(90deg);
1806
- opacity: 0;
1655
+ 40% {
1656
+ -webkit-transform: perspective(1000px) rotateY(7.5deg);
1657
+ transform: perspective(1000px) rotateY(7.5deg);
1807
1658
  }
1808
- }
1809
- @keyframes swingOutRight {
1810
- 0% {
1811
- -webkit-transform: perspective(1000px) rotateY(0deg);
1812
- transform: perspective(1000px) rotateY(0deg);
1659
+ 60% {
1660
+ -webkit-transform: perspective(1000px) rotateY(-10deg);
1661
+ transform: perspective(1000px) rotateY(-10deg);
1813
1662
  }
1814
- 30% {
1815
- -webkit-transform: perspective(1000px) rotateY(-20deg);
1816
- transform: perspective(1000px) rotateY(-20deg);
1663
+ 80% {
1664
+ -webkit-transform: perspective(1000px) rotateY(30deg);
1665
+ transform: perspective(1000px) rotateY(30deg);
1817
1666
  opacity: 1;
1818
1667
  }
1819
1668
  100% {
1820
- -webkit-transform: perspective(1000px) rotateY(90deg);
1821
- transform: perspective(1000px) rotateY(90deg);
1669
+ -webkit-transform: perspective(1000px) rotateY(-90deg);
1670
+ transform: perspective(1000px) rotateY(-90deg);
1822
1671
  opacity: 0;
1823
1672
  }
1824
1673
  }
@@ -1834,39 +1683,49 @@
1834
1683
  ---------------*/
1835
1684
 
1836
1685
  .flash.transition {
1686
+ -webkit-animation-duration: 750ms;
1687
+ animation-duration: 750ms;
1837
1688
  -webkit-animation-name: flash;
1838
1689
  animation-name: flash;
1839
1690
  }
1840
1691
  .shake.transition {
1692
+ -webkit-animation-duration: 750ms;
1693
+ animation-duration: 750ms;
1841
1694
  -webkit-animation-name: shake;
1842
1695
  animation-name: shake;
1843
1696
  }
1844
1697
  .bounce.transition {
1698
+ -webkit-animation-duration: 750ms;
1699
+ animation-duration: 750ms;
1845
1700
  -webkit-animation-name: bounce;
1846
1701
  animation-name: bounce;
1847
1702
  }
1848
1703
  .tada.transition {
1704
+ -webkit-animation-duration: 750ms;
1705
+ animation-duration: 750ms;
1849
1706
  -webkit-animation-name: tada;
1850
1707
  animation-name: tada;
1851
1708
  }
1852
1709
  .pulse.transition {
1710
+ -webkit-animation-duration: 500ms;
1711
+ animation-duration: 500ms;
1853
1712
  -webkit-animation-name: pulse;
1854
1713
  animation-name: pulse;
1855
1714
  }
1856
1715
  .jiggle.transition {
1716
+ -webkit-animation-duration: 750ms;
1717
+ animation-duration: 750ms;
1857
1718
  -webkit-animation-name: jiggle;
1858
1719
  animation-name: jiggle;
1859
1720
  }
1860
1721
 
1861
1722
  /* Flash */
1862
1723
  @-webkit-keyframes flash {
1863
-
1864
1724
  0%,
1865
1725
  50%,
1866
1726
  100% {
1867
1727
  opacity: 1;
1868
1728
  }
1869
-
1870
1729
  25%,
1871
1730
  75% {
1872
1731
  opacity: 0;
@@ -1886,13 +1745,11 @@
1886
1745
 
1887
1746
  /* Shake */
1888
1747
  @-webkit-keyframes shake {
1889
-
1890
1748
  0%,
1891
1749
  100% {
1892
1750
  -webkit-transform: translateX(0);
1893
1751
  transform: translateX(0);
1894
1752
  }
1895
-
1896
1753
  10%,
1897
1754
  30%,
1898
1755
  50%,
@@ -1901,7 +1758,6 @@
1901
1758
  -webkit-transform: translateX(-10px);
1902
1759
  transform: translateX(-10px);
1903
1760
  }
1904
-
1905
1761
  20%,
1906
1762
  40%,
1907
1763
  60%,
@@ -1935,7 +1791,6 @@
1935
1791
 
1936
1792
  /* Bounce */
1937
1793
  @-webkit-keyframes bounce {
1938
-
1939
1794
  0%,
1940
1795
  20%,
1941
1796
  50%,
@@ -1944,12 +1799,10 @@
1944
1799
  -webkit-transform: translateY(0);
1945
1800
  transform: translateY(0);
1946
1801
  }
1947
-
1948
1802
  40% {
1949
1803
  -webkit-transform: translateY(-30px);
1950
1804
  transform: translateY(-30px);
1951
1805
  }
1952
-
1953
1806
  60% {
1954
1807
  -webkit-transform: translateY(-15px);
1955
1808
  transform: translateY(-15px);
@@ -1976,18 +1829,15 @@
1976
1829
 
1977
1830
  /* Tada */
1978
1831
  @-webkit-keyframes tada {
1979
-
1980
1832
  0% {
1981
1833
  -webkit-transform: scale(1);
1982
1834
  transform: scale(1);
1983
1835
  }
1984
-
1985
1836
  10%,
1986
1837
  20% {
1987
1838
  -webkit-transform: scale(0.9) rotate(-3deg);
1988
1839
  transform: scale(0.9) rotate(-3deg);
1989
1840
  }
1990
-
1991
1841
  30%,
1992
1842
  50%,
1993
1843
  70%,
@@ -1995,14 +1845,12 @@
1995
1845
  -webkit-transform: scale(1.1) rotate(3deg);
1996
1846
  transform: scale(1.1) rotate(3deg);
1997
1847
  }
1998
-
1999
1848
  40%,
2000
1849
  60%,
2001
1850
  80% {
2002
1851
  -webkit-transform: scale(1.1) rotate(-3deg);
2003
1852
  transform: scale(1.1) rotate(-3deg);
2004
1853
  }
2005
-
2006
1854
  100% {
2007
1855
  -webkit-transform: scale(1) rotate(0);
2008
1856
  transform: scale(1) rotate(0);
@@ -2039,19 +1887,16 @@
2039
1887
 
2040
1888
  /* Pulse */
2041
1889
  @-webkit-keyframes pulse {
2042
-
2043
1890
  0% {
2044
1891
  -webkit-transform: scale(1);
2045
1892
  transform: scale(1);
2046
1893
  opacity: 1;
2047
1894
  }
2048
-
2049
1895
  50% {
2050
1896
  -webkit-transform: scale(0.9);
2051
1897
  transform: scale(0.9);
2052
1898
  opacity: 0.7;
2053
1899
  }
2054
-
2055
1900
  100% {
2056
1901
  -webkit-transform: scale(1);
2057
1902
  transform: scale(1);
@@ -2078,37 +1923,30 @@
2078
1923
 
2079
1924
  /* Rubberband */
2080
1925
  @-webkit-keyframes jiggle {
2081
-
2082
1926
  0% {
2083
1927
  -webkit-transform: scale3d(1, 1, 1);
2084
1928
  transform: scale3d(1, 1, 1);
2085
1929
  }
2086
-
2087
1930
  30% {
2088
1931
  -webkit-transform: scale3d(1.25, 0.75, 1);
2089
1932
  transform: scale3d(1.25, 0.75, 1);
2090
1933
  }
2091
-
2092
1934
  40% {
2093
1935
  -webkit-transform: scale3d(0.75, 1.25, 1);
2094
1936
  transform: scale3d(0.75, 1.25, 1);
2095
1937
  }
2096
-
2097
1938
  50% {
2098
1939
  -webkit-transform: scale3d(1.15, 0.85, 1);
2099
1940
  transform: scale3d(1.15, 0.85, 1);
2100
1941
  }
2101
-
2102
1942
  65% {
2103
1943
  -webkit-transform: scale3d(0.95, 1.05, 1);
2104
1944
  transform: scale3d(0.95, 1.05, 1);
2105
1945
  }
2106
-
2107
1946
  75% {
2108
1947
  -webkit-transform: scale3d(1.05, 0.95, 1);
2109
1948
  transform: scale3d(1.05, 0.95, 1);
2110
1949
  }
2111
-
2112
1950
  100% {
2113
1951
  -webkit-transform: scale3d(1, 1, 1);
2114
1952
  transform: scale3d(1, 1, 1);