fomantic-ui-sass 2.7.4 → 2.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/app/assets/javascripts/semantic-ui/accordion.js +2 -2
  4. data/app/assets/javascripts/semantic-ui/api.js +7 -3
  5. data/app/assets/javascripts/semantic-ui/calendar.js +45 -17
  6. data/app/assets/javascripts/semantic-ui/checkbox.js +2 -2
  7. data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
  8. data/app/assets/javascripts/semantic-ui/dropdown.js +13 -3
  9. data/app/assets/javascripts/semantic-ui/embed.js +2 -2
  10. data/app/assets/javascripts/semantic-ui/form.js +364 -152
  11. data/app/assets/javascripts/semantic-ui/modal.js +13 -7
  12. data/app/assets/javascripts/semantic-ui/nag.js +2 -2
  13. data/app/assets/javascripts/semantic-ui/popup.js +8 -4
  14. data/app/assets/javascripts/semantic-ui/progress.js +31 -26
  15. data/app/assets/javascripts/semantic-ui/rating.js +2 -2
  16. data/app/assets/javascripts/semantic-ui/search.js +3 -3
  17. data/app/assets/javascripts/semantic-ui/shape.js +2 -2
  18. data/app/assets/javascripts/semantic-ui/sidebar.js +2 -2
  19. data/app/assets/javascripts/semantic-ui/site.js +2 -2
  20. data/app/assets/javascripts/semantic-ui/slider.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/state.js +2 -2
  22. data/app/assets/javascripts/semantic-ui/sticky.js +2 -2
  23. data/app/assets/javascripts/semantic-ui/tab.js +2 -2
  24. data/app/assets/javascripts/semantic-ui/toast.js +2 -2
  25. data/app/assets/javascripts/semantic-ui/transition.js +5 -2
  26. data/app/assets/javascripts/semantic-ui/visibility.js +2 -2
  27. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +20 -3
  28. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +36 -5
  29. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +24 -18
  30. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +24 -14
  31. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +8 -2
  32. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +196 -101
  33. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +13 -3
  34. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +11 -5
  35. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +38 -3
  36. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +995 -2
  37. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +8 -2
  38. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +11808 -774
  39. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +8 -2
  40. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +15 -2
  41. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +29 -2
  42. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +10 -2
  43. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +8 -2
  44. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +8 -2
  45. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +8 -2
  46. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +8 -2
  47. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +21 -2
  48. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +21 -4
  49. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +7 -1
  50. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +349 -2
  51. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +8 -2
  52. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +30 -2
  53. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +8 -2
  54. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +36 -2
  55. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +9 -3
  56. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +147 -71
  57. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +8 -2
  58. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +22 -18
  59. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +8 -2
  60. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +9 -3
  61. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +8 -2
  62. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +11 -10
  63. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +9 -3
  64. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +8 -2
  65. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +8 -2
  66. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +6 -0
  67. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +8 -2
  68. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +8 -2
  69. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +2 -2
  70. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1201 -2
  71. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +9 -3
  72. data/app/assets/stylesheets/semantic-ui/views/_card.scss +24 -5
  73. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +8 -2
  74. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +8 -2
  75. data/app/assets/stylesheets/semantic-ui/views/_item.scss +11 -5
  76. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +9 -3
  77. data/lib/fomantic/ui/sass/version.rb +2 -2
  78. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Video
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Video
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -141,6 +141,12 @@
141
141
 
142
142
 
143
143
 
144
+ /*******************************
145
+ Video Overrides
146
+ *******************************/
147
+
148
+
149
+
144
150
  /*******************************
145
151
  Site Overrides
146
152
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Modal
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Modal
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -114,8 +114,6 @@
114
114
  -webkit-box-direction: normal;
115
115
  -ms-flex-direction: row;
116
116
  flex-direction: row;
117
- -ms-flex-wrap: wrap;
118
- flex-wrap: wrap;
119
117
  }
120
118
 
121
119
  /* Image */
@@ -193,7 +191,7 @@
193
191
 
194
192
 
195
193
  /* Modal Width */
