active_frontend 11.1.0 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/lib/active_frontend/version.rb +1 -1
  3. data/lib/generators/active_frontend/templates/install.scss +1 -12
  4. data/vendor/assets/javascripts/_animation.js +90 -32
  5. data/vendor/assets/javascripts/_chart.js +4 -4
  6. data/vendor/assets/javascripts/_file_input.js +3 -3
  7. data/vendor/assets/javascripts/_typeahead.js +0 -2
  8. data/vendor/assets/stylesheets/_ad.scss +5 -0
  9. data/vendor/assets/stylesheets/_alert.scss +12 -9
  10. data/vendor/assets/stylesheets/_animation.scss +217 -213
  11. data/vendor/assets/stylesheets/_breadcrumb.scss +29 -19
  12. data/vendor/assets/stylesheets/_button.scss +33 -58
  13. data/vendor/assets/stylesheets/_carousel.scss +14 -21
  14. data/vendor/assets/stylesheets/_chart.scss +5 -1
  15. data/vendor/assets/stylesheets/_color.scss +5 -5
  16. data/vendor/assets/stylesheets/_colorpicker.scss +0 -1
  17. data/vendor/assets/stylesheets/_datepicker.scss +11 -10
  18. data/vendor/assets/stylesheets/_dropdown.scss +50 -24
  19. data/vendor/assets/stylesheets/_footer.scss +11 -18
  20. data/vendor/assets/stylesheets/_form.scss +193 -208
  21. data/vendor/assets/stylesheets/_grid.scss +36 -23
  22. data/vendor/assets/stylesheets/_header.scss +27 -60
  23. data/vendor/assets/stylesheets/_icon.scss +5 -5
  24. data/vendor/assets/stylesheets/_image.scss +6 -2
  25. data/vendor/assets/stylesheets/_label_and_badge.scss +6 -1
  26. data/vendor/assets/stylesheets/_link.scss +1 -0
  27. data/vendor/assets/stylesheets/_list.scss +36 -43
  28. data/vendor/assets/stylesheets/_loader.scss +8 -2
  29. data/vendor/assets/stylesheets/_map.scss +4 -0
  30. data/vendor/assets/stylesheets/_missive.scss +4 -8
  31. data/vendor/assets/stylesheets/_mixin.scss +5 -0
  32. data/vendor/assets/stylesheets/_modal.scss +90 -40
  33. data/vendor/assets/stylesheets/_nav_and_tab.scss +40 -65
  34. data/vendor/assets/stylesheets/_navbar.scss +2 -1
  35. data/vendor/assets/stylesheets/_pagination.scss +8 -10
  36. data/vendor/assets/stylesheets/_panel.scss +23 -25
  37. data/vendor/assets/stylesheets/_placeholder.scss +13 -12
  38. data/vendor/assets/stylesheets/_progress.scss +3 -4
  39. data/vendor/assets/stylesheets/_reset.scss +1 -0
  40. data/vendor/assets/stylesheets/_sidebar.scss +30 -13
  41. data/vendor/assets/stylesheets/_slider.scss +2 -2
  42. data/vendor/assets/stylesheets/_spinner.scss +348 -236
  43. data/vendor/assets/stylesheets/_swoggle.scss +2 -2
  44. data/vendor/assets/stylesheets/_table.scss +137 -127
  45. data/vendor/assets/stylesheets/_timepicker.scss +8 -5
  46. data/vendor/assets/stylesheets/_toolbar.scss +10 -22
  47. data/vendor/assets/stylesheets/_tooltip.scss +21 -7
  48. data/vendor/assets/stylesheets/_trunk.scss +19 -36
  49. data/vendor/assets/stylesheets/_typography.scss +80 -82
  50. data/vendor/assets/stylesheets/_variable.scss +15 -0
  51. data/vendor/assets/stylesheets/active_frontend.scss +1 -12
  52. metadata +4 -4
  53. data/vendor/assets/stylesheets/_aside.scss +0 -127
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8466af290579948ee21196eecb1d625c434fdf9d
4
- data.tar.gz: 716714b34b1a33c942bb0f0d075ef92940d0a3ce
3
+ metadata.gz: e19a26bd3fe63e61ab022c580cfe320328e6ff71
4
+ data.tar.gz: d4d14269e3370b45a24734b9a5361eb5249f9d7e
5
5
  SHA512:
6
- metadata.gz: 620b4ba038da4e0492d76d4200a369076961d599f9c2edf451fc05d096bdb42defa8395b6eabb728803281b4eb5a810b2276844fe38031b992218f469b2606b3
7
- data.tar.gz: 5ec06f5b439704a96e5be72a247437954cad68a3dad3e9478f9866743a027bdb3a20b7ca13ba979f2646cc3f021c5617790f7584577b5bcfb6aacb172736ae44
6
+ metadata.gz: ddabc18909564a6a942b2bbc7d40248cd9857efae5fc7cdfcc8f33b6605c43cc8eddf723d1f48b85ade2c312a62e449e3de974686ea21886abba8f04bb6f1c59
7
+ data.tar.gz: 2122bd78c677d815d5729c5b3e12760a82210a4c7b8fba0b0a5b88462cdef577b26bd2ff797667d09aa5a6a65bf93c640f431c21263925a893e1fddda55705a0
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "11.1.0"
2
+ VERSION = "12.0.0"
3
3
  end
@@ -1,23 +1,13 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Required Imports
4
- # Required Variables
5
4
  # Optional Imports */
6
5
 
7
6
  /* # Required Imports
8
7
  ================================================== */
9
8
  @import 'mixin';
10
9
  @import 'color';
11
-
12
- /* # Required Variables
13
- ================================================== */
14
- $color-primary: $color-blue;
15
- $color-secondary: $color-green;
16
- $color-tertiary: $color-red;
17
- $typography-font: 'Gotham Round';
18
- $typography-monospace: Monaco, Menlo, Consolas, 'Courier New', monospace;
19
- $typography-sans-serif: $typography-font, 'Helvetica', Helvetica, Arial, sans-serif;
20
- $typography-serif: 'Times New Roman', Times, serif;
10
+ @import 'variable';
21
11
 
22
12
  /* # Optional Imports
23
13
  ================================================== */
@@ -49,7 +39,6 @@ $typography-serif: 'Times New Roman', Times, serif;
49
39
  @import 'map';
50
40
  @import 'missive';
51
41
  @import 'modal';
52
- @import 'aside';
53
42
  @import 'nav_and_tab';
54
43
  @import 'navbar';
55
44
  @import 'pagination';
