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.
- checksums.yaml +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/lib/generators/active_frontend/templates/install.scss +1 -12
- data/vendor/assets/javascripts/_animation.js +90 -32
- data/vendor/assets/javascripts/_chart.js +4 -4
- data/vendor/assets/javascripts/_file_input.js +3 -3
- data/vendor/assets/javascripts/_typeahead.js +0 -2
- data/vendor/assets/stylesheets/_ad.scss +5 -0
- data/vendor/assets/stylesheets/_alert.scss +12 -9
- data/vendor/assets/stylesheets/_animation.scss +217 -213
- data/vendor/assets/stylesheets/_breadcrumb.scss +29 -19
- data/vendor/assets/stylesheets/_button.scss +33 -58
- data/vendor/assets/stylesheets/_carousel.scss +14 -21
- data/vendor/assets/stylesheets/_chart.scss +5 -1
- data/vendor/assets/stylesheets/_color.scss +5 -5
- data/vendor/assets/stylesheets/_colorpicker.scss +0 -1
- data/vendor/assets/stylesheets/_datepicker.scss +11 -10
- data/vendor/assets/stylesheets/_dropdown.scss +50 -24
- data/vendor/assets/stylesheets/_footer.scss +11 -18
- data/vendor/assets/stylesheets/_form.scss +193 -208
- data/vendor/assets/stylesheets/_grid.scss +36 -23
- data/vendor/assets/stylesheets/_header.scss +27 -60
- data/vendor/assets/stylesheets/_icon.scss +5 -5
- data/vendor/assets/stylesheets/_image.scss +6 -2
- data/vendor/assets/stylesheets/_label_and_badge.scss +6 -1
- data/vendor/assets/stylesheets/_link.scss +1 -0
- data/vendor/assets/stylesheets/_list.scss +36 -43
- data/vendor/assets/stylesheets/_loader.scss +8 -2
- data/vendor/assets/stylesheets/_map.scss +4 -0
- data/vendor/assets/stylesheets/_missive.scss +4 -8
- data/vendor/assets/stylesheets/_mixin.scss +5 -0
- data/vendor/assets/stylesheets/_modal.scss +90 -40
- data/vendor/assets/stylesheets/_nav_and_tab.scss +40 -65
- data/vendor/assets/stylesheets/_navbar.scss +2 -1
- data/vendor/assets/stylesheets/_pagination.scss +8 -10
- data/vendor/assets/stylesheets/_panel.scss +23 -25
- data/vendor/assets/stylesheets/_placeholder.scss +13 -12
- data/vendor/assets/stylesheets/_progress.scss +3 -4
- data/vendor/assets/stylesheets/_reset.scss +1 -0
- data/vendor/assets/stylesheets/_sidebar.scss +30 -13
- data/vendor/assets/stylesheets/_slider.scss +2 -2
- data/vendor/assets/stylesheets/_spinner.scss +348 -236
- data/vendor/assets/stylesheets/_swoggle.scss +2 -2
- data/vendor/assets/stylesheets/_table.scss +137 -127
- data/vendor/assets/stylesheets/_timepicker.scss +8 -5
- data/vendor/assets/stylesheets/_toolbar.scss +10 -22
- data/vendor/assets/stylesheets/_tooltip.scss +21 -7
- data/vendor/assets/stylesheets/_trunk.scss +19 -36
- data/vendor/assets/stylesheets/_typography.scss +80 -82
- data/vendor/assets/stylesheets/_variable.scss +15 -0
- data/vendor/assets/stylesheets/active_frontend.scss +1 -12
- metadata +4 -4
- data/vendor/assets/stylesheets/_aside.scss +0 -127
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e19a26bd3fe63e61ab022c580cfe320328e6ff71
|
4
|
+
data.tar.gz: d4d14269e3370b45a24734b9a5361eb5249f9d7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddabc18909564a6a942b2bbc7d40248cd9857efae5fc7cdfcc8f33b6605c43cc8eddf723d1f48b85ade2c312a62e449e3de974686ea21886abba8f04bb6f1c59
|
7
|
+
data.tar.gz: 2122bd78c677d815d5729c5b3e12760a82210a4c7b8fba0b0a5b88462cdef577b26bd2ff797667d09aa5a6a65bf93c640f431c21263925a893e1fddda55705a0
|
@@ -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
|
-
|
1
|
+
+function ($) {
|
2
2
|
'use strict';
|
3
3
|
|
4
|
-
|
5
|
-
|
4
|
+
// ANIMATION CLASS DEFINITION
|
5
|
+
// ==========================
|
6
6
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
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
|
-
|
15
|
-
$this.addClass( animated + " " + effect)
|
12
|
+
Animation.VERSION = '3.3.2'
|
16
13
|
|
17
|
-
|
18
|
-
|
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
|
-
|
22
|
-
|
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
|
-
|
26
|
-
|
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
|
-
|
29
|
-
|
30
|
-
|
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
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
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
|
-
}
|
103
|
+
}(jQuery);
|
@@ -49,7 +49,7 @@
|
|
49
49
|
scaleStartValue: null,
|
50
50
|
|
51
51
|
// String - Colour of the scale line
|
52
|
-
scaleLineColor: "rgba(239,
|
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,
|
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,
|
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,
|
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,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
|
-
#
|
5
|
-
#
|
6
|
-
#
|
4
|
+
# Animation
|
5
|
+
# Names
|
6
|
+
# Delays
|
7
|
+
# Durations */
|
7
8
|
|
8
9
|
/* # Keyframes
|
9
10
|
================================================== */
|
10
|
-
@-webkit-keyframes
|
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
|
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
|
21
|
+
@-webkit-keyframes animation-flash {
|
21
22
|
0%, 50%, 100% { opacity: 1; }
|
22
23
|
25%, 75% { opacity: 0; }
|
23
24
|
}
|
24
|
-
@keyframes
|
25
|
+
@keyframes animation-flash {
|
25
26
|
0%, 50%, 100% { opacity: 1; }
|
26
27
|
25%, 75% { opacity: 0; }
|
27
28
|
}
|
28
|
-
@-webkit-keyframes
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
327
|
+
@-webkit-keyframes animation-fade-in {
|
327
328
|
0% { opacity: 0; }
|
328
329
|
100% { opacity: 1; }
|
329
330
|
}
|
330
|
-
@keyframes
|
331
|
+
@keyframes animation-fade-in {
|
331
332
|
0% { opacity: 0; }
|
332
333
|
100% { opacity: 1; }
|
333
334
|
}
|
334
|
-
@-webkit-keyframes
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
495
|
+
@-webkit-keyframes animation-fade-out {
|
495
496
|
0% { opacity: 1; }
|
496
497
|
100% { opacity: 0; }
|
497
498
|
}
|
498
|
-
@keyframes
|
499
|
+
@keyframes animation-fade-out {
|
499
500
|
0% { opacity: 1; }
|
500
501
|
100% { opacity: 0; }
|
501
502
|
}
|
502
|
-
@-webkit-keyframes
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
-
/* #
|
1262
|
+
/* # Animation
|
1262
1263
|
================================================== */
|
1263
|
-
.
|
1264
|
+
.animation {
|
1264
1265
|
@include animation-duration(1s);
|
1265
1266
|
@include animation-fill-mode(both);
|
1266
1267
|
position: relative;
|
1267
1268
|
}
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
.
|
1272
|
-
.
|
1273
|
-
|
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
|
-
.
|
1277
|
-
.
|
1278
|
-
.
|
1279
|
-
.
|
1280
|
-
.
|
1281
|
-
.
|
1282
|
-
.
|
1283
|
-
.
|
1284
|
-
.
|
1285
|
-
.
|
1286
|
-
.
|
1287
|
-
.
|
1288
|
-
.
|
1289
|
-
.
|
1290
|
-
.
|
1291
|
-
.
|
1292
|
-
.
|
1293
|
-
.
|
1294
|
-
.
|
1295
|
-
.
|
1296
|
-
.
|
1297
|
-
.
|
1298
|
-
.
|
1299
|
-
.
|
1300
|
-
.
|
1301
|
-
.
|
1302
|
-
.
|
1303
|
-
.
|
1304
|
-
.
|
1305
|
-
.
|
1306
|
-
.
|
1307
|
-
.
|
1308
|
-
.
|
1309
|
-
.
|
1310
|
-
.
|
1311
|
-
.
|
1312
|
-
.
|
1313
|
-
.
|
1314
|
-
.
|
1315
|
-
.
|
1316
|
-
.
|
1317
|
-
@include animation-name(
|
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
|
-
.
|
1321
|
-
@include animation-name(
|
1324
|
+
.animation-light-speed-out {
|
1325
|
+
@include animation-name(animation-light-speed-out);
|
1322
1326
|
@include animation-timing-function(ease-in);
|
1323
1327
|
}
|
1324
|
-
.
|
1325
|
-
.
|
1326
|
-
.
|
1327
|
-
.
|
1328
|
-
.
|
1329
|
-
.
|
1330
|
-
.
|
1331
|
-
.
|
1332
|
-
.
|
1333
|
-
.
|
1334
|
-
.
|
1335
|
-
.
|
1336
|
-
.
|
1337
|
-
.
|
1338
|
-
.
|
1339
|
-
.
|
1340
|
-
.
|
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(
|
1346
|
+
@include animation-name(animation-hinge);
|
1343
1347
|
@include animation-timing-function(ease-in-out);
|
1344
1348
|
}
|
1345
|
-
.
|
1346
|
-
.
|
1349
|
+
.animation-roll-in { @include animation-name(animation-roll-in); }
|
1350
|
+
.animation-roll-out { @include animation-name(animation-roll-out); }
|
1347
1351
|
|
1348
|
-
/* #
|
1352
|
+
/* # Delays
|
1349
1353
|
================================================== */
|
1350
|
-
.
|
1351
|
-
.
|
1352
|
-
.
|
1353
|
-
.
|
1354
|
-
.
|
1355
|
-
.
|
1356
|
-
.
|
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
|
-
/* #
|
1362
|
+
/* # Durations
|
1359
1363
|
================================================== */
|
1360
|
-
.
|
1361
|
-
.
|
1362
|
-
.
|
1363
|
-
.
|
1364
|
-
.
|
1365
|
-
.
|
1366
|
-
.
|
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); }
|