2014-01-22 06:21:49 +08:00
|
|
|
/*!
|
2014-07-23 05:14:13 +08:00
|
|
|
* font-awesome-animation - v0.0.6
|
2014-01-22 06:21:49 +08:00
|
|
|
* https://github.com/l-lin/font-awesome-animation
|
2014-04-17 05:54:21 +08:00
|
|
|
* License: MIT
|
2014-01-22 06:21:49 +08:00
|
|
|
*/
|
2014-01-24 21:25:06 +08:00
|
|
|
@-webkit-keyframes wrench {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(-12deg);
|
|
|
|
transform: rotate(-12deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
8% {
|
|
|
|
-webkit-transform: rotate(12deg);
|
|
|
|
transform: rotate(12deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
10% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
18% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
20% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
28% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
30% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
38% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
40% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
48% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
58% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
60% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
68% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
75% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-24 21:25:06 +08:00
|
|
|
@keyframes wrench {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(-12deg);
|
|
|
|
-ms-transform: rotate(-12deg);
|
|
|
|
transform: rotate(-12deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
8% {
|
|
|
|
-webkit-transform: rotate(12deg);
|
|
|
|
-ms-transform: rotate(12deg);
|
|
|
|
transform: rotate(12deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
10% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
-ms-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
18% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
-ms-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
20% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
-ms-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
28% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
-ms-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
30% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
-ms-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
38% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
-ms-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
40% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
-ms-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
48% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
-ms-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
-ms-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
58% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
-ms-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
60% {
|
|
|
|
-webkit-transform: rotate(-24deg);
|
|
|
|
-ms-transform: rotate(-24deg);
|
|
|
|
transform: rotate(-24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
68% {
|
|
|
|
-webkit-transform: rotate(24deg);
|
|
|
|
-ms-transform: rotate(24deg);
|
|
|
|
transform: rotate(24deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
75% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
-ms-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-wrench.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-wrench.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-wrench {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: wrench 2.5s ease infinite;
|
|
|
|
animation: wrench 2.5s ease infinite;
|
|
|
|
transform-origin-x: 90%;
|
|
|
|
transform-origin-y: 35%;
|
|
|
|
transform-origin-z: initial;
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* BELL */
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-24 21:25:06 +08:00
|
|
|
@-webkit-keyframes ring {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(-15deg);
|
|
|
|
transform: rotate(-15deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
2% {
|
|
|
|
-webkit-transform: rotate(15deg);
|
|
|
|
transform: rotate(15deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
4% {
|
|
|
|
-webkit-transform: rotate(-18deg);
|
|
|
|
transform: rotate(-18deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
6% {
|
|
|
|
-webkit-transform: rotate(18deg);
|
|
|
|
transform: rotate(18deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
8% {
|
|
|
|
-webkit-transform: rotate(-22deg);
|
|
|
|
transform: rotate(-22deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
10% {
|
|
|
|
-webkit-transform: rotate(22deg);
|
|
|
|
transform: rotate(22deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
12% {
|
|
|
|
-webkit-transform: rotate(-18deg);
|
|
|
|
transform: rotate(-18deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
14% {
|
|
|
|
-webkit-transform: rotate(18deg);
|
|
|
|
transform: rotate(18deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
16% {
|
|
|
|
-webkit-transform: rotate(-12deg);
|
|
|
|
transform: rotate(-12deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
18% {
|
|
|
|
-webkit-transform: rotate(12deg);
|
|
|
|
transform: rotate(12deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
20% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-24 21:25:06 +08:00
|
|
|
@keyframes ring {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(-15deg);
|
|
|
|
-ms-transform: rotate(-15deg);
|
|
|
|
transform: rotate(-15deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
2% {
|
|
|
|
-webkit-transform: rotate(15deg);
|
|
|
|
-ms-transform: rotate(15deg);
|
|
|
|
transform: rotate(15deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
4% {
|
|
|
|
-webkit-transform: rotate(-18deg);
|
|
|
|
-ms-transform: rotate(-18deg);
|
|
|
|
transform: rotate(-18deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
6% {
|
|
|
|
-webkit-transform: rotate(18deg);
|
|
|
|
-ms-transform: rotate(18deg);
|
|
|
|
transform: rotate(18deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
8% {
|
|
|
|
-webkit-transform: rotate(-22deg);
|
|
|
|
-ms-transform: rotate(-22deg);
|
|
|
|
transform: rotate(-22deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
10% {
|
|
|
|
-webkit-transform: rotate(22deg);
|
|
|
|
-ms-transform: rotate(22deg);
|
|
|
|
transform: rotate(22deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
12% {
|
|
|
|
-webkit-transform: rotate(-18deg);
|
|
|
|
-ms-transform: rotate(-18deg);
|
|
|
|
transform: rotate(-18deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
14% {
|
|
|
|
-webkit-transform: rotate(18deg);
|
|
|
|
-ms-transform: rotate(18deg);
|
|
|
|
transform: rotate(18deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
16% {
|
|
|
|
-webkit-transform: rotate(-12deg);
|
|
|
|
-ms-transform: rotate(-12deg);
|
|
|
|
transform: rotate(-12deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
18% {
|
|
|
|
-webkit-transform: rotate(12deg);
|
|
|
|
-ms-transform: rotate(12deg);
|
|
|
|
transform: rotate(12deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
20% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
-ms-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-ring.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-ring.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-ring {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: ring 2s ease infinite;
|
|
|
|
animation: ring 2s ease infinite;
|
|
|
|
transform-origin-x: 50%;
|
|
|
|
transform-origin-y: 0px;
|
|
|
|
transform-origin-z: initial;
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* VERTICAL */
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-22 06:21:49 +08:00
|
|
|
@-webkit-keyframes vertical {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: translate(0,-3px);
|
|
|
|
transform: translate(0,-3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
4% {
|
|
|
|
-webkit-transform: translate(0,3px);
|
|
|
|
transform: translate(0,3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
8% {
|
|
|
|
-webkit-transform: translate(0,-3px);
|
|
|
|
transform: translate(0,-3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
12% {
|
|
|
|
-webkit-transform: translate(0,3px);
|
|
|
|
transform: translate(0,3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
16% {
|
|
|
|
-webkit-transform: translate(0,-3px);
|
|
|
|
transform: translate(0,-3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
20% {
|
|
|
|
-webkit-transform: translate(0,3px);
|
|
|
|
transform: translate(0,3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
22% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-22 06:21:49 +08:00
|
|
|
@keyframes vertical {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: translate(0,-3px);
|
|
|
|
-ms-transform: translate(0,-3px);
|
|
|
|
transform: translate(0,-3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
4% {
|
|
|
|
-webkit-transform: translate(0,3px);
|
|
|
|
-ms-transform: translate(0,3px);
|
|
|
|
transform: translate(0,3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
8% {
|
|
|
|
-webkit-transform: translate(0,-3px);
|
|
|
|
-ms-transform: translate(0,-3px);
|
|
|
|
transform: translate(0,-3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
12% {
|
|
|
|
-webkit-transform: translate(0,3px);
|
|
|
|
-ms-transform: translate(0,3px);
|
|
|
|
transform: translate(0,3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
16% {
|
|
|
|
-webkit-transform: translate(0,-3px);
|
|
|
|
-ms-transform: translate(0,-3px);
|
|
|
|
transform: translate(0,-3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
20% {
|
|
|
|
-webkit-transform: translate(0,3px);
|
|
|
|
-ms-transform: translate(0,3px);
|
|
|
|
transform: translate(0,3px);
|
|
|
|
}
|
|
|
|
|
|
|
|
22% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
-ms-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-vertical.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-vertical.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-vertical {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: vertical 2s ease infinite;
|
|
|
|
animation: vertical 2s ease infinite;
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* HORIZONTAL */
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-22 06:21:49 +08:00
|
|
|
@-webkit-keyframes horizontal {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
6% {
|
|
|
|
-webkit-transform: translate(5px,0);
|
|
|
|
transform: translate(5px,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
12% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
18% {
|
|
|
|
-webkit-transform: translate(5px,0);
|
|
|
|
transform: translate(5px,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
24% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
30% {
|
|
|
|
-webkit-transform: translate(5px,0);
|
|
|
|
transform: translate(5px,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
36% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-22 06:21:49 +08:00
|
|
|
@keyframes horizontal {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
-ms-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
6% {
|
|
|
|
-webkit-transform: translate(5px,0);
|
|
|
|
-ms-transform: translate(5px,0);
|
|
|
|
transform: translate(5px,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
12% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
-ms-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
18% {
|
|
|
|
-webkit-transform: translate(5px,0);
|
|
|
|
-ms-transform: translate(5px,0);
|
|
|
|
transform: translate(5px,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
24% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
-ms-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
30% {
|
|
|
|
-webkit-transform: translate(5px,0);
|
|
|
|
-ms-transform: translate(5px,0);
|
|
|
|
transform: translate(5px,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
36% {
|
|
|
|
-webkit-transform: translate(0,0);
|
|
|
|
-ms-transform: translate(0,0);
|
|
|
|
transform: translate(0,0);
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-horizontal.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-horizontal.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-horizontal {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: horizontal 2s ease infinite;
|
|
|
|
animation: horizontal 2s ease infinite;
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* FLASHING */
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-22 06:21:49 +08:00
|
|
|
@-webkit-keyframes flash {
|
2014-04-17 05:54:21 +08:00
|
|
|
0%, 100%, 50% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
25%, 75% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-22 06:21:49 +08:00
|
|
|
@keyframes flash {
|
2014-04-17 05:54:21 +08:00
|
|
|
0%, 100%, 50% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
25%, 75% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2014-01-22 06:21:49 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-flash.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-flash.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-flash {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: flash 2s ease infinite;
|
|
|
|
animation: flash 2s ease infinite;
|
2014-01-24 21:25:06 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* BOUNCE */
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-24 21:25:06 +08:00
|
|
|
@-webkit-keyframes bounce {
|
2014-04-17 05:54:21 +08:00
|
|
|
0%, 10%, 20%, 50%, 80% {
|
|
|
|
-webkit-transform: translateY(0);
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
40% {
|
|
|
|
-webkit-transform: translateY(-15px);
|
|
|
|
transform: translateY(-15px);
|
|
|
|
}
|
|
|
|
|
|
|
|
60% {
|
|
|
|
-webkit-transform: translateY(-15px);
|
|
|
|
transform: translateY(-15px);
|
|
|
|
}
|
2014-01-24 21:25:06 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-24 21:25:06 +08:00
|
|
|
@keyframes bounce {
|
2014-04-17 05:54:21 +08:00
|
|
|
0%, 10%, 20%, 50%, 80% {
|
|
|
|
-webkit-transform: translateY(0);
|
|
|
|
-ms-transform: translateY(0);
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
40% {
|
|
|
|
-webkit-transform: translateY(-15px);
|
|
|
|
-ms-transform: translateY(-15px);
|
|
|
|
transform: translateY(-15px);
|
|
|
|
}
|
|
|
|
|
|
|
|
60% {
|
|
|
|
-webkit-transform: translateY(-15px);
|
|
|
|
-ms-transform: translateY(-15px);
|
|
|
|
transform: translateY(-15px);
|
|
|
|
}
|
2014-01-24 21:25:06 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-bounce.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-bounce.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-bounce {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: bounce 2s ease infinite;
|
|
|
|
animation: bounce 2s ease infinite;
|
2014-01-25 00:16:56 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* SPIN */
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
@-webkit-keyframes spin {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
2014-01-25 00:16:56 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
@keyframes spin {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
-ms-transform: rotate(0deg);
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
-ms-transform: rotate(359deg);
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
2014-01-25 00:16:56 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-spin.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-spin.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-spin {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: spin 1.5s linear infinite;
|
|
|
|
animation: spin 1.5s linear infinite;
|
2014-01-25 00:16:56 +08:00
|
|
|
}
|
2014-01-25 00:34:05 +08:00
|
|
|
|
|
|
|
/* FLOAT */
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
@-webkit-keyframes float {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: translateY(0);
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: translateY(-6px);
|
|
|
|
transform: translateY(-6px);
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
-webkit-transform: translateY(0);
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
2014-01-25 00:34:05 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
@keyframes float {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: translateY(0);
|
|
|
|
-ms-transform: translateY(0);
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: translateY(-6px);
|
|
|
|
-ms-transform: translateY(-6px);
|
|
|
|
transform: translateY(-6px);
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
-webkit-transform: translateY(0);
|
|
|
|
-ms-transform: translateY(0);
|
|
|
|
transform: translateY(0);
|
|
|
|
}
|
2014-01-25 00:34:05 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-float.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-float.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-float {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: float 2s linear infinite;
|
|
|
|
animation: float 2s linear infinite;
|
2014-01-25 00:34:05 +08:00
|
|
|
}
|
2014-01-25 02:44:01 +08:00
|
|
|
|
|
|
|
/* PULSE */
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-25 02:44:01 +08:00
|
|
|
@-webkit-keyframes pulse {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: scale(1.1);
|
|
|
|
transform: scale(1.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: scale(0.8);
|
|
|
|
transform: scale(0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
-webkit-transform: scale(1.1);
|
|
|
|
transform: scale(1.1);
|
|
|
|
}
|
2014-01-25 02:44:01 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
2014-01-25 02:44:01 +08:00
|
|
|
@keyframes pulse {
|
2014-04-17 05:54:21 +08:00
|
|
|
0% {
|
|
|
|
-webkit-transform: scale(1.1);
|
|
|
|
-ms-transform: scale(1.1);
|
|
|
|
transform: scale(1.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: scale(0.8);
|
|
|
|
-ms-transform: scale(0.8);
|
|
|
|
transform: scale(0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
-webkit-transform: scale(1.1);
|
|
|
|
-ms-transform: scale(1.1);
|
|
|
|
transform: scale(1.1);
|
|
|
|
}
|
2014-01-25 02:44:01 +08:00
|
|
|
}
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-pulse.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-pulse.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-pulse {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: pulse 2s linear infinite;
|
|
|
|
animation: pulse 2s linear infinite;
|
2014-02-07 22:25:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* SHAKE */
|
2014-04-17 05:54:21 +08:00
|
|
|
|
|
|
|
.faa-shake.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-shake.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-shake {
|
2014-04-17 05:54:21 +08:00
|
|
|
-webkit-animation: wrench 2.5s ease infinite;
|
|
|
|
animation: wrench 2.5s ease infinite;
|
2014-02-07 22:25:25 +08:00
|
|
|
}
|
2014-05-17 23:02:45 +08:00
|
|
|
|
|
|
|
/* TADA */
|
|
|
|
|
|
|
|
@-webkit-keyframes tada {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
transform: scale(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
10%, 20% {
|
|
|
|
-webkit-transform: scale(.9) rotate(-8deg);
|
|
|
|
transform: scale(.9) rotate(-8deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
30%, 50%, 70% {
|
|
|
|
-webkit-transform: scale(1.3) rotate(8deg);
|
|
|
|
transform: scale(1.3) rotate(8deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
40%, 60% {
|
|
|
|
-webkit-transform: scale(1.3) rotate(-8deg);
|
|
|
|
transform: scale(1.3) rotate(-8deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
80% {
|
|
|
|
-webkit-transform: scale(1) rotate(0);
|
|
|
|
transform: scale(1) rotate(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes tada {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
-ms-transform: scale(1);
|
|
|
|
transform: scale(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
10%, 20% {
|
|
|
|
-webkit-transform: scale(.9) rotate(-8deg);
|
|
|
|
-ms-transform: scale(.9) rotate(-8deg);
|
|
|
|
transform: scale(.9) rotate(-8deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
30%, 50%, 70% {
|
|
|
|
-webkit-transform: scale(1.3) rotate(8deg);
|
|
|
|
-ms-transform: scale(1.3) rotate(8deg);
|
|
|
|
transform: scale(1.3) rotate(8deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
40%, 60% {
|
|
|
|
-webkit-transform: scale(1.3) rotate(-8deg);
|
|
|
|
-ms-transform: scale(1.3) rotate(-8deg);
|
|
|
|
transform: scale(1.3) rotate(-8deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
80% {
|
|
|
|
-webkit-transform: scale(1) rotate(0);
|
|
|
|
-ms-transform: scale(1) rotate(0);
|
|
|
|
transform: scale(1) rotate(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.faa-tada.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-tada.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-tada {
|
2014-05-17 23:02:45 +08:00
|
|
|
-webkit-animation: tada 2s linear infinite;
|
|
|
|
animation: tada 2s linear infinite;
|
|
|
|
}
|
2014-05-17 23:27:45 +08:00
|
|
|
|
|
|
|
/* PASSING */
|
|
|
|
|
|
|
|
@-webkit-keyframes passing {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: translateX(-50%);
|
|
|
|
transform: translateX(-50%);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: translateX(0%);
|
|
|
|
transform: translateX(0%);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
-webkit-transform: translateX(50%);
|
|
|
|
transform: translateX(50%);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes passing {
|
|
|
|
0% {
|
|
|
|
-webkit-transform: translateX(-50%);
|
|
|
|
-ms-transform: translateX(-50%);
|
|
|
|
transform: translateX(-50%);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: translateX(0%);
|
|
|
|
-ms-transform: translateX(0%);
|
|
|
|
transform: translateX(0%);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
-webkit-transform: translateX(50%);
|
|
|
|
-ms-transform: translateX(50%);
|
|
|
|
transform: translateX(50%);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.faa-passing.animated,
|
2014-07-04 16:10:59 +08:00
|
|
|
.faa-passing.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-passing {
|
2014-05-17 23:27:45 +08:00
|
|
|
-webkit-animation: passing 3s linear infinite;
|
|
|
|
animation: passing 3s linear infinite;
|
|
|
|
}
|
2014-08-18 02:11:12 +08:00
|
|
|
|
|
|
|
/* WAVE */
|
|
|
|
|
|
|
|
@-webkit-keyframes burst {
|
|
|
|
0% {
|
|
|
|
opacity: .6;
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: scale(1.8);
|
|
|
|
transform: scale(1.8);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes burst {
|
|
|
|
0% {
|
|
|
|
opacity: .6;
|
|
|
|
}
|
|
|
|
|
|
|
|
50% {
|
|
|
|
-webkit-transform: scale(1.8);
|
|
|
|
-ms-transform: scale(1.8);
|
|
|
|
transform: scale(1.8);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.faa-burst.animated,
|
|
|
|
.faa-burst.animated-hover:hover,
|
|
|
|
.faa-parent.animated-hover:hover > .faa-burst {
|
|
|
|
-webkit-animation: burst 3s infinite linear;
|
|
|
|
animation: burst 3s infinite linear;
|
|
|
|
}
|
|
|
|
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2VuZXJhdGVkLmNzcyIsInNvdXJjZXMiOlsic291cmNlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxlQUFlOztBQUNmO0VBQ0M7SUFBRyxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDM0I7SUFBRyxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDMUI7SUFBSSxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSwrQkFBc0I7SUFBdEIsdUJBQXNCOzs7O0FBZjNCO0VBQ0M7SUFBRyxpQ0FBd0I7SUFBeEIsNkJBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzNCO0lBQUcsZ0NBQXVCO0lBQXZCLDRCQUF1QjtJQUF2Qix3QkFBdUI7OztFQUMxQjtJQUFJLGdDQUF1QjtJQUF2Qiw0QkFBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxpQ0FBd0I7SUFBeEIsNkJBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksaUNBQXdCO0lBQXhCLDZCQUF3QjtJQUF4Qix5QkFBd0I7OztFQUM1QjtJQUFJLGdDQUF1QjtJQUF2Qiw0QkFBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxnQ0FBdUI7SUFBdkIs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
|