196
- @media only screen and (max-width: 767.99px) {
194
+ @media only screen and (max-width: 767.98px) {
197
195
  .ui.modal:not(.fullscreen) {
198
196
  width: 95%;
199
197
  margin: 0 0 0 0;
@@ -225,7 +223,7 @@
225
223
  }
226
224
 
227
225
  /* Tablet and Mobile */
228
- @media only screen and (max-width: 991.99px) {
226
+ @media only screen and (max-width: 991.98px) {
229
227
  .ui.modal > .header {
230
228
  padding-right: 2.25rem;
231
229
  }
@@ -237,15 +235,15 @@
237
235
  }
238
236
 
239
237
  /* Mobile */
240
- @media only screen and (max-width: 767.99px) {
238
+ @media only screen and (max-width: 767.98px) {
241
239
  .ui.modal > .header {
242
240
  padding: 0.75rem 1rem !important;
243
241
  padding-right: 2.25rem !important;
244
242
  }
245
- .ui.overlay.fullscreen.modal .content.content.content {
243
+ .ui.overlay.fullscreen.modal > .content.content.content {
246
244
  min-height: calc(100vh - 8.1rem);
247
245
  }
248
- .ui.overlay.fullscreen.modal .scrolling.content.content.content {
246
+ .ui.overlay.fullscreen.modal > .scrolling.content.content.content {
249
247
  max-height: calc(100vh - 8.1rem);
250
248
  }
251
249
  .ui.modal > .content {
@@ -385,7 +383,7 @@
385
383
  .ui.bottom.aligned.modal {
386
384
  bottom: 5vh;
387
385
  }
388
- @media only screen and (max-width: 767.99px) {
386
+ @media only screen and (max-width: 767.98px) {
389
387
  .ui.top.aligned.modal {
390
388
  top: 1rem;
391
389
  }
@@ -432,14 +430,14 @@
432
430
  }
433
431
 
434
432
  /* Scrolling Content */
435
- .ui.modal .scrolling.content {
433
+ .ui.modal > .scrolling.content {
436
434
  max-height: calc(80vh - 10rem);
437
435
  overflow: auto;
438
436
  }
439
- .ui.overlay.fullscreen.modal .content {
437
+ .ui.overlay.fullscreen.modal > .content {
440
438
  min-height: calc(100vh - 9.1rem);
441
439
  }
442
- .ui.overlay.fullscreen.modal .scrolling.content {
440
+ .ui.overlay.fullscreen.modal > .scrolling.content {
443
441
  max-height: calc(100vh - 9.1rem);
444
442
  }
445
443
 
@@ -485,7 +483,7 @@
485
483
  }
486
484
 
487
485
  /* Mini Modal Width */
488
- @media only screen and (max-width: 767.99px) {
486
+ @media only screen and (max-width: 767.98px) {
489
487
  .ui.mini.modal {
490
488
  width: 95%;
491
489
  margin: 0 0 0 0;
@@ -522,7 +520,7 @@
522
520
  }
523
521
 
524
522
  /* Tiny Modal Width */
525
- @media only screen and (max-width: 767.99px) {
523
+ @media only screen and (max-width: 767.98px) {
526
524
  .ui.tiny.modal {
527
525
  width: 95%;
528
526
  margin: 0 0 0 0;
@@ -559,7 +557,7 @@
559
557
  }
560
558
 
561
559
  /* Small Modal Width */
562
- @media only screen and (max-width: 767.99px) {
560
+ @media only screen and (max-width: 767.98px) {
563
561
  .ui.small.modal {
564
562
  width: 95%;
565
563
  margin: 0 0 0 0;
@@ -594,7 +592,7 @@
594
592
  .ui.large.modal > .header {
595
593
  font-size: 1.6em;
596
594
  }
597
- @media only screen and (max-width: 767.99px) {
595
+ @media only screen and (max-width: 767.98px) {
598
596
  .ui.large.modal {
599
597
  width: 95%;
600
598
  margin: 0 0 0 0;
@@ -646,7 +644,7 @@
646
644
  .ui.inverted.dimmer > .modal > .close {
647
645
  color: rgba(0, 0, 0, 0.85);
648
646
  }
649
- @media only screen and (max-width: 991.99px) {
647
+ @media only screen and (max-width: 991.98px) {
650
648
  .ui.dimmer .inverted.modal > .close {
651
649
  color: #FFFFFF;
652
650
  }
@@ -662,6 +660,12 @@
662
660
 
663
661
 
664
662
 
663
+ /*******************************
664
+ Theme Overrides
665
+ *******************************/
666
+
667
+
668
+
665
669
  /*******************************
666
670
  Site Overrides
667
671
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Nag
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Nag
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -142,6 +142,12 @@ a.ui.nag {
142
142
 
143
143
 
144
144
 
145
+ /*******************************
146
+ Theme Overrides
147
+ *******************************/
148
+
149
+
150
+
145
151
  /*******************************
146
152
  User Overrides
147
153
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Popup
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Popup
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -706,7 +706,7 @@
706
706
  .ui[class*="very wide"].popup {
707
707
  max-width: 550px;
708
708
  }
709
- @media only screen and (max-width: 767.99px) {
709
+ @media only screen and (max-width: 767.98px) {
710
710
  .ui.wide.popup,
711
711
  .ui[class*="very wide"].popup {
712
712
  max-width: 250px;
@@ -783,6 +783,12 @@
783
783
 
784
784
 
785
785
 
786
+ /*******************************
787
+ Theme Overrides
788
+ *******************************/
789
+
790
+
791
+
786
792
  /*******************************
787
793
  User Overrides
788
794
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Progress Bar
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Progress Bar
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -588,6 +588,12 @@
588
588
 
589
589
 
590
590
 
591
+ /*******************************
592
+ Progress
593
+ *******************************/
594
+
595
+
596
+
591
597
  /*******************************
592
598
  Site Overrides
593
599
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Rating
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Rating
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -39,6 +39,9 @@
39
39
  height: auto;
40
40
  -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
41
41
  transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
42
+ line-height: 1;
43
+ -webkit-backface-visibility: hidden;
44
+ backface-visibility: hidden;
42
45
  }
43
46
 
44
47
 
@@ -273,14 +276,12 @@
273
276
  Theme Overrides
274
277
  *******************************/
275
278
 
276
- .ui.rating .icon {
277
- line-height: 1;
278
- -webkit-backface-visibility: hidden;
279
- backface-visibility: hidden;
280
- font-weight: normal;
281
- font-style: normal;
282
- text-align: center;
283
- }
279
+
280
+
281
+ /*******************************
282
+ Theme Overrides
283
+ *******************************/
284
+
284
285
 
285
286
 
286
287
  /*******************************
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Search
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Search
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -422,7 +422,7 @@
422
422
  Mobile
423
423
  ---------------*/
424
424
 
425
- @media only screen and (max-width: 767.99px) {
425
+ @media only screen and (max-width: 767.98px) {
426
426
  .ui.search .results {
427
427
  max-width: calc(100vw - 2rem);
428
428
  }
@@ -435,6 +435,12 @@
435
435
 
436
436
 
437
437
 
438
+ /*******************************
439
+ Theme Overrides
440
+ *******************************/
441
+
442
+
443
+
438
444
  /*******************************
439
445
  Site Overrides
440
446
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Shape
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Shape
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -153,6 +153,12 @@
153
153
 
154
154
 
155
155
 
156
+ /*******************************
157
+ Theme Overrides
158
+ *******************************/
159
+
160
+
161
+
156
162
  /*******************************
157
163
  User Overrides
158
164
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Sidebar
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Sidebar
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -623,6 +623,12 @@ body.pushable > .pusher {
623
623
 
624
624
 
625
625
 
626
+ /*******************************
627
+ Theme Overrides
628
+ *******************************/
629
+
630
+
631
+
626
632
  /*******************************
627
633
  Site Overrides
628
634
  *******************************/
@@ -766,3 +766,9 @@
766
766
  Slider Overrides
767
767
  *******************************/
768
768
 
769
+
770
+
771
+ /*******************************
772
+ Slider Overrides
773
+ *******************************/
774
+
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Sticky
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Sticky
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -72,6 +72,12 @@
72
72
 
73
73
 
74
74
 
75
+ /*******************************
76
+ Theme Overrides
77
+ *******************************/
78
+
79
+
80
+
75
81
  /*******************************
76
82
  Site Overrides
77
83
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Tab
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Tab
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -82,6 +82,12 @@
82
82
 
83
83
 
84
84
 
85
+ /*******************************
86
+ Tab Overrides
87
+ *******************************/
88
+
89
+
90
+
85
91
  /*******************************
86
92
  User Overrides
87
93
  *******************************/
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Toast
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Toast
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Semantic UI 2.7.2 - Transition
3
- * http://github.com/semantic-org/semantic-ui/
2
+ * # Fomantic-UI - Transition
3
+ * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -2053,6 +2053,1205 @@
2053
2053
  }
2054
2054
 
2055
2055
 
2056
+ /*******************************
2057
+ Transitions
2058
+ *******************************/
2059
+
2060
+ /*
2061
+ Some transitions adapted from Animate CSS
2062
+ https://github.com/daneden/animate.css
2063
+
2064
+ Additional transitions adapted from Glide
2065
+ by Nick Pettit - https://github.com/nickpettit/glide
2066
+ */
2067
+
2068
+ /*--------------
2069
+ Browse
2070
+ ---------------*/
2071
+
2072
+ .transition.browse {
2073
+ -webkit-animation-duration: 500ms;
2074
+ animation-duration: 500ms;
2075
+ }
2076
+ .transition.browse.in {
2077
+ -webkit-animation-name: browseIn;
2078
+ animation-name: browseIn;
2079
+ }
2080
+ .transition.browse.out,
2081
+ .transition.browse.left.out {
2082
+ -webkit-animation-name: browseOutLeft;
2083
+ animation-name: browseOutLeft;
2084
+ }
2085
+ .transition.browse.right.out {
2086
+ -webkit-animation-name: browseOutRight;
2087
+ animation-name: browseOutRight;
2088
+ }
2089
+
2090
+ /* In */
2091
+ @keyframes browseIn {
2092
+ 0% {
2093
+ -webkit-transform: scale(0.8) translateZ(0px);
2094
+ transform: scale(0.8) translateZ(0px);
2095
+ z-index: -1;
2096
+ }
2097
+ 10% {
2098
+ -webkit-transform: scale(0.8) translateZ(0px);
2099
+ transform: scale(0.8) translateZ(0px);
2100
+ z-index: -1;
2101
+ opacity: 0.7;
2102
+ }
2103
+ 80% {
2104
+ -webkit-transform: scale(1.05) translateZ(0px);
2105
+ transform: scale(1.05) translateZ(0px);
2106
+ opacity: 1;
2107
+ z-index: 999;
2108
+ }
2109
+ 100% {
2110
+ -webkit-transform: scale(1) translateZ(0px);
2111
+ transform: scale(1) translateZ(0px);
2112
+ z-index: 999;
2113
+ }
2114
+ }
2115
+
2116
+ /* Out */
2117
+ @keyframes browseOutLeft {
2118
+ 0% {
2119
+ z-index: 999;
2120
+ -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
2121
+ transform: translateX(0%) rotateY(0deg) rotateX(0deg);
2122
+ }
2123
+ 50% {
2124
+ z-index: -1;
2125
+ -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
2126
+ transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
2127
+ }
2128
+ 80% {
2129
+ opacity: 1;
2130
+ }
2131
+ 100% {
2132
+ z-index: -1;
2133
+ -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
2134
+ transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
2135
+ opacity: 0;
2136
+ }
2137
+ }
2138
+ @keyframes browseOutRight {
2139
+ 0% {
2140
+ z-index: 999;
2141
+ -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
2142
+ transform: translateX(0%) rotateY(0deg) rotateX(0deg);
2143
+ }
2144
+ 50% {
2145
+ z-index: 1;
2146
+ -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
2147
+ transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
2148
+ }
2149
+ 80% {
2150
+ opacity: 1;
2151
+ }
2152
+ 100% {
2153
+ z-index: 1;
2154
+ -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
2155
+ transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
2156
+ opacity: 0;
2157
+ }
2158
+ }
2159
+
2160
+ /*--------------
2161
+ Drop
2162
+ ---------------*/
2163
+
2164
+ .drop.transition {
2165
+ -webkit-transform-origin: top center;
2166
+ transform-origin: top center;
2167
+ -webkit-animation-duration: 400ms;
2168
+ animation-duration: 400ms;
2169
+ -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
2170
+ animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
2171
+ }
2172
+ .drop.transition.in {
2173
+ -webkit-animation-name: dropIn;
2174
+ animation-name: dropIn;
2175
+ }
2176
+ .drop.transition.out {
2177
+ -webkit-animation-name: dropOut;
2178
+ animation-name: dropOut;
2179
+ }
2180
+
2181
+ /* Drop */
2182
+ @keyframes dropIn {
2183
+ 0% {
2184
+ opacity: 0;
2185
+ -webkit-transform: scale(0);
2186
+ transform: scale(0);
2187
+ }
2188
+ 100% {
2189
+ opacity: 1;
2190
+ -webkit-transform: scale(1);
2191
+ transform: scale(1);
2192
+ }
2193
+ }
2194
+ @keyframes dropOut {
2195
+ 0% {
2196
+ opacity: 1;
2197
+ -webkit-transform: scale(1);
2198
+ transform: scale(1);
2199
+ }
2200
+ 100% {
2201
+ opacity: 0;
2202
+ -webkit-transform: scale(0);
2203
+ transform: scale(0);
2204
+ }
2205
+ }
2206
+
2207
+ /*--------------
2208
+ Fade
2209
+ ---------------*/
2210
+
2211
+ .transition.fade.in {
2212
+ -webkit-animation-name: fadeIn;
2213
+ animation-name: fadeIn;
2214
+ }
2215
+ .transition[class*="fade up"].in {
2216
+ -webkit-animation-name: fadeInUp;
2217
+ animation-name: fadeInUp;
2218
+ }
2219
+ .transition[class*="fade down"].in {
2220
+ -webkit-animation-name: fadeInDown;
2221
+ animation-name: fadeInDown;
2222
+ }
2223
+ .transition[class*="fade left"].in {
2224
+ -webkit-animation-name: fadeInLeft;
2225
+ animation-name: fadeInLeft;
2226
+ }
2227
+ .transition[class*="fade right"].in {
2228
+ -webkit-animation-name: fadeInRight;
2229
+ animation-name: fadeInRight;
2230
+ }
2231
+ .transition.fade.out {
2232
+ -webkit-animation-name: fadeOut;
2233
+ animation-name: fadeOut;
2234
+ }
2235
+ .transition[class*="fade up"].out {
2236
+ -webkit-animation-name: fadeOutUp;
2237
+ animation-name: fadeOutUp;
2238
+ }
2239
+ .transition[class*="fade down"].out {
2240
+ -webkit-animation-name: fadeOutDown;
2241
+ animation-name: fadeOutDown;
2242
+ }
2243
+ .transition[class*="fade left"].out {
2244
+ -webkit-animation-name: fadeOutLeft;
2245
+ animation-name: fadeOutLeft;
2246
+ }
2247
+ .transition[class*="fade right"].out {
2248
+ -webkit-animation-name: fadeOutRight;
2249
+ animation-name: fadeOutRight;
2250
+ }
2251
+
2252
+ /* In */
2253
+ @keyframes fadeIn {
2254
+ 0% {
2255
+ opacity: 0;
2256
+ }
2257
+ 100% {
2258
+ opacity: 1;
2259
+ }
2260
+ }
2261
+ @keyframes fadeInUp {
2262
+ 0% {
2263
+ opacity: 0;
2264
+ -webkit-transform: translateY(10%);
2265
+ transform: translateY(10%);
2266
+ }
2267
+ 100% {
2268
+ opacity: 1;
2269
+ -webkit-transform: translateY(0%);
2270
+ transform: translateY(0%);
2271
+ }
2272
+ }
2273
+ @keyframes fadeInDown {
2274
+ 0% {
2275
+ opacity: 0;
2276
+ -webkit-transform: translateY(-10%);
2277
+ transform: translateY(-10%);
2278
+ }
2279
+ 100% {
2280
+ opacity: 1;
2281
+ -webkit-transform: translateY(0%);
2282
+ transform: translateY(0%);
2283
+ }
2284
+ }
2285
+ @keyframes fadeInLeft {
2286
+ 0% {
2287
+ opacity: 0;
2288
+ -webkit-transform: translateX(10%);
2289
+ transform: translateX(10%);
2290
+ }
2291
+ 100% {
2292
+ opacity: 1;
2293
+ -webkit-transform: translateX(0%);
2294
+ transform: translateX(0%);
2295
+ }
2296
+ }
2297
+ @keyframes fadeInRight {
2298
+ 0% {
2299
+ opacity: 0;
2300
+ -webkit-transform: translateX(-10%);
2301
+ transform: translateX(-10%);
2302
+ }
2303
+ 100% {
2304
+ opacity: 1;
2305
+ -webkit-transform: translateX(0%);
2306
+ transform: translateX(0%);
2307
+ }
2308
+ }
2309
+
2310
+ /* Out */
2311
+ @keyframes fadeOut {
2312
+ 0% {
2313
+ opacity: 1;
2314
+ }
2315
+ 100% {
2316
+ opacity: 0;
2317
+ }
2318
+ }
2319
+ @keyframes fadeOutUp {
2320
+ 0% {
2321
+ opacity: 1;
2322
+ -webkit-transform: translateY(0%);
2323
+ transform: translateY(0%);
2324
+ }
2325
+ 100% {
2326
+ opacity: 0;
2327
+ -webkit-transform: translateY(5%);
2328
+ transform: translateY(5%);
2329
+ }
2330
+ }
2331
+ @keyframes fadeOutDown {
2332
+ 0% {
2333
+ opacity: 1;
2334
+ -webkit-transform: translateY(0%);
2335
+ transform: translateY(0%);
2336
+ }
2337
+ 100% {
2338
+ opacity: 0;
2339
+ -webkit-transform: translateY(-5%);
2340
+ transform: translateY(-5%);
2341
+ }
2342
+ }
2343
+ @keyframes fadeOutLeft {
2344
+ 0% {
2345
+ opacity: 1;
2346
+ -webkit-transform: translateX(0%);
2347
+ transform: translateX(0%);
2348
+ }
2349
+ 100% {
2350
+ opacity: 0;
2351
+ -webkit-transform: translateX(5%);
2352
+ transform: translateX(5%);
2353
+ }
2354
+ }
2355
+ @keyframes fadeOutRight {
2356
+ 0% {
2357
+ opacity: 1;
2358
+ -webkit-transform: translateX(0%);
2359
+ transform: translateX(0%);
2360
+ }
2361
+ 100% {
2362
+ opacity: 0;
2363
+ -webkit-transform: translateX(-5%);
2364
+ transform: translateX(-5%);
2365
+ }
2366
+ }
2367
+
2368
+ /*--------------
2369
+ Flips
2370
+ ---------------*/
2371
+
2372
+ .flip.transition.in,
2373
+ .flip.transition.out {
2374
+ -webkit-animation-duration: 600ms;
2375
+ animation-duration: 600ms;
2376
+ }
2377
+ .horizontal.flip.transition.in {
2378
+ -webkit-animation-name: horizontalFlipIn;
2379
+ animation-name: horizontalFlipIn;
2380
+ }
2381
+ .horizontal.flip.transition.out {
2382
+ -webkit-animation-name: horizontalFlipOut;
2383
+ animation-name: horizontalFlipOut;
2384
+ }
2385
+ .vertical.flip.transition.in {
2386
+ -webkit-animation-name: verticalFlipIn;
2387
+ animation-name: verticalFlipIn;
2388
+ }
2389
+ .vertical.flip.transition.out {
2390
+ -webkit-animation-name: verticalFlipOut;
2391
+ animation-name: verticalFlipOut;
2392
+ }
2393
+
2394
+ /* In */
2395
+ @keyframes horizontalFlipIn {
2396
+ 0% {
2397
+ -webkit-transform: perspective(2000px) rotateY(-90deg);
2398
+ transform: perspective(2000px) rotateY(-90deg);
2399
+ opacity: 0;
2400
+ }
2401
+ 100% {
2402
+ -webkit-transform: perspective(2000px) rotateY(0deg);
2403
+ transform: perspective(2000px) rotateY(0deg);
2404
+ opacity: 1;
2405
+ }
2406
+ }
2407
+ @keyframes verticalFlipIn {
2408
+ 0% {
2409
+ -webkit-transform: perspective(2000px) rotateX(-90deg);
2410
+ transform: perspective(2000px) rotateX(-90deg);
2411
+ opacity: 0;
2412
+ }
2413
+ 100% {
2414
+ -webkit-transform: perspective(2000px) rotateX(0deg);
2415
+ transform: perspective(2000px) rotateX(0deg);
2416
+ opacity: 1;
2417
+ }
2418
+ }
2419
+
2420
+ /* Out */
2421
+ @keyframes horizontalFlipOut {
2422
+ 0% {
2423
+ -webkit-transform: perspective(2000px) rotateY(0deg);
2424
+ transform: perspective(2000px) rotateY(0deg);
2425
+ opacity: 1;
2426
+ }
2427
+ 100% {
2428
+ -webkit-transform: perspective(2000px) rotateY(90deg);
2429
+ transform: perspective(2000px) rotateY(90deg);
2430
+ opacity: 0;
2431
+ }
2432
+ }
2433
+ @keyframes verticalFlipOut {
2434
+ 0% {
2435
+ -webkit-transform: perspective(2000px) rotateX(0deg);
2436
+ transform: perspective(2000px) rotateX(0deg);
2437
+ opacity: 1;
2438
+ }
2439
+ 100% {
2440
+ -webkit-transform: perspective(2000px) rotateX(-90deg);
2441
+ transform: perspective(2000px) rotateX(-90deg);
2442
+ opacity: 0;
2443
+ }
2444
+ }
2445
+
2446
+ /*--------------
2447
+ Scale
2448
+ ---------------*/
2449
+
2450
+ .scale.transition.in {
2451
+ -webkit-animation-name: scaleIn;
2452
+ animation-name: scaleIn;
2453
+ }
2454
+ .scale.transition.out {
2455
+ -webkit-animation-name: scaleOut;
2456
+ animation-name: scaleOut;
2457
+ }
2458
+ @keyframes scaleIn {
2459
+ 0% {
2460
+ opacity: 0;
2461
+ -webkit-transform: scale(0.8);
2462
+ transform: scale(0.8);
2463
+ }
2464
+ 100% {
2465
+ opacity: 1;
2466
+ -webkit-transform: scale(1);
2467
+ transform: scale(1);
2468
+ }
2469
+ }
2470
+
2471
+ /* Out */
2472
+ @keyframes scaleOut {
2473
+ 0% {
2474
+ opacity: 1;
2475
+ -webkit-transform: scale(1);
2476
+ transform: scale(1);
2477
+ }
2478
+ 100% {
2479
+ opacity: 0;
2480
+ -webkit-transform: scale(0.9);
2481
+ transform: scale(0.9);
2482
+ }
2483
+ }
2484
+
2485
+ /*--------------
2486
+ Fly
2487
+ ---------------*/
2488
+
2489
+
2490
+ /* Inward */
2491
+ .transition.fly {
2492
+ -webkit-animation-duration: 0.6s;
2493
+ animation-duration: 0.6s;
2494
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
2495
+ transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
2496
+ }
2497
+ .transition.fly.in {
2498
+ -webkit-animation-name: flyIn;
2499
+ animation-name: flyIn;
2500
+ }
2501
+ .transition[class*="fly up"].in {
2502
+ -webkit-animation-name: flyInUp;
2503
+ animation-name: flyInUp;
2504
+ }
2505
+ .transition[class*="fly down"].in {
2506
+ -webkit-animation-name: flyInDown;
2507
+ animation-name: flyInDown;
2508
+ }
2509
+ .transition[class*="fly left"].in {
2510
+ -webkit-animation-name: flyInLeft;
2511
+ animation-name: flyInLeft;
2512
+ }
2513
+ .transition[class*="fly right"].in {
2514
+ -webkit-animation-name: flyInRight;
2515
+ animation-name: flyInRight;
2516
+ }
2517
+
2518
+ /* Outward */
2519
+ .transition.fly.out {
2520
+ -webkit-animation-name: flyOut;
2521
+ animation-name: flyOut;
2522
+ }
2523
+ .transition[class*="fly up"].out {
2524
+ -webkit-animation-name: flyOutUp;
2525
+ animation-name: flyOutUp;
2526
+ }
2527
+ .transition[class*="fly down"].out {
2528
+ -webkit-animation-name: flyOutDown;
2529
+ animation-name: flyOutDown;
2530
+ }
2531
+ .transition[class*="fly left"].out {
2532
+ -webkit-animation-name: flyOutLeft;
2533
+ animation-name: flyOutLeft;
2534
+ }
2535
+ .transition[class*="fly right"].out {
2536
+ -webkit-animation-name: flyOutRight;
2537
+ animation-name: flyOutRight;
2538
+ }
2539
+
2540
+ /* In */
2541
+ @keyframes flyIn {
2542
+ 0% {
2543
+ opacity: 0;
2544
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
2545
+ transform: scale3d(0.3, 0.3, 0.3);
2546
+ }
2547
+ 20% {
2548
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
2549
+ transform: scale3d(1.1, 1.1, 1.1);
2550
+ }
2551
+ 40% {
2552
+ -webkit-transform: scale3d(0.9, 0.9, 0.9);
2553
+ transform: scale3d(0.9, 0.9, 0.9);
2554
+ }
2555
+ 60% {
2556
+ opacity: 1;
2557
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
2558
+ transform: scale3d(1.03, 1.03, 1.03);
2559
+ }
2560
+ 80% {
2561
+ -webkit-transform: scale3d(0.97, 0.97, 0.97);
2562
+ transform: scale3d(0.97, 0.97, 0.97);
2563
+ }
2564
+ 100% {
2565
+ opacity: 1;
2566
+ -webkit-transform: scale3d(1, 1, 1);
2567
+ transform: scale3d(1, 1, 1);
2568
+ }
2569
+ }
2570
+ @keyframes flyInUp {
2571
+ 0% {
2572
+ opacity: 0;
2573
+ -webkit-transform: translate3d(0, 1500px, 0);
2574
+ transform: translate3d(0, 1500px, 0);
2575
+ }
2576
+ 60% {
2577
+ opacity: 1;
2578
+ -webkit-transform: translate3d(0, -20px, 0);
2579
+ transform: translate3d(0, -20px, 0);
2580
+ }
2581
+ 75% {
2582
+ -webkit-transform: translate3d(0, 10px, 0);
2583
+ transform: translate3d(0, 10px, 0);
2584
+ }
2585
+ 90% {
2586
+ -webkit-transform: translate3d(0, -5px, 0);
2587
+ transform: translate3d(0, -5px, 0);
2588
+ }
2589
+ 100% {
2590
+ -webkit-transform: translate3d(0, 0, 0);
2591
+ transform: translate3d(0, 0, 0);
2592
+ }
2593
+ }
2594
+ @keyframes flyInDown {
2595
+ 0% {
2596
+ opacity: 0;
2597
+ -webkit-transform: translate3d(0, -1500px, 0);
2598
+ transform: translate3d(0, -1500px, 0);
2599
+ }
2600
+ 60% {
2601
+ opacity: 1;
2602
+ -webkit-transform: translate3d(0, 25px, 0);
2603
+ transform: translate3d(0, 25px, 0);
2604
+ }
2605
+ 75% {
2606
+ -webkit-transform: translate3d(0, -10px, 0);
2607
+ transform: translate3d(0, -10px, 0);
2608
+ }
2609
+ 90% {
2610
+ -webkit-transform: translate3d(0, 5px, 0);
2611
+ transform: translate3d(0, 5px, 0);
2612
+ }
2613
+ 100% {
2614
+ -webkit-transform: none;
2615
+ transform: none;
2616
+ }
2617
+ }
2618
+ @keyframes flyInLeft {
2619
+ 0% {
2620
+ opacity: 0;
2621
+ -webkit-transform: translate3d(1500px, 0, 0);
2622
+ transform: translate3d(1500px, 0, 0);
2623
+ }
2624
+ 60% {
2625
+ opacity: 1;
2626
+ -webkit-transform: translate3d(-25px, 0, 0);
2627
+ transform: translate3d(-25px, 0, 0);
2628
+ }
2629
+ 75% {
2630
+ -webkit-transform: translate3d(10px, 0, 0);
2631
+ transform: translate3d(10px, 0, 0);
2632
+ }
2633
+ 90% {
2634
+ -webkit-transform: translate3d(-5px, 0, 0);
2635
+ transform: translate3d(-5px, 0, 0);
2636
+ }
2637
+ 100% {
2638
+ -webkit-transform: none;
2639
+ transform: none;
2640
+ }
2641
+ }
2642
+ @keyframes flyInRight {
2643
+ 0% {
2644
+ opacity: 0;
2645
+ -webkit-transform: translate3d(-1500px, 0, 0);
2646
+ transform: translate3d(-1500px, 0, 0);
2647
+ }
2648
+ 60% {
2649
+ opacity: 1;
2650
+ -webkit-transform: translate3d(25px, 0, 0);
2651
+ transform: translate3d(25px, 0, 0);
2652
+ }
2653
+ 75% {
2654
+ -webkit-transform: translate3d(-10px, 0, 0);
2655
+ transform: translate3d(-10px, 0, 0);
2656
+ }
2657
+ 90% {
2658
+ -webkit-transform: translate3d(5px, 0, 0);
2659
+ transform: translate3d(5px, 0, 0);
2660
+ }
2661
+ 100% {
2662
+ -webkit-transform: none;
2663
+ transform: none;
2664
+ }
2665
+ }
2666
+
2667
+ /* Out */
2668
+ @keyframes flyOut {
2669
+ 20% {
2670
+ -webkit-transform: scale3d(0.9, 0.9, 0.9);
2671
+ transform: scale3d(0.9, 0.9, 0.9);
2672
+ }
2673
+ 50%,
2674
+ 55% {
2675
+ opacity: 1;
2676
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
2677
+ transform: scale3d(1.1, 1.1, 1.1);
2678
+ }
2679
+ 100% {
2680
+ opacity: 0;
2681
+ -webkit-transform: scale3d(0.3, 0.3, 0.3);
2682
+ transform: scale3d(0.3, 0.3, 0.3);
2683
+ }
2684
+ }
2685
+ @keyframes flyOutUp {
2686
+ 20% {
2687
+ -webkit-transform: translate3d(0, 10px, 0);
2688
+ transform: translate3d(0, 10px, 0);
2689
+ }
2690
+ 40%,
2691
+ 45% {
2692
+ opacity: 1;
2693
+ -webkit-transform: translate3d(0, -20px, 0);
2694
+ transform: translate3d(0, -20px, 0);
2695
+ }
2696
+ 100% {
2697
+ opacity: 0;
2698
+ -webkit-transform: translate3d(0, 2000px, 0);
2699
+ transform: translate3d(0, 2000px, 0);
2700
+ }
2701
+ }
2702
+ @keyframes flyOutDown {
2703
+ 20% {
2704
+ -webkit-transform: translate3d(0, -10px, 0);
2705
+ transform: translate3d(0, -10px, 0);
2706
+ }
2707
+ 40%,
2708
+ 45% {
2709
+ opacity: 1;
2710
+ -webkit-transform: translate3d(0, 20px, 0);
2711
+ transform: translate3d(0, 20px, 0);
2712
+ }
2713
+ 100% {
2714
+ opacity: 0;
2715
+ -webkit-transform: translate3d(0, -2000px, 0);
2716
+ transform: translate3d(0, -2000px, 0);
2717
+ }
2718
+ }
2719
+ @keyframes flyOutRight {
2720
+ 20% {
2721
+ opacity: 1;
2722
+ -webkit-transform: translate3d(20px, 0, 0);
2723
+ transform: translate3d(20px, 0, 0);
2724
+ }
2725
+ 100% {
2726
+ opacity: 0;
2727
+ -webkit-transform: translate3d(-2000px, 0, 0);
2728
+ transform: translate3d(-2000px, 0, 0);
2729
+ }
2730
+ }
2731
+ @keyframes flyOutLeft {
2732
+ 20% {
2733
+ opacity: 1;
2734
+ -webkit-transform: translate3d(-20px, 0, 0);
2735
+ transform: translate3d(-20px, 0, 0);
2736
+ }
2737
+ 100% {
2738
+ opacity: 0;
2739
+ -webkit-transform: translate3d(2000px, 0, 0);
2740
+ transform: translate3d(2000px, 0, 0);
2741
+ }
2742
+ }
2743
+
2744
+ /*--------------
2745
+ Slide
2746
+ ---------------*/
2747
+
2748
+ .transition.slide.in,
2749
+ .transition[class*="slide down"].in {
2750
+ -webkit-animation-name: slideInY;
2751
+ animation-name: slideInY;
2752
+ -webkit-transform-origin: top center;
2753
+ transform-origin: top center;
2754
+ }
2755
+ .transition[class*="slide up"].in {
2756
+ -webkit-animation-name: slideInY;
2757
+ animation-name: slideInY;
2758
+ -webkit-transform-origin: bottom center;
2759
+ transform-origin: bottom center;
2760
+ }
2761
+ .transition[class*="slide left"].in {
2762
+ -webkit-animation-name: slideInX;
2763
+ animation-name: slideInX;
2764
+ -webkit-transform-origin: center right;
2765
+ transform-origin: center right;
2766
+ }
2767
+ .transition[class*="slide right"].in {
2768
+ -webkit-animation-name: slideInX;
2769
+ animation-name: slideInX;
2770
+ -webkit-transform-origin: center left;
2771
+ transform-origin: center left;
2772
+ }
2773
+ .transition.slide.out,
2774
+ .transition[class*="slide down"].out {
2775
+ -webkit-animation-name: slideOutY;
2776
+ animation-name: slideOutY;
2777
+ -webkit-transform-origin: top center;
2778
+ transform-origin: top center;
2779
+ }
2780
+ .transition[class*="slide up"].out {
2781
+ -webkit-animation-name: slideOutY;
2782
+ animation-name: slideOutY;
2783
+ -webkit-transform-origin: bottom center;
2784
+ transform-origin: bottom center;
2785
+ }
2786
+ .transition[class*="slide left"].out {
2787
+ -webkit-animation-name: slideOutX;
2788
+ animation-name: slideOutX;
2789
+ -webkit-transform-origin: center right;
2790
+ transform-origin: center right;
2791
+ }
2792
+ .transition[class*="slide right"].out {
2793
+ -webkit-animation-name: slideOutX;
2794
+ animation-name: slideOutX;
2795
+ -webkit-transform-origin: center left;
2796
+ transform-origin: center left;
2797
+ }
2798
+
2799
+ /* In */
2800
+ @keyframes slideInY {
2801
+ 0% {
2802
+ opacity: 0;
2803
+ -webkit-transform: scaleY(0);
2804
+ transform: scaleY(0);
2805
+ }
2806
+ 100% {
2807
+ opacity: 1;
2808
+ -webkit-transform: scaleY(1);
2809
+ transform: scaleY(1);
2810
+ }
2811
+ }
2812
+ @keyframes slideInX {
2813
+ 0% {
2814
+ opacity: 0;
2815
+ -webkit-transform: scaleX(0);
2816
+ transform: scaleX(0);
2817
+ }
2818
+ 100% {
2819
+ opacity: 1;
2820
+ -webkit-transform: scaleX(1);
2821
+ transform: scaleX(1);
2822
+ }
2823
+ }
2824
+
2825
+ /* Out */
2826
+ @keyframes slideOutY {
2827
+ 0% {
2828
+ opacity: 1;
2829
+ -webkit-transform: scaleY(1);
2830
+ transform: scaleY(1);
2831
+ }
2832
+ 100% {
2833
+ opacity: 0;
2834
+ -webkit-transform: scaleY(0);
2835
+ transform: scaleY(0);
2836
+ }
2837
+ }
2838
+ @keyframes slideOutX {
2839
+ 0% {
2840
+ opacity: 1;
2841
+ -webkit-transform: scaleX(1);
2842
+ transform: scaleX(1);
2843
+ }
2844
+ 100% {
2845
+ opacity: 0;
2846
+ -webkit-transform: scaleX(0);
2847
+ transform: scaleX(0);
2848
+ }
2849
+ }
2850
+
2851
+ /*--------------
2852
+ Swing
2853
+ ---------------*/
2854
+
2855
+ .transition.swing {
2856
+ -webkit-animation-duration: 800ms;
2857
+ animation-duration: 800ms;
2858
+ }
2859
+ .transition[class*="swing down"].in {
2860
+ -webkit-animation-name: swingInX;
2861
+ animation-name: swingInX;
2862
+ -webkit-transform-origin: top center;
2863
+ transform-origin: top center;
2864
+ }
2865
+ .transition[class*="swing up"].in {
2866
+ -webkit-animation-name: swingInX;
2867
+ animation-name: swingInX;
2868
+ -webkit-transform-origin: bottom center;
2869
+ transform-origin: bottom center;
2870
+ }
2871
+ .transition[class*="swing left"].in {
2872
+ -webkit-animation-name: swingInY;
2873
+ animation-name: swingInY;
2874
+ -webkit-transform-origin: center right;
2875
+ transform-origin: center right;
2876
+ }
2877
+ .transition[class*="swing right"].in {
2878
+ -webkit-animation-name: swingInY;
2879
+ animation-name: swingInY;
2880
+ -webkit-transform-origin: center left;
2881
+ transform-origin: center left;
2882
+ }
2883
+ .transition.swing.out,
2884
+ .transition[class*="swing down"].out {
2885
+ -webkit-animation-name: swingOutX;
2886
+ animation-name: swingOutX;
2887
+ -webkit-transform-origin: top center;
2888
+ transform-origin: top center;
2889
+ }
2890
+ .transition[class*="swing up"].out {
2891
+ -webkit-animation-name: swingOutX;
2892
+ animation-name: swingOutX;
2893
+ -webkit-transform-origin: bottom center;
2894
+ transform-origin: bottom center;
2895
+ }
2896
+ .transition[class*="swing left"].out {
2897
+ -webkit-animation-name: swingOutY;
2898
+ animation-name: swingOutY;
2899
+ -webkit-transform-origin: center right;
2900
+ transform-origin: center right;
2901
+ }
2902
+ .transition[class*="swing right"].out {
2903
+ -webkit-animation-name: swingOutY;
2904
+ animation-name: swingOutY;
2905
+ -webkit-transform-origin: center left;
2906
+ transform-origin: center left;
2907
+ }
2908
+
2909
+ /* In */
2910
+ @keyframes swingInX {
2911
+ 0% {
2912
+ -webkit-transform: perspective(1000px) rotateX(90deg);
2913
+ transform: perspective(1000px) rotateX(90deg);
2914
+ opacity: 0;
2915
+ }
2916
+ 40% {
2917
+ -webkit-transform: perspective(1000px) rotateX(-30deg);
2918
+ transform: perspective(1000px) rotateX(-30deg);
2919
+ opacity: 1;
2920
+ }
2921
+ 60% {
2922
+ -webkit-transform: perspective(1000px) rotateX(15deg);
2923
+ transform: perspective(1000px) rotateX(15deg);
2924
+ }
2925
+ 80% {
2926
+ -webkit-transform: perspective(1000px) rotateX(-7.5deg);
2927
+ transform: perspective(1000px) rotateX(-7.5deg);
2928
+ }
2929
+ 100% {
2930
+ -webkit-transform: perspective(1000px) rotateX(0deg);
2931
+ transform: perspective(1000px) rotateX(0deg);
2932
+ }
2933
+ }
2934
+ @keyframes swingInY {
2935
+ 0% {
2936
+ -webkit-transform: perspective(1000px) rotateY(-90deg);
2937
+ transform: perspective(1000px) rotateY(-90deg);
2938
+ opacity: 0;
2939
+ }
2940
+ 40% {
2941
+ -webkit-transform: perspective(1000px) rotateY(30deg);
2942
+ transform: perspective(1000px) rotateY(30deg);
2943
+ opacity: 1;
2944
+ }
2945
+ 60% {
2946
+ -webkit-transform: perspective(1000px) rotateY(-17.5deg);
2947
+ transform: perspective(1000px) rotateY(-17.5deg);
2948
+ }
2949
+ 80% {
2950
+ -webkit-transform: perspective(1000px) rotateY(7.5deg);
2951
+ transform: perspective(1000px) rotateY(7.5deg);
2952
+ }
2953
+ 100% {
2954
+ -webkit-transform: perspective(1000px) rotateY(0deg);
2955
+ transform: perspective(1000px) rotateY(0deg);
2956
+ }
2957
+ }
2958
+
2959
+ /* Out */
2960
+ @keyframes swingOutX {
2961
+ 0% {
2962
+ -webkit-transform: perspective(1000px) rotateX(0deg);
2963
+ transform: perspective(1000px) rotateX(0deg);
2964
+ }
2965
+ 40% {
2966
+ -webkit-transform: perspective(1000px) rotateX(-7.5deg);
2967
+ transform: perspective(1000px) rotateX(-7.5deg);
2968
+ }
2969
+ 60% {
2970
+ -webkit-transform: perspective(1000px) rotateX(17.5deg);
2971
+ transform: perspective(1000px) rotateX(17.5deg);
2972
+ }
2973
+ 80% {
2974
+ -webkit-transform: perspective(1000px) rotateX(-30deg);
2975
+ transform: perspective(1000px) rotateX(-30deg);
2976
+ opacity: 1;
2977
+ }
2978
+ 100% {
2979
+ -webkit-transform: perspective(1000px) rotateX(90deg);
2980
+ transform: perspective(1000px) rotateX(90deg);
2981
+ opacity: 0;
2982
+ }
2983
+ }
2984
+ @keyframes swingOutY {
2985
+ 0% {
2986
+ -webkit-transform: perspective(1000px) rotateY(0deg);
2987
+ transform: perspective(1000px) rotateY(0deg);
2988
+ }
2989
+ 40% {
2990
+ -webkit-transform: perspective(1000px) rotateY(7.5deg);
2991
+ transform: perspective(1000px) rotateY(7.5deg);
2992
+ }
2993
+ 60% {
2994
+ -webkit-transform: perspective(1000px) rotateY(-10deg);
2995
+ transform: perspective(1000px) rotateY(-10deg);
2996
+ }
2997
+ 80% {
2998
+ -webkit-transform: perspective(1000px) rotateY(30deg);
2999
+ transform: perspective(1000px) rotateY(30deg);
3000
+ opacity: 1;
3001
+ }
3002
+ 100% {
3003
+ -webkit-transform: perspective(1000px) rotateY(-90deg);
3004
+ transform: perspective(1000px) rotateY(-90deg);
3005
+ opacity: 0;
3006
+ }
3007
+ }
3008
+
3009
+ /*--------------
3010
+ Zoom
3011
+ ---------------*/
3012
+
3013
+ .transition.zoom.in {
3014
+ -webkit-animation-name: zoomIn;
3015
+ animation-name: zoomIn;
3016
+ }
3017
+ .transition.zoom.out {
3018
+ -webkit-animation-name: zoomOut;
3019
+ animation-name: zoomOut;
3020
+ }
3021
+ @keyframes zoomIn {
3022
+ 0% {
3023
+ opacity: 1;
3024
+ -webkit-transform: scale(0);
3025
+ transform: scale(0);
3026
+ }
3027
+ 100% {
3028
+ opacity: 1;
3029
+ -webkit-transform: scale(1);
3030
+ transform: scale(1);
3031
+ }
3032
+ }
3033
+ @keyframes zoomOut {
3034
+ 0% {
3035
+ opacity: 1;
3036
+ -webkit-transform: scale(1);
3037
+ transform: scale(1);
3038
+ }
3039
+ 100% {
3040
+ opacity: 1;
3041
+ -webkit-transform: scale(0);
3042
+ transform: scale(0);
3043
+ }
3044
+ }
3045
+
3046
+
3047
+ /*******************************
3048
+ Static Animations
3049
+ *******************************/
3050
+
3051
+
3052
+ /*--------------
3053
+ Emphasis
3054
+ ---------------*/
3055
+
3056
+ .flash.transition {
3057
+ -webkit-animation-duration: 750ms;
3058
+ animation-duration: 750ms;
3059
+ -webkit-animation-name: flash;
3060
+ animation-name: flash;
3061
+ }
3062
+ .shake.transition {
3063
+ -webkit-animation-duration: 750ms;
3064
+ animation-duration: 750ms;
3065
+ -webkit-animation-name: shake;
3066
+ animation-name: shake;
3067
+ }
3068
+ .bounce.transition {
3069
+ -webkit-animation-duration: 750ms;
3070
+ animation-duration: 750ms;
3071
+ -webkit-animation-name: bounce;
3072
+ animation-name: bounce;
3073
+ }
3074
+ .tada.transition {
3075
+ -webkit-animation-duration: 750ms;
3076
+ animation-duration: 750ms;
3077
+ -webkit-animation-name: tada;
3078
+ animation-name: tada;
3079
+ }
3080
+ .pulse.transition {
3081
+ -webkit-animation-duration: 500ms;
3082
+ animation-duration: 500ms;
3083
+ -webkit-animation-name: pulse;
3084
+ animation-name: pulse;
3085
+ }
3086
+ .jiggle.transition {
3087
+ -webkit-animation-duration: 750ms;
3088
+ animation-duration: 750ms;
3089
+ -webkit-animation-name: jiggle;
3090
+ animation-name: jiggle;
3091
+ }
3092
+ .transition.glow {
3093
+ -webkit-animation-duration: 2000ms;
3094
+ animation-duration: 2000ms;
3095
+ -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
3096
+ animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
3097
+ }
3098
+ .transition.glow {
3099
+ -webkit-animation-name: glow;
3100
+ animation-name: glow;
3101
+ }
3102
+
3103
+ /* Flash */
3104
+ @keyframes flash {
3105
+ 0%,
3106
+ 50%,
3107
+ 100% {
3108
+ opacity: 1;
3109
+ }
3110
+ 25%,
3111
+ 75% {
3112
+ opacity: 0;
3113
+ }
3114
+ }
3115
+
3116
+ /* Shake */
3117
+ @keyframes shake {
3118
+ 0%,
3119
+ 100% {
3120
+ -webkit-transform: translateX(0);
3121
+ transform: translateX(0);
3122
+ }
3123
+ 10%,
3124
+ 30%,
3125
+ 50%,
3126
+ 70%,
3127
+ 90% {
3128
+ -webkit-transform: translateX(-10px);
3129
+ transform: translateX(-10px);
3130
+ }
3131
+ 20%,
3132
+ 40%,
3133
+ 60%,
3134
+ 80% {
3135
+ -webkit-transform: translateX(10px);
3136
+ transform: translateX(10px);
3137
+ }
3138
+ }
3139
+
3140
+ /* Bounce */
3141
+ @keyframes bounce {
3142
+ 0%,
3143
+ 20%,
3144
+ 50%,
3145
+ 80%,
3146
+ 100% {
3147
+ -webkit-transform: translateY(0);
3148
+ transform: translateY(0);
3149
+ }
3150
+ 40% {
3151
+ -webkit-transform: translateY(-30px);
3152
+ transform: translateY(-30px);
3153
+ }
3154
+ 60% {
3155
+ -webkit-transform: translateY(-15px);
3156
+ transform: translateY(-15px);
3157
+ }
3158
+ }
3159
+
3160
+ /* Tada */
3161
+ @keyframes tada {
3162
+ 0% {
3163
+ -webkit-transform: scale(1);
3164
+ transform: scale(1);
3165
+ }
3166
+ 10%,
3167
+ 20% {
3168
+ -webkit-transform: scale(0.9) rotate(-3deg);
3169
+ transform: scale(0.9) rotate(-3deg);
3170
+ }
3171
+ 30%,
3172
+ 50%,
3173
+ 70%,
3174
+ 90% {
3175
+ -webkit-transform: scale(1.1) rotate(3deg);
3176
+ transform: scale(1.1) rotate(3deg);
3177
+ }
3178
+ 40%,
3179
+ 60%,
3180
+ 80% {
3181
+ -webkit-transform: scale(1.1) rotate(-3deg);
3182
+ transform: scale(1.1) rotate(-3deg);
3183
+ }
3184
+ 100% {
3185
+ -webkit-transform: scale(1) rotate(0);
3186
+ transform: scale(1) rotate(0);
3187
+ }
3188
+ }
3189
+
3190
+ /* Pulse */
3191
+ @keyframes pulse {
3192
+ 0% {
3193
+ -webkit-transform: scale(1);
3194
+ transform: scale(1);
3195
+ opacity: 1;
3196
+ }
3197
+ 50% {
3198
+ -webkit-transform: scale(0.9);
3199
+ transform: scale(0.9);
3200
+ opacity: 0.7;
3201
+ }
3202
+ 100% {
3203
+ -webkit-transform: scale(1);
3204
+ transform: scale(1);
3205
+ opacity: 1;
3206
+ }
3207
+ }
3208
+
3209
+ /* Jiggle */
3210
+ @keyframes jiggle {
3211
+ 0% {
3212
+ -webkit-transform: scale3d(1, 1, 1);
3213
+ transform: scale3d(1, 1, 1);
3214
+ }
3215
+ 30% {
3216
+ -webkit-transform: scale3d(1.25, 0.75, 1);
3217
+ transform: scale3d(1.25, 0.75, 1);
3218
+ }
3219
+ 40% {
3220
+ -webkit-transform: scale3d(0.75, 1.25, 1);
3221
+ transform: scale3d(0.75, 1.25, 1);
3222
+ }
3223
+ 50% {
3224
+ -webkit-transform: scale3d(1.15, 0.85, 1);
3225
+ transform: scale3d(1.15, 0.85, 1);
3226
+ }
3227
+ 65% {
3228
+ -webkit-transform: scale3d(0.95, 1.05, 1);
3229
+ transform: scale3d(0.95, 1.05, 1);
3230
+ }
3231
+ 75% {
3232
+ -webkit-transform: scale3d(1.05, 0.95, 1);
3233
+ transform: scale3d(1.05, 0.95, 1);
3234
+ }
3235
+ 100% {
3236
+ -webkit-transform: scale3d(1, 1, 1);
3237
+ transform: scale3d(1, 1, 1);
3238
+ }
3239
+ }
3240
+
3241
+ /* Glow */
3242
+ @keyframes glow {
3243
+ 0% {
3244
+ background-color: #FCFCFD;
3245
+ }
3246
+ 30% {
3247
+ background-color: #FFF6CD;
3248
+ }
3249
+ 100% {
3250
+ background-color: #FCFCFD;
3251
+ }
3252
+ }
3253
+
3254
+
2056
3255
  /*******************************
2057
3256
  Site Overrides
2058
3257
  *******************************/