@@ -1,45 +1,103 @@
1
- (function ($, window, document, undefined) {
1
+ +function ($) {
2
2
  'use strict';
3
3
 
4
- $.fn.animateCSS = function (effect, delay, callback) {
5
- return this.each(function () {
4
+ // ANIMATION CLASS DEFINITION
5
+ // ==========================
6
6
 
7
- var $this = $(this),
8
- animated = "animated animated-",
9
- hidden = "hidden",
10
- transitionEnd = "webkitAnimationEnd oanimationend msAnimationEnd animationend",
11
- visibility = "visibility",
12
- visible = "visible";
7
+ var Animation = function (element, options) {
8
+ this.options = $.extend({}, options)
9
+ this.$element = $(element)
10
+ };
13
11
 
14
- function run() {
15
- $this.addClass( animated + " " + effect)
12
+ Animation.VERSION = '3.3.2'
16
13
 
17
- if ($this.css( visibility ) === hidden) {
18
- $this.css( visibility, visible)
14
+ Animation.TRANSITION_END = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend'
15
+
16
+ $.fn.extend({
17
+ animation: function(effect, options) {
18
+ var addClass, animation, callback, complete, init, removeClass, setDelay, setDuration, settings, unhide;
19
+
20
+ settings = {
21
+ effect: effect,
22
+ delay: '0s',
23
+ klass: 'animation animation-',
24
+ infinite: false,
25
+ callback: options,
26
+ duration: '1s',
27
+ debug: false
28
+ };
29
+
30
+ settings = $.extend(settings, options);
31
+ init = function(element) {
32
+ return animation(element);
33
+ };
34
+
35
+ animation = function(element) {
36
+ if (settings.infinite === true) {
37
+ settings.klass += ' infinite';
19
38
  }
20
39
 
21
- if ($this.is(":" + hidden)) {
22
- $this.show()
40
+ setDelay(element);
41
+ setDuration(element);
42
+ unhide(element);
43
+ addClass(element);
44
+ return complete(element);
45
+ };
46
+
47
+ addClass = function(element) {
48
+ return element.addClass(settings.klass + settings.effect);
49
+ };
50
+
51
+ unhide = function(element) {
52
+ if (element.css('visibility') === 'hidden') {
53
+ element.css('visibility', 'visible');
23
54
  }
55
+ if (element.is(':hidden')) {
56
+ return element.show();
57
+ }
58
+ };
59
+
60
+ removeClass = function(element) {
61
+ return element.removeClass(settings.klass + settings.effect);
62
+ };
63
+
64
+ setDelay = function(element) {
65
+ return element.css({
66
+ '-webkit-animation-delay': settings.delay,
67
+ '-moz-animation-delay': settings.delay,
68
+ '-o-animation-delay': settings.delay,
69
+ 'animation-delay': settings.delay
70
+ });
71
+ };
24
72
 
25
- $this.bind( transitionEnd, function () {
26
- $this.removeClass(animated + " " + effect)
73
+ setDuration = function(element) {
74
+ return element.css({
75
+ '-webkit-animation-duration': settings.duration,
76
+ '-moz-animation-duration': settings.duration,
77
+ '-o-animation-duration': settings.duration,
78
+ 'animation-duration': settings.duration
79
+ });
80
+ };
27
81
 
28
- if (typeof callback === "function") {
29
- callback.call(this)
30
- $this.unbind( transitionEnd )
31
- }
32
- })
33
- }
82
+ callback = function(element) {
83
+ if (settings.infinite === false) {
84
+ removeClass(element);
85
+ }
86
+ if (typeof settings.callback === 'function') {
87
+ return settings.callback.call(element);
88
+ }
89
+ };
34
90
 
35
- if (!delay || typeof delay === "function") {
36
- callback = delay;
37
- run()
38
- } else {
39
- setTimeout(run, delay)
40
- }
91
+ complete = function(element) {
92
+ return element.one(Animation.TRANSITION_END, function() {
93
+ return callback(element);
94
+ });
95
+ };
41
96
 
42
- })
43
- }
97
+ return this.each(function() {
98
+ return init($(this));
99
+ });
100
+ }
101
+ });
44
102
 
45
- })(jQuery, window, document);
103
+ }(jQuery);
@@ -49,7 +49,7 @@
49
49
  scaleStartValue: null,
50
50
 
51
51
  // String - Colour of the scale line
52
- scaleLineColor: "rgba(239,240,243,1)",
52
+ scaleLineColor: "rgba(237,239,241,1)",
53
53
 
54
54
  // Number - Pixel width of the scale line
55
55
  scaleLineWidth: 1,
@@ -1910,7 +1910,7 @@
1910
1910
  scaleShowGridLines : true,
1911
1911
 
1912
1912
  //String - Colour of the grid lines
1913
- scaleGridLineColor : "rgba(239,240,243,1)",
1913
+ scaleGridLineColor : "rgba(237,239,241,1)",
1914
1914
 
1915
1915
  //Number - Width of the grid lines
1916
1916
  scaleGridLineWidth : 1,
@@ -2387,7 +2387,7 @@
2387
2387
  scaleShowGridLines : true,
2388
2388
 
2389
2389
  //String - Colour of the grid lines
2390
- scaleGridLineColor : "rgba(239,240,243,1)",
2390
+ scaleGridLineColor : "rgba(237,239,241,1)",
2391
2391
 
2392
2392
  //Number - Width of the grid lines
2393
2393
  scaleGridLineWidth : 1,
@@ -2992,7 +2992,7 @@
2992
2992
  scaleBeginAtZero : true,
2993
2993
 
2994
2994
  //String - Colour of the angle line
2995
- angleLineColor : "rgba(239,240,243,1)",
2995
+ angleLineColor : "rgba(237,239,241,1)",
2996
2996
 
2997
2997
  //Number - Pixel width of the angle line
2998
2998
  angleLineWidth : 1,
@@ -63,9 +63,9 @@ $(function() {
63
63
  });
64
64
 
65
65
  function formFileGroup() { "use strict";
66
- $('.form-file-input').click();
66
+ $('.form-file-group-input').click();
67
67
 
68
- $('.form-file-input').change(function(){
69
- $('.form-file-text').val($('.form-file-input').val());
68
+ $('.form-file-group-input').change(function(){
69
+ $('.form-file-group-text').val($('.form-file-group-input').val());
70
70
  });
71
71
  };
@@ -1,7 +1,5 @@
1
1
  !function($){
2
-
3
2
  "use strict";
4
- // jshint laxcomma: true
5
3
 
6
4
 
7
5
  /* TYPEAHEAD PUBLIC CLASS DEFINITION
@@ -1,7 +1,9 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Ad
4
+ # Alignments
4
5
  # Sizes
6
+ # Colors
5
7
  # Media Queries */
6
8
 
7
9
  /* # Ad
@@ -14,6 +16,9 @@
14
16
  visibility: visible;
15
17
  @include dimensions(220px, 220px);
16
18
  }
19
+
20
+ /* # Alignments
21
+ ================================================== */
17
22
  .ad-center { margin: 0 auto; }
18
23
 
19
24
  /* # Sizes
@@ -2,6 +2,7 @@
2
2
  ==================================================
3
3
  # Variables
4
4
  # Alert
5
+ # Styles
5
6
  # Colors */
6
7
 
7
8
  /* # Variables
@@ -35,13 +36,6 @@ $onwhite-colors: (
35
36
 
36
37
  /* # Alert
37
38
  ================================================== */
38
- .alert-fixed {
39
- left: 0;
40
- position: fixed;
41
- right: 0;
42
- top: 0;
43
- z-index: 1040;
44
- }
45
39
  .alert {
46
40
  background: $color-gray;
47
41
  border-bottom: 1px solid darken($color-gray, 5%);
@@ -59,15 +53,24 @@ $onwhite-colors: (
59
53
  color: $color-white;
60
54
  font-style: italic;
61
55
  }
62
- .alert-bordered { border: 1px solid darken($color-gray, 5%); }
63
56
  .alert > .alert-close {
64
57
  border: 0;
65
- color: $color-white;
66
58
  float: right;
67
59
  font-size: 18px;
68
60
  line-height: 23px;
69
61
  }
70
62
 
63
+ /* # Styles
64
+ ================================================== */
65
+ .alert-bordered { border: 1px solid darken($color-gray, 5%); }
66
+ .alert-fixed {
67
+ left: 0;
68
+ position: fixed;
69
+ right: 0;
70
+ top: 0;
71
+ z-index: 1040;
72
+ }
73
+
71
74
  /* # Colors
72
75
  ================================================== */
73
76
  @each $name, $color in $onblack-colors {
@@ -1,79 +1,80 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Keyframes
4
- # Animations
5
- # Delay
6
- # Duration */
4
+ # Animation
5
+ # Names
6
+ # Delays
7
+ # Durations */
7
8
 
8
9
  /* # Keyframes
9
10
  ================================================== */
10
- @-webkit-keyframes animated-bounce {
11
+ @-webkit-keyframes animation-bounce {
11
12
  0%, 20%, 50%, 80%, 100% { @include transform(translateY(0)); }
12
13
  40% { @include transform(translateY(-30px)); }
13
14
  60% { @include transform(translateY(-15px)); }
14
15
  }
15
- @keyframes animated-bounce {
16
+ @keyframes animation-bounce {
16
17
  0%, 20%, 50%, 80%, 100% { @include transform(translateY(0)); }
17
18
  40% { @include transform(translateY(-30px)); }
18
19
  60% { @include transform(translateY(-15px)); }
19
20
  }
20
- @-webkit-keyframes animated-flash {
21
+ @-webkit-keyframes animation-flash {
21
22
  0%, 50%, 100% { opacity: 1; }
22
23
  25%, 75% { opacity: 0; }
23
24
  }
24
- @keyframes animated-flash {
25
+ @keyframes animation-flash {
25
26
  0%, 50%, 100% { opacity: 1; }
26
27
  25%, 75% { opacity: 0; }
27
28
  }
28
- @-webkit-keyframes animated-pulse {
29
+ @-webkit-keyframes animation-pulse {
29
30
  0% { @include transform(scale(1)); }
30
31
  50% { @include transform(scale(1.1)); }
31
32
  100% { @include transform(scale(1)); }
32
33
  }
33
- @keyframes animated-pulse {
34
+ @keyframes animation-pulse {
34
35
  0% { @include transform(scale(1)); }
35
36
  50% { @include transform(scale(1.1)); }
36
37
  100% { @include transform(scale(1)); }
37
38
  }
38
- @-webkit-keyframes animated-shake {
39
+ @-webkit-keyframes animation-shake {
39
40
  0%, 100% { @include transform(translateX(0)); }
40
41
  10%, 30%, 50%, 70%, 90% { @include transform(translateX(-10px)); }
41
42
  20%, 40%, 60%, 80% { @include transform(translateX(10px)); }
42
43
  }
43
- @keyframes animated-shake {
44
+ @keyframes animation-shake {
44
45
  0%, 100% { @include transform(translateX(0)); }
45
46
  10%, 30%, 50%, 70%, 90% { @include transform(translateX(-10px)); }
46
47
  20%, 40%, 60%, 80% { @include transform(translateX(10px)); }
47
48
  }
48
- @-webkit-keyframes animated-swing {
49
+ @-webkit-keyframes animation-swing {
49
50
  20% { @include transform(rotate(15deg)); }
50
51
  40% { @include transform(rotate(-10deg)); }
51
52
  60% { @include transform(rotate(5deg)); }
52
53
  80% { @include transform(rotate(-5deg)); }
53
54
  100% { @include transform(rotate(0)); }
54
55
  }
55
- @keyframes animated-swing {
56
+ @keyframes animation-swing {
56
57
  20% { @include transform(rotate(15deg)); }
57
58
  40% { @include transform(rotate(-10deg)); }
58
59
  60% { @include transform(rotate(5deg)); }
59
60
  80% { @include transform(rotate(-5deg)); }
60
61
  100% { @include transform(rotate(0)); }
61
62
  }
62
- @-webkit-keyframes animated-tada {
63
+ @-webkit-keyframes animation-tada {
63
64
  0% { @include transform(scale(1)); }
64
65
  10%, 20% { @include transform(scale(0.9) rotate(-3deg)); }
65
66
  30%, 50%, 70%, 90% { @include transform(scale(1.1) rotate(3deg)); }
66
67
  40%, 60%, 80% { @include transform(scale(1.1) rotate(-3deg)); }
67
68
  100% { @include transform(scale(1) rotate(0)); }
68
69
  }
69
- @keyframes animated-tada {
70
+ @keyframes animation-tada {
70
71
  0% { @include transform(scale(1)); }
71
72
  10%, 20% { @include transform(scale(0.9) rotate(-3deg)); }
72
73
  30%, 50%, 70%, 90% { @include transform(scale(1.1) rotate(3deg)); }
73
74
  40%, 60%, 80% { @include transform(scale(1.1) rotate(-3deg)); }
74
75
  100% { @include transform(scale(1) rotate(0)); }
75
76
  }
76
- @-webkit-keyframes animated-wobble {
77
+ @-webkit-keyframes animation-wobble {
77
78
  0% { @include transform(translateX(0)); }
78
79
  15% { @include transform(translateX(-25%) rotate(-5deg)); }
79
80
  30% { @include transform(translateX(20%) rotate(3deg)); }
@@ -82,7 +83,7 @@
82
83
  75% { @include transform(translateX(-5%) rotate(-1deg)); }
83
84
  100% { @include transform(translateX(0)); }
84
85
  }
85
- @keyframes animated-wobble {
86
+ @keyframes animation-wobble {
86
87
  0% { @include transform(translateX(0)); }
87
88
  15% { @include transform(translateX(-25%) rotate(-5deg)); }
88
89
  30% { @include transform(translateX(20%) rotate(3deg)); }
@@ -91,7 +92,7 @@
91
92
  75% { @include transform(translateX(-5%) rotate(-1deg)); }
92
93
  100% { @include transform(translateX(0)); }
93
94
  }
94
- @-webkit-keyframes animated-bounce-in {
95
+ @-webkit-keyframes animation-bounce-in {
95
96
  0% {
96
97
  opacity: 0;
97
98
  @include transform(scale(0.3));
@@ -103,7 +104,7 @@
103
104
  70% { @include transform(scale(0.9)); }
104
105
  100% { @include transform(scale(1)); }
105
106
  }
106
- @keyframes animated-bounce-in {
107
+ @keyframes animation-bounce-in {
107
108
  0% {
108
109
  opacity: 0;
109
110
  @include transform(scale(0.3));
@@ -115,7 +116,7 @@
115
116
  70% { @include transform(scale(0.9)); }
116
117
  100% { @include transform(scale(1)); }
117
118
  }
118
- @-webkit-keyframes animated-bounce-in-down {
119
+ @-webkit-keyframes animation-bounce-in-down {
119
120
  0% {
120
121
  opacity: 0;
121
122
  @include transform(translateY(-2000px));
@@ -127,7 +128,7 @@
127
128
  80% { @include transform(translateY(-10px)); }
128
129
  100% { @include transform(translateY(0)); }
129
130
  }
130
- @keyframes animated-bounce-in-down {
131
+ @keyframes animation-bounce-in-down {
131
132
  0% {
132
133
  opacity: 0;
133
134
  @include transform(translateY(-2000px));
@@ -139,7 +140,7 @@
139
140
  80% { @include transform(translateY(-10px)); }
140
141
  100% { @include transform(translateY(0)); }
141
142
  }
142
- @-webkit-keyframes animated-bounce-in-left {
143
+ @-webkit-keyframes animation-bounce-in-left {
143
144
  0% {
144
145
  opacity: 0;
145
146
  @include transform(translateX(-2000px));
@@ -151,7 +152,7 @@
151
152
  80% { @include transform(translateX(-10px)); }
152
153
  100% { @include transform(translateX(0)); }
153
154
  }
154
- @keyframes animated-bounce-in-left {
155
+ @keyframes animation-bounce-in-left {
155
156
  0% {
156
157
  opacity: 0;
157
158
  @include transform(translateX(-2000px));
@@ -163,7 +164,7 @@
163
164
  80% { @include transform(translateX(-10px)); }
164
165
  100% { @include transform(translateX(0)); }
165
166
  }
166
- @-webkit-keyframes animated-bounce-in-right {
167
+ @-webkit-keyframes animation-bounce-in-right {
167
168
  0% {
168
169
  opacity: 0;
169
170
  @include transform(translateX(2000px));
@@ -175,7 +176,7 @@
175
176
  80% { @include transform(translateX(10px)); }
176
177
  100% { @include transform(translateX(0)); }
177
178
  }
178
- @keyframes animated-bounce-in-right {
179
+ @keyframes animation-bounce-in-right {
179
180
  0% {
180
181
  opacity: 0;
181
182
  @include transform(translateX(2000px));
@@ -187,7 +188,7 @@
187
188
  80% { @include transform(translateX(10px)); }
188
189
  100% { @include transform(translateX(0)); }
189
190
  }
190
- @-webkit-keyframes animated-bounce-in-up {
191
+ @-webkit-keyframes animation-bounce-in-up {
191
192
  0% {
192
193
  opacity: 0;
193
194
  @include transform(translateY(2000px));
@@ -199,7 +200,7 @@
199
200
  80% { @include transform(translateY(10px)); }
200
201
  100% { @include transform(translateY(0)); }
201
202
  }
202
- @keyframes animated-bounce-in-up {
203
+ @keyframes animation-bounce-in-up {
203
204
  0% {
204
205
  opacity: 0;
205
206
  @include transform(translateY(2000px));
@@ -211,7 +212,7 @@
211
212
  80% { @include transform(translateY(10px)); }
212
213
  100% { @include transform(translateY(0)); }
213
214
  }
214
- @-webkit-keyframes animated-bounce-out {
215
+ @-webkit-keyframes animation-bounce-out {
215
216
  0% { @include transform(scale(1)); }
216
217
  25% { @include transform(scale(0.95)); }
217
218
  50% {
@@ -223,7 +224,7 @@
223
224
  @include transform(scale(0.3));
224
225
  }
225
226
  }
226
- @keyframes animated-bounce-out {
227
+ @keyframes animation-bounce-out {
227
228
  0% { @include transform(scale(1)); }
228
229
  25% { @include transform(scale(0.95)); }
229
230
  50% {
@@ -235,7 +236,7 @@
235
236
  @include transform(scale(0.3));
236
237
  }
237
238
  }
238
- @-webkit-keyframes animated-bounce-out-down {
239
+ @-webkit-keyframes animation-bounce-out-down {
239
240
  0% { @include transform(translateY(0)); }
240
241
  20% {
241
242
  opacity: 1;
@@ -246,7 +247,7 @@
246
247
  @include transform(translateY(2000px));
247
248
  }
248
249
  }
249
- @keyframes animated-bounce-out-down {
250
+ @keyframes animation-bounce-out-down {
250
251
  0% { @include transform(translateY(0)); }
251
252
  20% {
252
253
  opacity: 1;
@@ -257,7 +258,7 @@
257
258
  @include transform(translateY(2000px));
258
259
  }
259
260
  }
260
- @-webkit-keyframes animated-bounce-out-left {
261
+ @-webkit-keyframes animation-bounce-out-left {
261
262
  0% { @include transform(translateX(0)); }
262
263
  20% {
263
264
  opacity: 1;
@@ -268,7 +269,7 @@
268
269
  @include transform(translateX(-2000px));
269
270
  }
270
271
  }
271
- @keyframes animated-bounce-out-left {
272
+ @keyframes animation-bounce-out-left {
272
273
  0% { @include transform(translateX(0)); }
273
274
  20% {
274
275
  opacity: 1;
@@ -279,7 +280,7 @@
279
280
  @include transform(translateX(-2000px));
280
281
  }
281
282
  }
282
- @-webkit-keyframes animated-bounce-out-right {
283
+ @-webkit-keyframes animation-bounce-out-right {
283
284
  0% { @include transform(translateX(0)); }
284
285
  20% {
285
286
  opacity: 1;
@@ -290,7 +291,7 @@
290
291
  @include transform(translateX(2000px));
291
292
  }
292
293
  }
293
- @keyframes animated-bounce-out-right {
294
+ @keyframes animation-bounce-out-right {
294
295
  0% { @include transform(translateX(0)); }
295
296
  20% {
296
297
  opacity: 1;
@@ -301,7 +302,7 @@
301
302
  @include transform(translateX(2000px));
302
303
  }
303
304
  }
304
- @-webkit-keyframes animated-bounce-out-up {
305
+ @-webkit-keyframes animation-bounce-out-up {
305
306
  0% { @include transform(translateY(0)); }
306
307
  20% {
307
308
  opacity: 1;
@@ -312,7 +313,7 @@
312
313
  @include transform(translateY(-2000px));
313
314
  }
314
315
  }
315
- @keyframes animated-bounce-out-up {
316
+ @keyframes animation-bounce-out-up {
316
317
  0% { @include transform(translateY(0)); }
317
318
  20% {
318
319
  opacity: 1;
@@ -323,15 +324,15 @@
323
324
  @include transform(translateY(-2000px));
324
325
  }
325
326
  }
326
- @-webkit-keyframes animated-fade-in {
327
+ @-webkit-keyframes animation-fade-in {
327
328
  0% { opacity: 0; }
328
329
  100% { opacity: 1; }
329
330
  }
330
- @keyframes animated-fade-in {
331
+ @keyframes animation-fade-in {
331
332
  0% { opacity: 0; }
332
333
  100% { opacity: 1; }
333
334
  }
334
- @-webkit-keyframes animated-fade-in-down {
335
+ @-webkit-keyframes animation-fade-in-down {
335
336
  0% {
336
337
  opacity: 0;
337
338
  @include transform(translateY(-20px));
@@ -341,7 +342,7 @@
341
342
  @include transform(translateY(0));
342
343
  }
343
344
  }
344
- @keyframes animated-fade-in-down {
345
+ @keyframes animation-fade-in-down {
345
346
  0% {
346
347
  opacity: 0;
347
348
  @include transform(translateY(-20px));
@@ -351,7 +352,7 @@
351
352
  @include transform(translateY(0));
352
353
  }
353
354
  }
354
- @-webkit-keyframes animated-fade-in-down-big {
355
+ @-webkit-keyframes animation-fade-in-down-big {
355
356
  0% {
356
357
  opacity: 0;
357
358
  @include transform(translateY(-2000px));
@@ -361,7 +362,7 @@
361
362
  @include transform(translateY(0));
362
363
  }
363
364
  }
364
- @keyframes animated-fade-in-down-big {
365
+ @keyframes animation-fade-in-down-big {
365
366
  0% {
366
367
  opacity: 0;
367
368
  @include transform(translateY(-2000px));
@@ -371,7 +372,7 @@
371
372
  @include transform(translateY(0));
372
373
  }
373
374
  }
374
- @-webkit-keyframes animated-fade-in-left {
375
+ @-webkit-keyframes animation-fade-in-left {
375
376
  0% {
376
377
  opacity: 0;
377
378
  @include transform(translateX(-20px));
@@ -381,7 +382,7 @@
381
382
  @include transform(translateX(0));
382
383
  }
383
384
  }
384
- @keyframes animated-fade-in-left {
385
+ @keyframes animation-fade-in-left {
385
386
  0% {
386
387
  opacity: 0;
387
388
  @include transform(translateX(-20px));
@@ -391,7 +392,7 @@
391
392
  @include transform(translateX(0));
392
393
  }
393
394
  }
394
- @-webkit-keyframes animated-fade-in-left-big {
395
+ @-webkit-keyframes animation-fade-in-left-big {
395
396
  0% {
396
397
  opacity: 0;
397
398
  @include transform(translateX(-2000px));
@@ -401,7 +402,7 @@
401
402
  @include transform(translateX(0));
402
403
  }
403
404
  }
404
- @keyframes animated-fade-in-left-big {
405
+ @keyframes animation-fade-in-left-big {
405
406
  0% {
406
407
  opacity: 0;
407
408
  @include transform(translateX(-2000px));
@@ -411,7 +412,7 @@
411
412
  @include transform(translateX(0));
412
413
  }
413
414
  }
414
- @-webkit-keyframes animated-fade-in-right {
415
+ @-webkit-keyframes animation-fade-in-right {
415
416
  0% {
416
417
  opacity: 0;
417
418
  @include transform(translateX(20px));
@@ -421,7 +422,7 @@
421
422
  @include transform(translateX(0));
422
423
  }
423
424
  }
424
- @keyframes animated-fade-in-right {
425
+ @keyframes animation-fade-in-right {
425
426
  0% {
426
427
  opacity: 0;
427
428
  @include transform(translateX(20px));
@@ -431,7 +432,7 @@
431
432
  @include transform(translateX(0));
432
433
  }
433
434
  }
434
- @-webkit-keyframes animated-fade-in-right-big {
435
+ @-webkit-keyframes animation-fade-in-right-big {
435
436
  0% {
436
437
  opacity: 0;
437
438
  @include transform(translateX(2000px));
@@ -441,7 +442,7 @@
441
442
  @include transform(translateX(0));
442
443
  }
443
444
  }
444
- @keyframes animated-fade-in-right-big {
445
+ @keyframes animation-fade-in-right-big {
445
446
  0% {
446
447
  opacity: 0;
447
448
  @include transform(translateX(2000px));
@@ -451,7 +452,7 @@
451
452
  @include transform(translateX(0));
452
453
  }
453
454
  }
454
- @-webkit-keyframes animated-fade-in-up {
455
+ @-webkit-keyframes animation-fade-in-up {
455
456
  0% {
456
457
  opacity: 0;
457
458
  @include transform(translateY(20px));
@@ -461,7 +462,7 @@
461
462
  @include transform(translateY(0));
462
463
  }
463
464
  }
464
- @keyframes animated-fade-in-up {
465
+ @keyframes animation-fade-in-up {
465
466
  0% {
466
467
  opacity: 0;
467
468
  @include transform(translateY(20px));
@@ -471,7 +472,7 @@
471
472
  @include transform(translateY(0));
472
473
  }
473
474
  }
474
- @-webkit-keyframes animated-fade-in-up-big {
475
+ @-webkit-keyframes animation-fade-in-up-big {
475
476
  0% {
476
477
  opacity: 0;
477
478
  @include transform(translateY(2000px));
@@ -481,7 +482,7 @@
481
482
  @include transform(translateY(0));
482
483
  }
483
484
  }
484
- @keyframes animated-fade-in-up-big {
485
+ @keyframes animation-fade-in-up-big {
485
486
  0% {
486
487
  opacity: 0;
487
488
  @include transform(translateY(2000px));
@@ -491,15 +492,15 @@
491
492
  @include transform(translateY(0));
492
493
  }
493
494
  }
494
- @-webkit-keyframes animated-fade-out {
495
+ @-webkit-keyframes animation-fade-out {
495
496
  0% { opacity: 1; }
496
497
  100% { opacity: 0; }
497
498
  }
498
- @keyframes animated-fade-out {
499
+ @keyframes animation-fade-out {
499
500
  0% { opacity: 1; }
500
501
  100% { opacity: 0; }
501
502
  }
502
- @-webkit-keyframes animated-fade-out-down {
503
+ @-webkit-keyframes animation-fade-out-down {
503
504
  0% {
504
505
  opacity: 1;
505
506
  @include transform(translateY(0));
@@ -509,7 +510,7 @@
509
510
  @include transform(translateY(20px));
510
511
  }
511
512
  }
512
- @keyframes animated-fade-out-down {
513
+ @keyframes animation-fade-out-down {
513
514
  0% {
514
515
  opacity: 1;
515
516
  @include transform(translateY(0));
@@ -519,7 +520,7 @@
519
520
  @include transform(translateY(20px));
520
521
  }
521
522
  }
522
- @-webkit-keyframes animated-fade-out-down-big {
523
+ @-webkit-keyframes animation-fade-out-down-big {
523
524
  0% {
524
525
  opacity: 1;
525
526
  @include transform(translateY(0));
@@ -529,7 +530,7 @@
529
530
  @include transform(translateY(2000px));
530
531
  }
531
532
  }
532
- @keyframes animated-fade-out-down-big {
533
+ @keyframes animation-fade-out-down-big {
533
534
  0% {
534
535
  opacity: 1;
535
536
  @include transform(translateY(0));
@@ -539,7 +540,7 @@
539
540
  @include transform(translateY(2000px));
540
541
  }
541
542
  }
542
- @-webkit-keyframes animated-fade-out-left {
543
+ @-webkit-keyframes animation-fade-out-left {
543
544
  0% {
544
545
  opacity: 1;
545
546
  @include transform(translateX(0));
@@ -549,7 +550,7 @@
549
550
  @include transform(translateX(-20px));
550
551
  }
551
552
  }
552
- @keyframes animated-fade-out-left {
553
+ @keyframes animation-fade-out-left {
553
554
  0% {
554
555
  opacity: 1;
555
556
  @include transform(translateX(0));
@@ -559,7 +560,7 @@
559
560
  @include transform(translateX(-20px));
560
561
  }
561
562
  }
562
- @-webkit-keyframes animated-fade-out-left-big {
563
+ @-webkit-keyframes animation-fade-out-left-big {
563
564
  0% {
564
565
  opacity: 1;
565
566
  @include transform(translateX(0));
@@ -569,7 +570,7 @@
569
570
  @include transform(translateX(-2000px));
570
571
  }
571
572
  }
572
- @keyframes animated-fade-out-left-big {
573
+ @keyframes animation-fade-out-left-big {
573
574
  0% {
574
575
  opacity: 1;
575
576
  @include transform(translateX(0));
@@ -579,7 +580,7 @@
579
580
  @include transform(translateX(-2000px));
580
581
  }
581
582
  }
582
- @-webkit-keyframes animated-fade-out-right {
583
+ @-webkit-keyframes animation-fade-out-right {
583
584
  0% {
584
585
  opacity: 1;
585
586
  @include transform(translateX(0));
@@ -589,7 +590,7 @@
589
590
  @include transform(translateX(20px));
590
591
  }
591
592
  }
592
- @keyframes animated-fade-out-right {
593
+ @keyframes animation-fade-out-right {
593
594
  0% {
594
595
  opacity: 1;
595
596
  @include transform(translateX(0));
@@ -599,7 +600,7 @@
599
600
  @include transform(translateX(20px));
600
601
  }
601
602
  }
602
- @-webkit-keyframes animated-fade-out-right-big {
603
+ @-webkit-keyframes animation-fade-out-right-big {
603
604
  0% {
604
605
  opacity: 1;
605
606
  @include transform(translateX(0));
@@ -609,7 +610,7 @@
609
610
  @include transform(translateX(2000px));
610
611
  }
611
612
  }
612
- @keyframes animated-fade-out-right-big {
613
+ @keyframes animation-fade-out-right-big {
613
614
  0% {
614
615
  opacity: 1;
615
616
  @include transform(translateX(0));
@@ -619,7 +620,7 @@
619
620
  @include transform(translateX(2000px));
620
621
  }
621
622
  }
622
- @-webkit-keyframes animated-fade-out-up {
623
+ @-webkit-keyframes animation-fade-out-up {
623
624
  0% {
624
625
  opacity: 1;
625
626
  @include transform(translateY(0));
@@ -629,7 +630,7 @@
629
630
  @include transform(translateY(-20px));
630
631
  }
631
632
  }
632
- @keyframes animated-fade-out-up {
633
+ @keyframes animation-fade-out-up {
633
634
  0% {
634
635
  opacity: 1;
635
636
  @include transform(translateY(0));
@@ -639,7 +640,7 @@
639
640
  @include transform(translateY(-20px));
640
641
  }
641
642
  }
642
- @-webkit-keyframes animated-fade-out-up-big {
643
+ @-webkit-keyframes animation-fade-out-up-big {
643
644
  0% {
644
645
  opacity: 1;
645
646
  @include transform(translateY(0));
@@ -649,7 +650,7 @@
649
650
  @include transform(translateY(-2000px));
650
651
  }
651
652
  }
652
- @keyframes animated-fade-out-up-big {
653
+ @keyframes animation-fade-out-up-big {
653
654
  0% {
654
655
  opacity: 1;
655
656
  @include transform(translateY(0));
@@ -659,7 +660,7 @@
659
660
  @include transform(translateY(-2000px));
660
661
  }
661
662
  }
662
- @-webkit-keyframes animated-flip {
663
+ @-webkit-keyframes animation-flip {
663
664
  0% {
664
665
  @include animation-timing-function(ease-out);
665
666
  @include transform(perspective(400px) translateZ(0) rotateY(0) scale(1));
@@ -681,7 +682,7 @@
681
682
  @include transform(perspective(400px) translateZ(0) rotateY(360deg) scale(1));
682
683
  }
683
684
  }
684
- @keyframes animated-flip {
685
+ @keyframes animation-flip {
685
686
  0% {
686
687
  @include animation-timing-function(ease-out);
687
688
  @include transform(perspective(400px) translateZ(0) rotateY(0) scale(1));
@@ -703,7 +704,7 @@
703
704
  @include transform(perspective(400px) translateZ(0) rotateY(360deg) scale(1));
704
705
  }
705
706
  }
706
- @-webkit-keyframes animated-flip-in-x {
707
+ @-webkit-keyframes animation-flip-in-x {
707
708
  0% {
708
709
  opacity: 0;
709
710
  @include transform(perspective(400px) rotateX(90deg));
@@ -715,7 +716,7 @@
715
716
  @include transform(perspective(400px) rotateX(0));
716
717
  }
717
718
  }
718
- @keyframes animated-flip-in-x {
719
+ @keyframes animation-flip-in-x {
719
720
  0% {
720
721
  opacity: 0;
721
722
  @include transform(perspective(400px) rotateX(90deg));
@@ -727,7 +728,7 @@
727
728
  @include transform(perspective(400px) rotateX(0));
728
729
  }
729
730
  }
730
- @-webkit-keyframes animated-flip-in-y {
731
+ @-webkit-keyframes animation-flip-in-y {
731
732
  0% {
732
733
  opacity: 0;
733
734
  @include transform(perspective(400px) rotateY(90deg));
@@ -739,7 +740,7 @@
739
740
  @include transform(perspective(400px) rotateY(0));
740
741
  }
741
742
  }
742
- @keyframes animated-flip-in-y {
743
+ @keyframes animation-flip-in-y {
743
744
  0% {
744
745
  opacity: 0;
745
746
  @include transform(perspective(400px) rotateY(90deg));
@@ -751,7 +752,7 @@
751
752
  @include transform(perspective(400px) rotateY(0));
752
753
  }
753
754
  }
754
- @-webkit-keyframes animated-flip-out-x {
755
+ @-webkit-keyframes animation-flip-out-x {
755
756
  0% {
756
757
  opacity: 1;
757
758
  @include transform(perspective(400px) rotateX(0));
@@ -761,7 +762,7 @@
761
762
  @include transform(perspective(400px) rotateX(90deg));
762
763
  }
763
764
  }
764
- @keyframes animated-flip-out-x {
765
+ @keyframes animation-flip-out-x {
765
766
  0% {
766
767
  opacity: 1;
767
768
  @include transform(perspective(400px) rotateX(0));
@@ -771,7 +772,7 @@
771
772
  @include transform(perspective(400px) rotateX(90deg));
772
773
  }
773
774
  }
774
- @-webkit-keyframes animated-flip-out-y {
775
+ @-webkit-keyframes animation-flip-out-y {
775
776
  0% {
776
777
  opacity: 1;
777
778
  @include transform(perspective(400px) rotateY(0));
@@ -781,7 +782,7 @@
781
782
  @include transform(perspective(400px) rotateY(90deg));
782
783
  }
783
784
  }
784
- @keyframes animated-flip-out-y {
785
+ @keyframes animation-flip-out-y {
785
786
  0% {
786
787
  opacity: 1;
787
788
  @include transform(perspective(400px) rotateY(0));
@@ -791,7 +792,7 @@
791
792
  @include transform(perspective(400px) rotateY(90deg));
792
793
  }
793
794
  }
794
- @-webkit-keyframes animated-light-speed-in {
795
+ @-webkit-keyframes animation-light-speed-in {
795
796
  0% {
796
797
  opacity: 0;
797
798
  @include transform(translateX(100%) skewX(-30deg));
@@ -809,7 +810,7 @@
809
810
  @include transform(translateX(0) skewX(0));
810
811
  }
811
812
  }
812
- @keyframes animated-light-speed-in {
813
+ @keyframes animation-light-speed-in {
813
814
  0% {
814
815
  opacity: 0;
815
816
  @include transform(translateX(100%) skewX(-30deg));
@@ -827,7 +828,7 @@
827
828
  @include transform(translateX(0) skewX(0));
828
829
  }
829
830
  }
830
- @-webkit-keyframes animated-light-speed-out {
831
+ @-webkit-keyframes animation-light-speed-out {
831
832
  0% {
832
833
  opacity: 1;
833
834
  @include transform(translateX(0) skewX(0));
@@ -837,7 +838,7 @@
837
838
  @include transform(translateX(100%) skewX(-30deg));
838
839
  }
839
840
  }
840
- @keyframes animated-light-speed-out {
841
+ @keyframes animation-light-speed-out {
841
842
  0% {
842
843
  opacity: 1;
843
844
  @include transform(translateX(0) skewX(0));
@@ -847,7 +848,7 @@
847
848
  @include transform(translateX(100%) skewX(-30deg));
848
849
  }
849
850
  }
850
- @-webkit-keyframes animated-rotate-in {
851
+ @-webkit-keyframes animation-rotate-in {
851
852
  0% {
852
853
  opacity: 0;
853
854
  @include transform(rotate(-200deg));
@@ -859,7 +860,7 @@
859
860
  @include transform-origin(center center);
860
861
  }
861
862
  }
862
- @keyframes animated-rotate-in {
863
+ @keyframes animation-rotate-in {
863
864
  0% {
864
865
  opacity: 0;
865
866
  @include transform(rotate(-200deg));
@@ -871,7 +872,7 @@
871
872
  @include transform-origin(center center);
872
873
  }
873
874
  }
874
- @-webkit-keyframes animated-rotate-in-down-left {
875
+ @-webkit-keyframes animation-rotate-in-down-left {
875
876
  0% {
876
877
  opacity: 0;
877
878
  @include transform(rotate(-90deg));
@@ -883,7 +884,7 @@
883
884
  @include transform-origin(left bottom);
884
885
  }
885
886
  }
886
- @keyframes animated-rotate-in-down-left {
887
+ @keyframes animation-rotate-in-down-left {
887
888
  0% {
888
889
  opacity: 0;
889
890
  @include transform(rotate(-90deg));
@@ -895,7 +896,7 @@
895
896
  @include transform-origin(left bottom);
896
897
  }
897
898
  }
898
- @-webkit-keyframes animated-rotate-in-down-right {
899
+ @-webkit-keyframes animation-rotate-in-down-right {
899
900
  0% {
900
901
  opacity: 0;
901
902
  @include transform(rotate(90deg));
@@ -907,7 +908,7 @@
907
908
  @include transform-origin(right bottom);
908
909
  }
909
910
  }
910
- @keyframes animated-rotate-in-down-right {
911
+ @keyframes animation-rotate-in-down-right {
911
912
  0% {
912
913
  opacity: 0;
913
914
  @include transform(rotate(90deg));
@@ -919,7 +920,7 @@
919
920
  @include transform-origin(right bottom);
920
921
  }
921
922
  }
922
- @-webkit-keyframes animated-rotate-in-up-left {
923
+ @-webkit-keyframes animation-rotate-in-up-left {
923
924
  0% {
924
925
  opacity: 0;
925
926
  @include transform(rotate(90deg));
@@ -931,7 +932,7 @@
931
932
  @include transform-origin(left bottom);
932
933
  }
933
934
  }
934
- @keyframes animated-rotate-in-up-left {
935
+ @keyframes animation-rotate-in-up-left {
935
936
  0% {
936
937
  opacity: 0;
937
938
  @include transform(rotate(90deg));
@@ -943,7 +944,7 @@
943
944
  @include transform-origin(left bottom);
944
945
  }
945
946
  }
946
- @-webkit-keyframes animated-rotate-in-up-right {
947
+ @-webkit-keyframes animation-rotate-in-up-right {
947
948
  0% {
948
949
  opacity: 0;
949
950
  @include transform(rotate(-90deg));
@@ -955,7 +956,7 @@
955
956
  @include transform-origin(right bottom);
956
957
  }
957
958
  }
958
- @keyframes animated-rotate-in-up-right {
959
+ @keyframes animation-rotate-in-up-right {
959
960
  0% {
960
961
  opacity: 0;
961
962
  @include transform(rotate(-90deg));
@@ -967,7 +968,7 @@
967
968
  @include transform-origin(right bottom);
968
969
  }
969
970
  }
970
- @-webkit-keyframes animated-rotate-out {
971
+ @-webkit-keyframes animation-rotate-out {
971
972
  0% {
972
973
  opacity: 1;
973
974
  @include transform(rotate(0));
@@ -979,7 +980,7 @@
979
980
  @include transform-origin(center center);
980
981
  }
981
982
  }
982
- @keyframes animated-rotate-out {
983
+ @keyframes animation-rotate-out {
983
984
  0% {
984
985
  opacity: 1;
985
986
  @include transform(rotate(0));
@@ -991,7 +992,7 @@
991
992
  @include transform-origin(center center);
992
993
  }
993
994
  }
994
- @-webkit-keyframes animated-rotate-out-down-left {
995
+ @-webkit-keyframes animation-rotate-out-down-left {
995
996
  0% {
996
997
  opacity: 1;
997
998
  @include transform(rotate(0));
@@ -1003,7 +1004,7 @@
1003
1004
  @include transform-origin(left bottom);
1004
1005
  }
1005
1006
  }
1006
- @keyframes animated-rotate-out-down-left {
1007
+ @keyframes animation-rotate-out-down-left {
1007
1008
  0% {
1008
1009
  opacity: 1;
1009
1010
  @include transform(rotate(0));
@@ -1015,7 +1016,7 @@
1015
1016
  @include transform-origin(left bottom);
1016
1017
  }
1017
1018
  }
1018
- @-webkit-keyframes animated-rotate-out-down-right {
1019
+ @-webkit-keyframes animation-rotate-out-down-right {
1019
1020
  0% {
1020
1021
  opacity: 1;
1021
1022
  @include transform(rotate(0));
@@ -1027,7 +1028,7 @@
1027
1028
  @include transform-origin(right bottom);
1028
1029
  }
1029
1030
  }
1030
- @keyframes animated-rotate-out-down-right {
1031
+ @keyframes animation-rotate-out-down-right {
1031
1032
  0% {
1032
1033
  opacity: 1;
1033
1034
  @include transform(rotate(0));
@@ -1039,7 +1040,7 @@
1039
1040
  @include transform-origin(right bottom);
1040
1041
  }
1041
1042
  }
1042
- @-webkit-keyframes animated-rotate-out-up-left {
1043
+ @-webkit-keyframes animation-rotate-out-up-left {
1043
1044
  0% {
1044
1045
  opacity: 1;
1045
1046
  @include transform(rotate(0));
@@ -1051,7 +1052,7 @@
1051
1052
  @include transform-origin(left bottom);
1052
1053
  }
1053
1054
  }
1054
- @keyframes animated-rotate-out-up-left {
1055
+ @keyframes animation-rotate-out-up-left {
1055
1056
  0% {
1056
1057
  opacity: 1;
1057
1058
  @include transform(rotate(0));
@@ -1063,7 +1064,7 @@
1063
1064
  @include transform-origin(left bottom);
1064
1065
  }
1065
1066
  }
1066
- @-webkit-keyframes animated-rotate-out-up-right {
1067
+ @-webkit-keyframes animation-rotate-out-up-right {
1067
1068
  0% {
1068
1069
  opacity: 1;
1069
1070
  @include transform(rotate(0));
@@ -1075,7 +1076,7 @@
1075
1076
  @include transform-origin(right bottom);
1076
1077
  }
1077
1078
  }
1078
- @keyframes animated-rotate-out-up-right {
1079
+ @keyframes animation-rotate-out-up-right {
1079
1080
  0% {
1080
1081
  opacity: 1;
1081
1082
  @include transform(rotate(0));
@@ -1087,91 +1088,91 @@
1087
1088
  @include transform-origin(right bottom);
1088
1089
  }
1089
1090
  }
1090
- @-webkit-keyframes animated-slide-in-down {
1091
+ @-webkit-keyframes animation-slide-in-down {
1091
1092
  0% {
1092
1093
  opacity: 0;
1093
1094
  @include transform(translateY(-2000px));
1094
1095
  }
1095
1096
  100% { @include transform(translateY(0)); }
1096
1097
  }
1097
- @keyframes animated-slide-in-down {
1098
+ @keyframes animation-slide-in-down {
1098
1099
  0% {
1099
1100
  opacity: 0;
1100
1101
  @include transform(translateY(-2000px));
1101
1102
  }
1102
1103
  100% { @include transform(translateY(0)); }
1103
1104
  }
1104
- @-webkit-keyframes animated-slide-in-left {
1105
+ @-webkit-keyframes animation-slide-in-left {
1105
1106
  0% {
1106
1107
  opacity: 0;
1107
1108
  @include transform(translateX(-2000px));
1108
1109
  }
1109
1110
  100% { @include transform(translateX(0)); }
1110
1111
  }
1111
- @keyframes animated-slide-in-left {
1112
+ @keyframes animation-slide-in-left {
1112
1113
  0% {
1113
1114
  opacity: 0;
1114
1115
  @include transform(translateX(-2000px));
1115
1116
  }
1116
1117
  100% { @include transform(translateX(0)); }
1117
1118
  }
1118
- @-webkit-keyframes animated-slide-in-right {
1119
+ @-webkit-keyframes animation-slide-in-right {
1119
1120
  0% {
1120
1121
  opacity: 0;
1121
1122
  @include transform(translateX(2000px));
1122
1123
  }
1123
1124
  100% { @include transform(translateX(0)); }
1124
1125
  }
1125
- @keyframes animated-slide-in-right {
1126
+ @keyframes animation-slide-in-right {
1126
1127
  0% {
1127
1128
  opacity: 0;
1128
1129
  @include transform(translateX(2000px));
1129
1130
  }
1130
1131
  100% { @include transform(translateX(0)); }
1131
1132
  }
1132
- @-webkit-keyframes animated-slide-out-left {
1133
+ @-webkit-keyframes animation-slide-out-left {
1133
1134
  0% { @include transform(translateX(0)); }
1134
1135
  100% {
1135
1136
  opacity: 0;
1136
1137
  @include transform(translateX(-2000px));
1137
1138
  }
1138
1139
  }
1139
- @keyframes animated-slide-out-left {
1140
+ @keyframes animation-slide-out-left {
1140
1141
  0% { @include transform(translateX(0)); }
1141
1142
  100% {
1142
1143
  opacity: 0;
1143
1144
  @include transform(translateX(-2000px));
1144
1145
  }
1145
1146
  }
1146
- @-webkit-keyframes animated-slide-out-right {
1147
+ @-webkit-keyframes animation-slide-out-right {
1147
1148
  0% { @include transform(translateX(0)); }
1148
1149
  100% {
1149
1150
  opacity: 0;
1150
1151
  @include transform(translateX(2000px));
1151
1152
  }
1152
1153
  }
1153
- @keyframes animated-slide-out-right {
1154
+ @keyframes animation-slide-out-right {
1154
1155
  0% { @include transform(translateX(0)); }
1155
1156
  100% {
1156
1157
  opacity: 0;
1157
1158
  @include transform(translateX(2000px));
1158
1159
  }
1159
1160
  }
1160
- @-webkit-keyframes animated-slide-out-up {
1161
+ @-webkit-keyframes animation-slide-out-up {
1161
1162
  0% { @include transform(translateY(0)); }
1162
1163
  100% {
1163
1164
  opacity: 0;
1164
1165
  @include transform(translateY(-2000px));
1165
1166
  }
1166
1167
  }
1167
- @keyframes animated-slide-out-up {
1168
+ @keyframes animation-slide-out-up {
1168
1169
  0% { @include transform(translateY(0)); }
1169
1170
  100% {
1170
1171
  opacity: 0;
1171
1172
  @include transform(translateY(-2000px));
1172
1173
  }
1173
1174
  }
1174
- @-webkit-keyframes animated-hinge {
1175
+ @-webkit-keyframes animation-hinge {
1175
1176
  0% {
1176
1177
  @include transform(rotate(0));
1177
1178
  @include transform-origin(top left);
@@ -1194,7 +1195,7 @@
1194
1195
  @include transform(translateY(700px));
1195
1196
  }
1196
1197
  }
1197
- @keyframes animated-hinge {
1198
+ @keyframes animation-hinge {
1198
1199
  0% {
1199
1200
  @include transform(rotate(0));
1200
1201
  @include transform-origin(top left);
@@ -1217,7 +1218,7 @@
1217
1218
  @include transform(translateY(700px));
1218
1219
  }
1219
1220
  }
1220
- @-webkit-keyframes animated-roll-in {
1221
+ @-webkit-keyframes animation-roll-in {
1221
1222
  0% {
1222
1223
  opacity: 0;
1223
1224
  @include transform(translateX(-100%) rotate(-120deg));
@@ -1227,7 +1228,7 @@
1227
1228
  @include transform(translateX(0) rotate(0));
1228
1229
  }
1229
1230
  }
1230
- @keyframes animated-roll-in {
1231
+ @keyframes animation-roll-in {
1231
1232
  0% {
1232
1233
  opacity: 0;
1233
1234
  @include transform(translateX(-100%) rotate(-120deg));
@@ -1237,7 +1238,7 @@
1237
1238
  @include transform(translateX(0) rotate(0));
1238
1239
  }
1239
1240
  }
1240
- @-webkit-keyframes animated-roll-out {
1241
+ @-webkit-keyframes animation-roll-out {
1241
1242
  0% {
1242
1243
  opacity: 1;
1243
1244
  @include transform(translateX(0) rotate(0));
@@ -1247,7 +1248,7 @@
1247
1248
  @include transform(translateX(100%) rotate(120deg));
1248
1249
  }
1249
1250
  }
1250
- @keyframes animated-roll-out {
1251
+ @keyframes animation-roll-out {
1251
1252
  0% {
1252
1253
  opacity: 1;
1253
1254
  @include transform(translateX(0) rotate(0));
@@ -1258,109 +1259,112 @@
1258
1259
  }
1259
1260
  }
1260
1261
 
1261
- /* # Animations
1262
+ /* # Animation
1262
1263
  ================================================== */
1263
- .animated {
1264
+ .animation {
1264
1265
  @include animation-duration(1s);
1265
1266
  @include animation-fill-mode(both);
1266
1267
  position: relative;
1267
1268
  }
1268
- .animated-bounce { @include animation-name(animated-bounce); }
1269
- .animated-flash { @include animation-name(animated-flash); }
1270
- .animated-pulse { @include animation-name(animated-pulse); }
1271
- .animated-shake { @include animation-name(animated-shake); }
1272
- .animated-swing {
1273
- @include animation-name(animated-swing);
1269
+
1270
+ /* # Names
1271
+ ================================================== */
1272
+ .animation-bounce { @include animation-name(animation-bounce); }
1273
+ .animation-flash { @include animation-name(animation-flash); }
1274
+ .animation-pulse { @include animation-name(animation-pulse); }
1275
+ .animation-shake { @include animation-name(animation-shake); }
1276
+ .animation-swing {
1277
+ @include animation-name(animation-swing);
1274
1278
  @include transform-origin(top center);
1275
1279
  }
1276
- .animated-tada { @include animation-name(animated-tada); }
1277
- .animated-wobble { @include animation-name(animated-wobble); }
1278
- .animated-bounce-in { @include animation-name(animated-bounce-in); }
1279
- .animated-bounce-in-down { @include animation-name(animated-bounce-in-down); }
1280
- .animated-bounce-in-left { @include animation-name(animated-bounce-in-left); }
1281
- .animated-bounce-in-right { @include animation-name(animated-bounce-in-right); }
1282
- .animated-bounce-in-up { @include animation-name(animated-bounce-in-up); }
1283
- .animated-bounce-out { @include animation-name(animated-bounce-out); }
1284
- .animated-bounce-out-down { @include animation-name(animated-bounce-out-down); }
1285
- .animated-bounce-out-left { @include animation-name(animated-bounce-out-left); }
1286
- .animated-bounce-out-right { @include animation-name(animated-bounce-out-right); }
1287
- .animated-bounce-out-up { @include animation-name(animated-bounce-out-up); }
1288
- .animated-fade-in { @include animation-name(animated-fade-in); }
1289
- .animated-fade-in-down { @include animation-name(animated-fade-in-down); }
1290
- .animated-fade-in-down-big { @include animation-name(animated-fade-in-down-big); }
1291
- .animated-fade-in-left { @include animation-name(animated-fade-in-left); }
1292
- .animated-fade-in-left-big { @include animation-name(animated-fade-in-left); }
1293
- .animated-fade-in-right { @include animation-name(animated-fade-in-right); }
1294
- .animated-fade-in-right-big { @include animation-name(animated-fade-in-right-big); }
1295
- .animated-fade-in-up { @include animation-name(animated-fade-in-up); }
1296
- .animated-fade-in-up-big { @include animation-name(animated-fade-in-up-big); }
1297
- .animated-fade-out { @include animation-name(animated-fade-out); }
1298
- .animated-fade-out-down { @include animation-name(animated-fade-out-down); }
1299
- .animated-fade-out-down-big { @include animation-name(animated-fade-out-down-big); }
1300
- .animated-fade-out-left { @include animation-name(animated-fade-out-left); }
1301
- .animated-fade-out-left-big { @include animation-name(animated-fade-out-left-big); }
1302
- .animated-fade-out-right { @include animation-name(animated-fade-out-right); }
1303
- .animated-fade-out-right-big { @include animation-name(animated-fade-out-right-big); }
1304
- .animated-fade-out-up { @include animation-name(animated-fade-out-up); }
1305
- .animated-fade-out-up-big { @include animation-name(animated-fade-out-up-big); }
1306
- .animated-flip { @include animation-name(animated-flip); }
1307
- .animated-flip-in-x { @include animation-name(animated-flip-in-x); }
1308
- .animated-flip-in-y { @include animation-name(animated-flip-in-y); }
1309
- .animated-flip-out-x { @include animation-name(animated-flip-out-x); }
1310
- .animated-flip-out-y { @include animation-name(animated-flip-out-y); }
1311
- .animated-flip,
1312
- .animated-flip-in-x,
1313
- .animated-flip-in-y,
1314
- .animated-flip-out-x,
1315
- .animated-flip-out-y { @include backface-visibility(visible); }
1316
- .animated-light-speed-in {
1317
- @include animation-name(animated-light-speed-in);
1280
+ .animation-tada { @include animation-name(animation-tada); }
1281
+ .animation-wobble { @include animation-name(animation-wobble); }
1282
+ .animation-bounce-in { @include animation-name(animation-bounce-in); }
1283
+ .animation-bounce-in-down { @include animation-name(animation-bounce-in-down); }
1284
+ .animation-bounce-in-left { @include animation-name(animation-bounce-in-left); }
1285
+ .animation-bounce-in-right { @include animation-name(animation-bounce-in-right); }
1286
+ .animation-bounce-in-up { @include animation-name(animation-bounce-in-up); }
1287
+ .animation-bounce-out { @include animation-name(animation-bounce-out); }
1288
+ .animation-bounce-out-down { @include animation-name(animation-bounce-out-down); }
1289
+ .animation-bounce-out-left { @include animation-name(animation-bounce-out-left); }
1290
+ .animation-bounce-out-right { @include animation-name(animation-bounce-out-right); }
1291
+ .animation-bounce-out-up { @include animation-name(animation-bounce-out-up); }
1292
+ .animation-fade-in { @include animation-name(animation-fade-in); }
1293
+ .animation-fade-in-down { @include animation-name(animation-fade-in-down); }
1294
+ .animation-fade-in-down-big { @include animation-name(animation-fade-in-down-big); }
1295
+ .animation-fade-in-left { @include animation-name(animation-fade-in-left); }
1296
+ .animation-fade-in-left-big { @include animation-name(animation-fade-in-left); }
1297
+ .animation-fade-in-right { @include animation-name(animation-fade-in-right); }
1298
+ .animation-fade-in-right-big { @include animation-name(animation-fade-in-right-big); }
1299
+ .animation-fade-in-up { @include animation-name(animation-fade-in-up); }
1300
+ .animation-fade-in-up-big { @include animation-name(animation-fade-in-up-big); }
1301
+ .animation-fade-out { @include animation-name(animation-fade-out); }
1302
+ .animation-fade-out-down { @include animation-name(animation-fade-out-down); }
1303
+ .animation-fade-out-down-big { @include animation-name(animation-fade-out-down-big); }
1304
+ .animation-fade-out-left { @include animation-name(animation-fade-out-left); }
1305
+ .animation-fade-out-left-big { @include animation-name(animation-fade-out-left-big); }
1306
+ .animation-fade-out-right { @include animation-name(animation-fade-out-right); }
1307
+ .animation-fade-out-right-big { @include animation-name(animation-fade-out-right-big); }
1308
+ .animation-fade-out-up { @include animation-name(animation-fade-out-up); }
1309
+ .animation-fade-out-up-big { @include animation-name(animation-fade-out-up-big); }
1310
+ .animation-flip { @include animation-name(animation-flip); }
1311
+ .animation-flip-in-x { @include animation-name(animation-flip-in-x); }
1312
+ .animation-flip-in-y { @include animation-name(animation-flip-in-y); }
1313
+ .animation-flip-out-x { @include animation-name(animation-flip-out-x); }
1314
+ .animation-flip-out-y { @include animation-name(animation-flip-out-y); }
1315
+ .animation-flip,
1316
+ .animation-flip-in-x,
1317
+ .animation-flip-in-y,
1318
+ .animation-flip-out-x,
1319
+ .animation-flip-out-y { @include backface-visibility(visible); }
1320
+ .animation-light-speed-in {
1321
+ @include animation-name(animation-light-speed-in);
1318
1322
  @include animation-timing-function(ease-out);
1319
1323
  }
1320
- .animated-light-speed-out {
1321
- @include animation-name(animated-light-speed-out);
1324
+ .animation-light-speed-out {
1325
+ @include animation-name(animation-light-speed-out);
1322
1326
  @include animation-timing-function(ease-in);
1323
1327
  }
1324
- .animated-rotate-in { @include animation-name(animated-rotate-in); }
1325
- .animated-rotate-in-down-left { @include animation-name(animated-rotate-in-down-left); }
1326
- .animated-rotate-in-down-right { @include animation-name(animated-rotate-in-down-right); }
1327
- .animated-rotate-in-up-left { @include animation-name(animated-rotate-in-up-left); }
1328
- .animated-rotate-in-up-right { @include animation-name(animated-rotate-in-up-right); }
1329
- .animated-rotate-out { @include animation-name(animated-rotate-out); }
1330
- .animated-rotate-out-down-left { @include animation-name(animated-rotate-out-down-left); }
1331
- .animated-rotate-out-down-right { @include animation-name(animated-rotate-out-down-right); }
1332
- .animated-rotate-out-up-left { @include animation-name(animated-rotate-out-up-left); }
1333
- .animated-rotate-out-up-right { @include animation-name(animated-rotate-out-up-right); }
1334
- .animated-slide-in-down { @include animation-name(animated-slide-in-down); }
1335
- .animated-slide-in-left { @include animation-name(animated-slide-in-left); }
1336
- .animated-slide-in-right { @include animation-name(animated-slide-in-right); }
1337
- .animated-slide-out-left { @include animation-name(animated-slide-out-left); }
1338
- .animated-slide-out-right { @include animation-name(animated-slide-out-right); }
1339
- .animated-slide-out-up { @include animation-name(animated-slide-out-up); }
1340
- .animated-hinge {
1328
+ .animation-rotate-in { @include animation-name(animation-rotate-in); }
1329
+ .animation-rotate-in-down-left { @include animation-name(animation-rotate-in-down-left); }
1330
+ .animation-rotate-in-down-right { @include animation-name(animation-rotate-in-down-right); }
1331
+ .animation-rotate-in-up-left { @include animation-name(animation-rotate-in-up-left); }
1332
+ .animation-rotate-in-up-right { @include animation-name(animation-rotate-in-up-right); }
1333
+ .animation-rotate-out { @include animation-name(animation-rotate-out); }
1334
+ .animation-rotate-out-down-left { @include animation-name(animation-rotate-out-down-left); }
1335
+ .animation-rotate-out-down-right { @include animation-name(animation-rotate-out-down-right); }
1336
+ .animation-rotate-out-up-left { @include animation-name(animation-rotate-out-up-left); }
1337
+ .animation-rotate-out-up-right { @include animation-name(animation-rotate-out-up-right); }
1338
+ .animation-slide-in-down { @include animation-name(animation-slide-in-down); }
1339
+ .animation-slide-in-left { @include animation-name(animation-slide-in-left); }
1340
+ .animation-slide-in-right { @include animation-name(animation-slide-in-right); }
1341
+ .animation-slide-out-left { @include animation-name(animation-slide-out-left); }
1342
+ .animation-slide-out-right { @include animation-name(animation-slide-out-right); }
1343
+ .animation-slide-out-up { @include animation-name(animation-slide-out-up); }
1344
+ .animation-hinge {
1341
1345
  @include animation-duration(2s);
1342
- @include animation-name(animated-hinge);
1346
+ @include animation-name(animation-hinge);
1343
1347
  @include animation-timing-function(ease-in-out);
1344
1348
  }
1345
- .animated-roll-in { @include animation-name(animated-roll-in); }
1346
- .animated-roll-out { @include animation-name(animated-roll-out); }
1349
+ .animation-roll-in { @include animation-name(animation-roll-in); }
1350
+ .animation-roll-out { @include animation-name(animation-roll-out); }
1347
1351
 
1348
- /* # Delay
1352
+ /* # Delays
1349
1353
  ================================================== */
1350
- .animated.animated-delay-shortest { @include animation-delay(0.25s); }
1351
- .animated.animated-delay-shorter { @include animation-delay(0.5s); }
1352
- .animated.animated-delay-short { @include animation-delay(0.75s); }
1353
- .animated.animated-delay-default { @include animation-delay(1s); }
1354
- .animated.animated-delay-long { @include animation-delay(1.25s); }
1355
- .animated.animated-delay-longer { @include animation-delay(1.5s); }
1356
- .animated.animated-delay-longest { @include animation-delay(1.75s); }
1354
+ .animation.animation-delay-shortest { @include animation-delay(0.25s); }
1355
+ .animation.animation-delay-shorter { @include animation-delay(0.5s); }
1356
+ .animation.animation-delay-short { @include animation-delay(0.75s); }
1357
+ .animation.animation-delay-default { @include animation-delay(1s); }
1358
+ .animation.animation-delay-long { @include animation-delay(1.25s); }
1359
+ .animation.animation-delay-longer { @include animation-delay(1.5s); }
1360
+ .animation.animation-delay-longest { @include animation-delay(1.75s); }
1357
1361
 
1358
- /* # Duration
1362
+ /* # Durations
1359
1363
  ================================================== */
1360
- .animated.animated-duration-fastest { @include animation-duration(0.25s); }
1361
- .animated.animated-duration-faster { @include animation-duration(0.5s); }
1362
- .animated.animated-duration-fast { @include animation-duration(0.75s); }
1363
- .animated.animated-duration-default { @include animation-duration(1s); }
1364
- .animated.animated-duration-slow { @include animation-duration(1.25s); }
1365
- .animated.animated-duration-slower { @include animation-duration(1.5s); }
1366
- .animated.animated-duration-slowest { @include animation-duration(1.75s); }
1364
+ .animation.animation-duration-fastest { @include animation-duration(0.25s); }
1365
+ .animation.animation-duration-faster { @include animation-duration(0.5s); }
1366
+ .animation.animation-duration-fast { @include animation-duration(0.75s); }
1367
+ .animation.animation-duration-default { @include animation-duration(1s); }
1368
+ .animation.animation-duration-slow { @include animation-duration(1.25s); }
1369
+ .animation.animation-duration-slower { @include animation-duration(1.5s); }
1370
+ .animation.animation-duration-slowest { @include animation-duration(1.75s); }