2016-08-16 00:20:31 +02:00
|
|
|
|
/**General**/
|
2016-08-14 21:19:12 +02:00
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Roboto";
|
|
|
|
|
src: url("../fonts/Roboto-Regular.woff") format('woff'),
|
2021-05-01 17:00:44 +02:00
|
|
|
|
url("../fonts/Roboto-Regular.ttf") format('ttf');
|
2016-08-14 21:19:12 +02:00
|
|
|
|
}
|
2017-02-08 14:36:28 +01:00
|
|
|
|
body{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;max-width:2000px;margin: 0 auto;}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
.form-group{margin-bottom:11px;}
|
|
|
|
|
#page-content {
|
2021-05-01 17:00:44 +02:00
|
|
|
|
padding-bottom:50px;
|
2016-12-21 18:24:03 +01:00
|
|
|
|
}
|
2017-02-28 17:53:41 +01:00
|
|
|
|
body{
|
2019-07-12 16:54:26 +02:00
|
|
|
|
overflow-y: scroll;
|
2017-02-28 17:53:41 +01:00
|
|
|
|
}
|
2017-04-07 21:33:40 +02:00
|
|
|
|
/*
|
2019-07-12 16:54:26 +02:00
|
|
|
|
#page-wrapper a[target=_blank]::after {
|
2017-04-07 21:33:40 +02:00
|
|
|
|
content:"\f08e";
|
2021-05-01 17:00:44 +02:00
|
|
|
|
position:relative;
|
|
|
|
|
font:normal normal normal 10px/1 FontAwesome;
|
|
|
|
|
top:-3px;
|
|
|
|
|
left:3px;
|
|
|
|
|
margin-right:5px;
|
2017-04-07 21:33:40 +02:00
|
|
|
|
}
|
|
|
|
|
*/
|
2017-03-18 00:05:04 +01:00
|
|
|
|
/* fixed brand icon */
|
|
|
|
|
@media (min-width: 768px){
|
2021-05-01 17:00:44 +02:00
|
|
|
|
.navbar-brand{position:fixed}
|
|
|
|
|
#main-nav{position:absolute !important;}
|
2017-03-18 00:05:04 +01:00
|
|
|
|
}
|
2017-02-08 14:36:28 +01:00
|
|
|
|
|
|
|
|
|
/*mobile nav*/
|
|
|
|
|
@media (max-width: 768px){
|
2021-05-01 17:00:44 +02:00
|
|
|
|
.navbar-toggle{position:fixed;right:0px;}
|
|
|
|
|
#main-nav{position:fixed;right:-200px;}
|
2017-02-08 14:36:28 +01:00
|
|
|
|
}
|
|
|
|
|
.navbar-toggle .icon-bar {
|
|
|
|
|
background-color:#4c4c4c !important;
|
|
|
|
|
width: 22px;
|
|
|
|
|
transition: all 0.2s;
|
|
|
|
|
}
|
|
|
|
|
.navbar-toggle .top-bar {
|
|
|
|
|
transform: rotate(45deg);
|
|
|
|
|
transform-origin: 10% 10%;
|
|
|
|
|
}
|
|
|
|
|
.navbar-toggle .middle-bar {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
.navbar-toggle .bottom-bar {
|
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
|
transform-origin: 10% 90%;
|
|
|
|
|
}
|
2020-04-05 20:08:56 +02:00
|
|
|
|
.navbar-toggle.closed {
|
|
|
|
|
background-color: #d0d0d0;
|
|
|
|
|
}
|
2017-02-08 14:36:28 +01:00
|
|
|
|
.navbar-toggle.closed .top-bar {
|
|
|
|
|
transform: rotate(0);
|
|
|
|
|
}
|
|
|
|
|
.navbar-toggle.closed .middle-bar {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
.navbar-toggle.closed .bottom-bar {
|
|
|
|
|
transform: rotate(0);
|
|
|
|
|
}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
|
|
|
|
|
/*editor changes*/
|
|
|
|
|
[id^=editor_container] h3{margin-top:10px;}
|
|
|
|
|
[id^=editor_container] .well{margin-bottom:9px;border:none;background-color:white;box-shadow:none;}
|
|
|
|
|
[id^=editor_container] label{padding-left:0px !important; padding-right:0px !important;}
|
|
|
|
|
.ltd{width:auto;text-align:left;white-space:nowrap;vertical-align:middle !important;padding:6px !important;}
|
|
|
|
|
.itd{width:100%;padding:6px !important;}
|
|
|
|
|
table.input-group{width:100%}
|
|
|
|
|
@media (max-width: 767px) {.ltd{white-space:normal;}}
|
|
|
|
|
|
|
|
|
|
/*icon spacing*/
|
2021-05-01 17:00:44 +02:00
|
|
|
|
.fa-fw,.mdi-24px{margin-right:5px;}
|
2017-02-08 14:36:28 +01:00
|
|
|
|
|
|
|
|
|
/*table*/
|
2016-12-21 18:24:03 +01:00
|
|
|
|
table.borderless td,table.borderless th{border: none !important;}
|
2017-02-08 14:36:28 +01:00
|
|
|
|
.borderless {margin-bottom:0px}
|
|
|
|
|
table label{margin:0}
|
2021-05-01 17:00:44 +02:00
|
|
|
|
table.first_cell_borderless td:first-child,table.first_cell_borderless th:first-child{border: none !important;}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
|
|
|
|
|
/*Header*/
|
2021-05-01 17:00:44 +02:00
|
|
|
|
.navbar-brand{padding-top:4px;padding-bottom:0px;padding-left:2;}
|
|
|
|
|
.sidebar{margin-top:65px;}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
.dropdown{font-size:18px;}
|
2017-01-04 10:55:10 +01:00
|
|
|
|
@media (max-width: 767px) {.sidebar{margin-top:0px;padding-top:0px !important;}}
|
2021-05-01 17:00:44 +02:00
|
|
|
|
.page-header{margin-top:0px;}
|
|
|
|
|
|
|
|
|
|
.navbar-top-links li a {
|
|
|
|
|
min-height: 64px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-default li a {
|
|
|
|
|
color: #303030 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidebar ul li a.active{
|
|
|
|
|
padding-left:5px;
|
|
|
|
|
border-left:10px solid #0E83E7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sidebar ul li ul li a.active{
|
|
|
|
|
padding-left:27px;
|
|
|
|
|
border-left:10px solid #0E83E7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.itbody td:not(:first-child){
|
|
|
|
|
width: 1px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
|
|
|
|
|
/*Panels*/
|
|
|
|
|
.panel-heading{font-size:18px;}
|
|
|
|
|
.headcollapse{cursor:pointer;}
|
|
|
|
|
.headcollapse a:hover{text-decoration:none;}
|
2017-02-08 14:36:28 +01:00
|
|
|
|
.panel-default{
|
2021-05-01 17:00:44 +02:00
|
|
|
|
background-color:#fff !important;
|
|
|
|
|
border-color:#d0d0d0 !important;
|
2017-02-08 14:36:28 +01:00
|
|
|
|
}
|
|
|
|
|
.panel-default>.panel-heading{
|
2021-05-01 17:00:44 +02:00
|
|
|
|
background-color:#F3F3F3 !important;
|
|
|
|
|
border-color:#ddd !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-default > .panel-system, .panel-danger > .panel-system {
|
|
|
|
|
background-color: #0E83E7 !important;
|
|
|
|
|
border-color: #ddd !important;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-default>.panel-instance{
|
|
|
|
|
background-color:#E18300 !important;
|
|
|
|
|
border-color:#ddd !important;
|
|
|
|
|
color: #fff;
|
2017-02-08 14:36:28 +01:00
|
|
|
|
}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
|
2017-01-19 17:51:11 +01:00
|
|
|
|
/*remote page*/
|
2017-02-08 14:36:28 +01:00
|
|
|
|
@media (max-width: 500px) {.ssthead th:nth-child(1), .sstbody td:nth-child(1){display:none}}
|
2017-01-19 17:51:11 +01:00
|
|
|
|
|
2016-12-21 18:24:03 +01:00
|
|
|
|
/*Dashboard*/
|
2021-05-01 17:00:44 +02:00
|
|
|
|
.component-on{color: #67FF01;}
|
|
|
|
|
.component-off{color: grey;}
|
|
|
|
|
#dash_news hr{margin: 10px 0}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
|
|
|
|
|
/*Colorpicker 2x*/
|
2017-02-08 14:36:28 +01:00
|
|
|
|
.colorpicker-2x {z-index:99999}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
.colorpicker-2x .colorpicker-saturation {width: 200px;height: 200px;}
|
|
|
|
|
.colorpicker-2x .colorpicker-hue,.colorpicker-2x .colorpicker-alpha {width: 30px;height: 200px;}
|
|
|
|
|
.colorpicker-2x .colorpicker-color,.colorpicker-2x .colorpicker-color div {height: 30px;}
|
2019-07-12 16:54:26 +02:00
|
|
|
|
|
2017-02-08 14:36:28 +01:00
|
|
|
|
/*Hint*/
|
|
|
|
|
.info-hint{
|
2021-05-01 17:00:44 +02:00
|
|
|
|
background-color:rgb(236,236,236);
|
|
|
|
|
border-radius:10px;
|
2017-02-08 14:36:28 +01:00
|
|
|
|
}
|
|
|
|
|
.intro-hint{
|
2021-05-01 17:00:44 +02:00
|
|
|
|
padding:8px 8px 8px 14px;
|
|
|
|
|
margin:0px 0px 15px 0px;
|
|
|
|
|
border-left:8px solid #0088cc;
|
|
|
|
|
border-top:1px solid #0088cc;
|
|
|
|
|
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
|
|
|
|
|
font-size:97%;
|
2017-02-08 14:36:28 +01:00
|
|
|
|
}
|
2019-07-12 16:54:26 +02:00
|
|
|
|
|
2016-12-21 18:24:03 +01:00
|
|
|
|
/*Support page*/
|
|
|
|
|
.unlink,.unlink:hover{color:#333;text-decoration:none;}
|
|
|
|
|
.support-container ul{padding-left:0px;list-style-type: none;}
|
|
|
|
|
.support-container{text-align: center;margin-top:15px;color:#333;}
|
|
|
|
|
.support-container .fa{line-height:58px;font-size:40px;width:100px;height:100px;padding:20px;border-radius: 120px;border: 1px solid;transition: background-color 0.5s linear, color 0.5s linear;}
|
|
|
|
|
.support-container h4{margin-top:13px;}
|
|
|
|
|
.support-container:hover .bg-color-fb{background-color:#3b5998;color:white;}
|
|
|
|
|
.support-container:hover .bg-color-tw{background-color:#1da1f2; color:white;}
|
|
|
|
|
.support-container:hover .bg-color-g{background-color:#cc181e; color:white;}
|
|
|
|
|
.support-container:hover .bg-color-wf{background-color:#0088cc; color:white;}
|
|
|
|
|
.support-container:hover .bg-color-btc{background-color:#f7931a; color:white;}
|
|
|
|
|
.support-container:hover .bg-color-pp{background-color:#0070ba; color:white;}
|
|
|
|
|
.support-container:hover .bg-color-am{background-color:#ef9c00; color:white;}
|
2017-03-18 00:05:04 +01:00
|
|
|
|
.support-container:hover .bg-color-ig{background-color:#ab3392; color:white;}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
|
|
|
|
|
/*Config introduction*/
|
2017-02-08 14:36:28 +01:00
|
|
|
|
.introd h4{padding-left:14px;border-left:5px solid #0088cc;}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
|
|
|
|
|
/*backported bootstrap 4 forms-label alignment*/
|
|
|
|
|
.col-form-label {
|
|
|
|
|
padding-top: .5rem;
|
|
|
|
|
padding-bottom: .5rem;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-01 17:00:44 +02:00
|
|
|
|
/*backported bootstrap 4 font weight*/
|
|
|
|
|
.font-weight-bold {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
|
2017-04-07 21:33:40 +02:00
|
|
|
|
/*wizard button*/
|
|
|
|
|
.btn-wizard {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #993399;
|
|
|
|
|
border-color: #732673;
|
|
|
|
|
}
|
|
|
|
|
.btn-wizard:hover{
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #732673;
|
|
|
|
|
border-color: #602060;
|
|
|
|
|
}
|
|
|
|
|
.btn-wizard:focus{
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #732673;
|
|
|
|
|
border-color: #602060;
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-04 11:55:45 +02:00
|
|
|
|
/*minimal visible button*/
|
|
|
|
|
.btn-transparent {
|
2020-05-29 11:28:35 +02:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-01 17:00:44 +02:00
|
|
|
|
/*general instance management button*/
|
|
|
|
|
[id^=instdel_], [id^=instren_] { padding: 0px 12px;}
|
|
|
|
|
.mdi-lead-pencil, .mdi-delete-forever {font-size: 22px;}
|
|
|
|
|
|
2017-01-17 21:53:35 +01:00
|
|
|
|
/*led preview & led visualisation*/
|
2021-05-01 17:00:44 +02:00
|
|
|
|
#leds_canvas {position:absolute; margin:15px; background-repeat:no-repeat; background-position: center;}
|
2017-01-17 21:53:35 +01:00
|
|
|
|
.led { display:inline-block; border: 1px solid black; position:absolute; opacity:0.8; text-align:center; vertical-align:middle; padding:4px; border-radius:2px;}
|
|
|
|
|
.led_num, .led_prev_num {display:none; position:relative; color:black; background-color: white; border-radius:2px; padding:1px; vertical-align:middle; text-align:center; font-size:0.8em;}
|
2017-02-08 14:36:28 +01:00
|
|
|
|
.led_ex{height:15px;width:25px;border-radius:3px;display:inline-block;border:1px solid black}
|
|
|
|
|
|
|
|
|
|
/*checklists*/
|
|
|
|
|
.checklist{list-style-type:none;padding-left:0px}
|
|
|
|
|
.checklist li::before{content: "\f00c";font: normal normal normal 14px/1 FontAwesome;margin-right:5px;color:green;font-size:19px}
|
2017-01-17 21:53:35 +01:00
|
|
|
|
|
2018-12-20 14:21:35 +01:00
|
|
|
|
/* bgwhite */
|
|
|
|
|
.bg-w{background-color: white;}
|
|
|
|
|
|
2016-12-21 18:24:03 +01:00
|
|
|
|
/*Modal icons*/
|
|
|
|
|
[class*="modal-icon"]{
|
2021-05-01 17:00:44 +02:00
|
|
|
|
padding:30px;
|
|
|
|
|
border-radius: 60px;
|
|
|
|
|
color:white;
|
|
|
|
|
font-size:50px !important;
|
2016-12-21 18:24:03 +01:00
|
|
|
|
}
|
|
|
|
|
.modal-icon-check{
|
2021-05-01 17:00:44 +02:00
|
|
|
|
background-color:#71c341;
|
2016-12-21 18:24:03 +01:00
|
|
|
|
}
|
|
|
|
|
.modal-icon-warning{
|
2021-05-01 17:00:44 +02:00
|
|
|
|
background-color:#f7c44a;
|
2016-12-21 18:24:03 +01:00
|
|
|
|
}
|
|
|
|
|
.modal-icon-error{
|
2021-05-01 17:00:44 +02:00
|
|
|
|
background-color:#d1322e;
|
2016-12-21 18:24:03 +01:00
|
|
|
|
}
|
|
|
|
|
|
2019-08-04 20:19:33 +02:00
|
|
|
|
.modal-icon-edit{
|
2021-05-01 17:00:44 +02:00
|
|
|
|
background-color:#3579b6;
|
2019-08-04 20:19:33 +02:00
|
|
|
|
}
|
|
|
|
|
|
2021-05-01 17:00:44 +02:00
|
|
|
|
/* Overlay for desktop devices */
|
2016-12-21 18:24:03 +01:00
|
|
|
|
.overlay {
|
2021-05-01 17:00:44 +02:00
|
|
|
|
background-image: url('/img/hyperion/logo_negativ.png');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
background-color: rgba(1, 1, 1, 0.7);
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
z-index:99999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Overlay for mobile devices */
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.overlay {
|
|
|
|
|
background-size: contain;
|
|
|
|
|
}
|
2016-12-21 18:24:03 +01:00
|
|
|
|
}
|
2016-11-30 17:32:12 +01:00
|
|
|
|
|
2017-02-08 14:36:28 +01:00
|
|
|
|
/*simple ripple effect for li a and btn*/
|
2020-05-12 19:56:06 +02:00
|
|
|
|
/* Breaks Bootstrap toggle; position: relative */
|
|
|
|
|
/*
|
2017-02-08 14:36:28 +01:00
|
|
|
|
.btn, li a{
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.btn:after {
|
|
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: 50%;
|
|
|
|
|
transform: scale(10, 10);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
transition: transform .5s, opacity 1s;
|
|
|
|
|
}
|
|
|
|
|
.btn:active:after {
|
|
|
|
|
transform: scale(0, 0);
|
|
|
|
|
opacity: .2;
|
|
|
|
|
transition: 0s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li a:after {
|
|
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: 50%;
|
|
|
|
|
transform: scale(10, 10);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
transition: transform .5s, opacity 1s;
|
|
|
|
|
}
|
|
|
|
|
li a:active:after {
|
|
|
|
|
transform: scale(0, 0);
|
|
|
|
|
opacity: .2;
|
|
|
|
|
transition: 0s;
|
|
|
|
|
}
|
2020-05-12 19:56:06 +02:00
|
|
|
|
*/
|
2017-02-08 14:36:28 +01:00
|
|
|
|
|
2017-04-07 21:33:40 +02:00
|
|
|
|
/*Bootstrap callouts*/
|
|
|
|
|
.bs-callout {
|
|
|
|
|
padding: 15px;
|
|
|
|
|
margin: 15px 0;
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
border-left-width: 5px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout h4 {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout p:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout code {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout+.bs-callout {
|
|
|
|
|
margin-top: -5px;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-default {
|
|
|
|
|
border-left-color: #777;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-default h4 {
|
|
|
|
|
color: #777;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-primary {
|
|
|
|
|
border-left-color: #428bca;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-primary h4 {
|
|
|
|
|
color: #428bca;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-success {
|
2021-05-01 17:00:44 +02:00
|
|
|
|
border-left-color: #67FF01;
|
2017-04-07 21:33:40 +02:00
|
|
|
|
}
|
|
|
|
|
.bs-callout-success h4 {
|
|
|
|
|
color: #5cb85c;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-danger {
|
|
|
|
|
border-left-color: #d9534f;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-danger h4 {
|
|
|
|
|
color: #d9534f;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-warning {
|
|
|
|
|
border-left-color: #f0ad4e;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-warning h4 {
|
|
|
|
|
color: #f0ad4e;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-info {
|
|
|
|
|
border-left-color: #5bc0de;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-info h4 {
|
|
|
|
|
color: #5bc0de;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-wizard {
|
|
|
|
|
border-left-color: #993399;
|
|
|
|
|
}
|
|
|
|
|
.bs-callout-wizard h4 {
|
|
|
|
|
color: #993399;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-30 17:32:12 +01:00
|
|
|
|
/**add a dditional width defintion for bootstrap**/
|
|
|
|
|
@media (min-width: 1500px) {
|
|
|
|
|
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
|
|
|
|
|
float: left;
|
2021-05-01 17:00:44 +02:00
|
|
|
|
padding-left:15px;
|
|
|
|
|
padding-right:15px;
|
2016-11-30 17:32:12 +01:00
|
|
|
|
}
|
|
|
|
|
.col-xxl-12 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-11 {
|
|
|
|
|
width: 91.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-10 {
|
|
|
|
|
width: 83.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-9 {
|
|
|
|
|
width: 75%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-8 {
|
|
|
|
|
width: 66.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-7 {
|
|
|
|
|
width: 58.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-6 {
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-5 {
|
|
|
|
|
width: 41.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-4 {
|
|
|
|
|
width: 33.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-3 {
|
|
|
|
|
width: 25%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-2 {
|
|
|
|
|
width: 16.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-1 {
|
|
|
|
|
width: 8.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-12 {
|
|
|
|
|
right: 100%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-11 {
|
|
|
|
|
right: 91.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-10 {
|
|
|
|
|
right: 83.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-9 {
|
|
|
|
|
right: 75%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-8 {
|
|
|
|
|
right: 66.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-7 {
|
|
|
|
|
right: 58.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-6 {
|
|
|
|
|
right: 50%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-5 {
|
|
|
|
|
right: 41.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-4 {
|
|
|
|
|
right: 33.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-3 {
|
|
|
|
|
right: 25%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-2 {
|
|
|
|
|
right: 16.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-1 {
|
|
|
|
|
right: 8.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-pull-0 {
|
|
|
|
|
right: auto;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-12 {
|
|
|
|
|
left: 100%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-11 {
|
|
|
|
|
left: 91.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-10 {
|
|
|
|
|
left: 83.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-9 {
|
|
|
|
|
left: 75%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-8 {
|
|
|
|
|
left: 66.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-7 {
|
|
|
|
|
left: 58.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-6 {
|
|
|
|
|
left: 50%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-5 {
|
|
|
|
|
left: 41.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-4 {
|
|
|
|
|
left: 33.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-3 {
|
|
|
|
|
left: 25%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-2 {
|
|
|
|
|
left: 16.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-1 {
|
|
|
|
|
left: 8.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-push-0 {
|
|
|
|
|
left: auto;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-12 {
|
|
|
|
|
margin-left: 100%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-11 {
|
|
|
|
|
margin-left: 91.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-10 {
|
|
|
|
|
margin-left: 83.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-9 {
|
|
|
|
|
margin-left: 75%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-8 {
|
|
|
|
|
margin-left: 66.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-7 {
|
|
|
|
|
margin-left: 58.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-6 {
|
|
|
|
|
margin-left: 50%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-5 {
|
|
|
|
|
margin-left: 41.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-4 {
|
|
|
|
|
margin-left: 33.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-3 {
|
|
|
|
|
margin-left: 25%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-2 {
|
|
|
|
|
margin-left: 16.66666667%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-1 {
|
|
|
|
|
margin-left: 8.33333333%;
|
|
|
|
|
}
|
|
|
|
|
.col-xxl-offset-0 {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 21:53:35 +01:00
|
|
|
|
/* drag and resizable modal http://gijgo.com/ */
|
2017-07-30 14:36:23 +02:00
|
|
|
|
.gj-button {
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
color: #000;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 6px 10px;
|
|
|
|
|
cursor: pointer;
|
2017-01-17 21:53:35 +01:00
|
|
|
|
}
|
2017-07-30 14:36:23 +02:00
|
|
|
|
|
2017-01-17 21:53:35 +01:00
|
|
|
|
.gj-unselectable {
|
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-khtml-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
2017-07-30 14:36:23 +02:00
|
|
|
|
|
|
|
|
|
.gj-margin-left-5 {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-margin-left-10 {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-width-full {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-cursor-pointer {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-text-align-center {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-font-size-16 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-hidden {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-mdl-icon-plus::after {
|
|
|
|
|
content: "\E145";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-mdl-icon-minus::after {
|
|
|
|
|
content: "\E15B";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-draggable {
|
|
|
|
|
cursor: move;
|
|
|
|
|
}
|
2017-01-17 21:53:35 +01:00
|
|
|
|
.gj-resizable-handle {
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-size: 0.1px;
|
|
|
|
|
display: block;
|
|
|
|
|
-ms-touch-action: none;
|
|
|
|
|
touch-action: none;
|
|
|
|
|
z-index: 90;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-resizable-n {
|
|
|
|
|
cursor: n-resize;
|
|
|
|
|
height: 7px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: -5px;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
.gj-resizable-e {
|
|
|
|
|
cursor: e-resize;
|
|
|
|
|
width: 7px;
|
|
|
|
|
right: -5px;
|
|
|
|
|
top: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.gj-resizable-s {
|
|
|
|
|
cursor: s-resize;
|
|
|
|
|
height: 7px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
bottom: -5px;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
.gj-resizable-w {
|
2021-05-01 17:00:44 +02:00
|
|
|
|
cursor: w-resize;
|
|
|
|
|
width: 7px;
|
|
|
|
|
left: -5px;
|
|
|
|
|
top: 0;
|
|
|
|
|
height: 100%;
|
2017-01-17 21:53:35 +01:00
|
|
|
|
}
|
|
|
|
|
.gj-resizable-se {
|
2021-05-01 17:00:44 +02:00
|
|
|
|
cursor: se-resize;
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
right: 1px;
|
|
|
|
|
bottom: 1px;
|
2017-01-17 21:53:35 +01:00
|
|
|
|
}
|
|
|
|
|
.gj-resizable-sw {
|
2021-05-01 17:00:44 +02:00
|
|
|
|
cursor: sw-resize;
|
|
|
|
|
width: 9px;
|
|
|
|
|
height: 9px;
|
|
|
|
|
left: -5px;
|
|
|
|
|
bottom: -5px;
|
2017-01-17 21:53:35 +01:00
|
|
|
|
}
|
|
|
|
|
.gj-resizable-nw {
|
2021-05-01 17:00:44 +02:00
|
|
|
|
cursor: nw-resize;
|
|
|
|
|
width: 9px;
|
|
|
|
|
height: 9px;
|
|
|
|
|
left: -5px;
|
|
|
|
|
top: -5px;
|
2017-01-17 21:53:35 +01:00
|
|
|
|
}
|
|
|
|
|
.gj-resizable-ne {
|
2021-05-01 17:00:44 +02:00
|
|
|
|
cursor: ne-resize;
|
|
|
|
|
width: 9px;
|
|
|
|
|
height: 9px;
|
|
|
|
|
right: -5px;
|
|
|
|
|
top: -5px;
|
2017-01-17 21:53:35 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-dialog-footer {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
width: 100%;
|
2017-07-30 14:36:23 +02:00
|
|
|
|
margin-top: 0px;
|
2017-01-17 21:53:35 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-modal {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 1040;
|
|
|
|
|
display: none;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
outline: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-content {
|
|
|
|
|
border: 1px solid #999;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
outline: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-header {
|
|
|
|
|
min-height: 16.43px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-30 14:36:23 +02:00
|
|
|
|
.gj-footer {
|
|
|
|
|
min-height: 16.43px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
border-top: 1px solid #e5e5e5;
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-17 21:53:35 +01:00
|
|
|
|
.gj-title {
|
|
|
|
|
margin: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-close {
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background: 0 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
float: right;
|
|
|
|
|
font-size: 21px;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gj-body {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-30 14:36:23 +02:00
|
|
|
|
|
2016-12-21 18:24:03 +01:00
|
|
|
|
/*https://github.com/flatlogic/awesome-bootstrap-checkbox slighty edited for our purposes*/
|
2016-11-30 17:32:12 +01:00
|
|
|
|
.checkbox {
|
2016-12-21 18:24:03 +01:00
|
|
|
|
height:34px;
|
2016-11-30 17:32:12 +01:00
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-top:2px !important;
|
2016-12-21 18:24:03 +01:00
|
|
|
|
margin-top: 0px !important;
|
|
|
|
|
margin-bottom: 0px !important;
|
2016-11-30 17:32:12 +01:00
|
|
|
|
}
|
|
|
|
|
.checkbox label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
.checkbox label::before {
|
|
|
|
|
content: "";
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 25px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
left: 0;
|
|
|
|
|
margin-left: -20px;
|
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
|
|
|
|
|
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
|
|
|
|
|
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.checkbox label::after {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 25px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
margin-left: -20px;
|
|
|
|
|
padding-left: 3px;
|
|
|
|
|
padding-top: 1px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #555555;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input[type="checkbox"],
|
|
|
|
|
.checkbox input[type="radio"] {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width:25px !important;
|
|
|
|
|
height:25px;
|
|
|
|
|
margin-top:0px !important;
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input[type="checkbox"]:focus + label::before,
|
|
|
|
|
.checkbox input[type="radio"]:focus + label::before {
|
|
|
|
|
outline: thin dotted;
|
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
|
outline-offset: -2px;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input[type="checkbox"]:checked + label::after,
|
|
|
|
|
.checkbox input[type="radio"]:checked + label::after {
|
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
|
content: "\f00c";
|
|
|
|
|
}
|
|
|
|
|
.checkbox input[type="checkbox"]:indeterminate + label::after,
|
|
|
|
|
.checkbox input[type="radio"]:indeterminate + label::after {
|
|
|
|
|
display: block;
|
|
|
|
|
content: "";
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 3px;
|
|
|
|
|
background-color: #555555;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
margin-left: -16.5px;
|
|
|
|
|
margin-top: 7px;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input[type="checkbox"]:disabled + label,
|
|
|
|
|
.checkbox input[type="radio"]:disabled + label {
|
|
|
|
|
opacity: 0.65;
|
|
|
|
|
}
|
|
|
|
|
.checkbox input[type="checkbox"]:disabled + label::before,
|
|
|
|
|
.checkbox input[type="radio"]:disabled + label::before {
|
|
|
|
|
background-color: #eeeeee;
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
|
}
|
|
|
|
|
.checkbox.checkbox-circle label::before {
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
.checkbox.checkbox-inline {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-primary input[type="checkbox"]:checked + label::before,
|
|
|
|
|
.checkbox-primary input[type="radio"]:checked + label::before {
|
|
|
|
|
background-color: #337ab7;
|
|
|
|
|
border-color: #337ab7;
|
|
|
|
|
}
|
|
|
|
|
.checkbox-primary input[type="checkbox"]:checked + label::after,
|
|
|
|
|
.checkbox-primary input[type="radio"]:checked + label::after {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-danger input[type="checkbox"]:checked + label::before,
|
|
|
|
|
.checkbox-danger input[type="radio"]:checked + label::before {
|
|
|
|
|
background-color: #d9534f;
|
|
|
|
|
border-color: #d9534f;
|
|
|
|
|
}
|
|
|
|
|
.checkbox-danger input[type="checkbox"]:checked + label::after,
|
|
|
|
|
.checkbox-danger input[type="radio"]:checked + label::after {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-info input[type="checkbox"]:checked + label::before,
|
|
|
|
|
.checkbox-info input[type="radio"]:checked + label::before {
|
|
|
|
|
background-color: #5bc0de;
|
|
|
|
|
border-color: #5bc0de;
|
|
|
|
|
}
|
|
|
|
|
.checkbox-info input[type="checkbox"]:checked + label::after,
|
|
|
|
|
.checkbox-info input[type="radio"]:checked + label::after {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-warning input[type="checkbox"]:checked + label::before,
|
|
|
|
|
.checkbox-warning input[type="radio"]:checked + label::before {
|
|
|
|
|
background-color: #f0ad4e;
|
|
|
|
|
border-color: #f0ad4e;
|
|
|
|
|
}
|
|
|
|
|
.checkbox-warning input[type="checkbox"]:checked + label::after,
|
|
|
|
|
.checkbox-warning input[type="radio"]:checked + label::after {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-01 17:00:44 +02:00
|
|
|
|
.checkbox input[type="checkbox"]:checked + label::before,
|
2016-11-30 17:32:12 +01:00
|
|
|
|
.checkbox-success input[type="checkbox"]:checked + label::before,
|
|
|
|
|
.checkbox-success input[type="radio"]:checked + label::before {
|
|
|
|
|
background-color: #5cb85c;
|
|
|
|
|
border-color: #5cb85c;
|
|
|
|
|
}
|
2021-05-01 17:00:44 +02:00
|
|
|
|
|
|
|
|
|
.checkbox input[type="checkbox"]:checked + label::after,
|
2016-11-30 17:32:12 +01:00
|
|
|
|
.checkbox-success input[type="checkbox"]:checked + label::after,
|
|
|
|
|
.checkbox-success input[type="radio"]:checked + label::after {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
|
|
|
|
|
.checkbox-primary input[type="radio"]:indeterminate + label::before {
|
|
|
|
|
background-color: #337ab7;
|
|
|
|
|
border-color: #337ab7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
|
|
|
|
|
.checkbox-primary input[type="radio"]:indeterminate + label::after {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
|
|
|
|
|
.checkbox-danger input[type="radio"]:indeterminate + label::before {
|
|
|
|
|
background-color: #d9534f;
|
|
|
|
|
border-color: #d9534f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
|
|
|
|
|
.checkbox-danger input[type="radio"]:indeterminate + label::after {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
|
|
|
|
|
.checkbox-info input[type="radio"]:indeterminate + label::before {
|
|
|
|
|
background-color: #5bc0de;
|
|
|
|
|
border-color: #5bc0de;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
|
|
|
|
|
.checkbox-info input[type="radio"]:indeterminate + label::after {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
|
|
|
|
|
.checkbox-warning input[type="radio"]:indeterminate + label::before {
|
|
|
|
|
background-color: #f0ad4e;
|
|
|
|
|
border-color: #f0ad4e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
|
|
|
|
|
.checkbox-warning input[type="radio"]:indeterminate + label::after {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
|
|
|
|
|
.checkbox-success input[type="radio"]:indeterminate + label::before {
|
|
|
|
|
background-color: #5cb85c;
|
|
|
|
|
border-color: #5cb85c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
|
|
|
|
|
.checkbox-success input[type="radio"]:indeterminate + label::after {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.radio {
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
.radio label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
.radio label::before {
|
|
|
|
|
content: "";
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 17px;
|
|
|
|
|
height: 17px;
|
|
|
|
|
left: 0;
|
|
|
|
|
margin-left: -20px;
|
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
-webkit-transition: border 0.15s ease-in-out;
|
|
|
|
|
-o-transition: border 0.15s ease-in-out;
|
|
|
|
|
transition: border 0.15s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.radio label::after {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: " ";
|
|
|
|
|
width: 11px;
|
|
|
|
|
height: 11px;
|
|
|
|
|
left: 3px;
|
|
|
|
|
top: 3px;
|
|
|
|
|
margin-left: -20px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #555555;
|
|
|
|
|
-webkit-transform: scale(0, 0);
|
|
|
|
|
-ms-transform: scale(0, 0);
|
|
|
|
|
-o-transform: scale(0, 0);
|
|
|
|
|
transform: scale(0, 0);
|
|
|
|
|
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
|
|
|
|
|
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
|
|
|
|
|
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
|
|
|
|
|
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
|
|
|
|
|
}
|
|
|
|
|
.radio input[type="radio"] {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
.radio input[type="radio"]:focus + label::before {
|
|
|
|
|
outline: thin dotted;
|
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
|
outline-offset: -2px;
|
|
|
|
|
}
|
|
|
|
|
.radio input[type="radio"]:checked + label::after {
|
|
|
|
|
-webkit-transform: scale(1, 1);
|
|
|
|
|
-ms-transform: scale(1, 1);
|
|
|
|
|
-o-transform: scale(1, 1);
|
|
|
|
|
transform: scale(1, 1);
|
|
|
|
|
}
|
|
|
|
|
.radio input[type="radio"]:disabled + label {
|
|
|
|
|
opacity: 0.65;
|
|
|
|
|
}
|
|
|
|
|
.radio input[type="radio"]:disabled + label::before {
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
|
}
|
|
|
|
|
.radio.radio-inline {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.radio-primary input[type="radio"] + label::after {
|
|
|
|
|
background-color: #337ab7;
|
|
|
|
|
}
|
|
|
|
|
.radio-primary input[type="radio"]:checked + label::before {
|
|
|
|
|
border-color: #337ab7;
|
|
|
|
|
}
|
|
|
|
|
.radio-primary input[type="radio"]:checked + label::after {
|
|
|
|
|
background-color: #337ab7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.radio-danger input[type="radio"] + label::after {
|
|
|
|
|
background-color: #d9534f;
|
|
|
|
|
}
|
|
|
|
|
.radio-danger input[type="radio"]:checked + label::before {
|
|
|
|
|
border-color: #d9534f;
|
|
|
|
|
}
|
|
|
|
|
.radio-danger input[type="radio"]:checked + label::after {
|
|
|
|
|
background-color: #d9534f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.radio-info input[type="radio"] + label::after {
|
|
|
|
|
background-color: #5bc0de;
|
|
|
|
|
}
|
|
|
|
|
.radio-info input[type="radio"]:checked + label::before {
|
|
|
|
|
border-color: #5bc0de;
|
|
|
|
|
}
|
|
|
|
|
.radio-info input[type="radio"]:checked + label::after {
|
|
|
|
|
background-color: #5bc0de;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.radio-warning input[type="radio"] + label::after {
|
|
|
|
|
background-color: #f0ad4e;
|
|
|
|
|
}
|
|
|
|
|
.radio-warning input[type="radio"]:checked + label::before {
|
|
|
|
|
border-color: #f0ad4e;
|
|
|
|
|
}
|
|
|
|
|
.radio-warning input[type="radio"]:checked + label::after {
|
|
|
|
|
background-color: #f0ad4e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.radio-success input[type="radio"] + label::after {
|
|
|
|
|
background-color: #5cb85c;
|
|
|
|
|
}
|
|
|
|
|
.radio-success input[type="radio"]:checked + label::before {
|
|
|
|
|
border-color: #5cb85c;
|
|
|
|
|
}
|
|
|
|
|
.radio-success input[type="radio"]:checked + label::after {
|
|
|
|
|
background-color: #5cb85c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="checkbox"].styled:checked + label:after,
|
|
|
|
|
input[type="radio"].styled:checked + label:after {
|
|
|
|
|
font-family: 'FontAwesome';
|
|
|
|
|
content: "\f00c";
|
|
|
|
|
}
|
|
|
|
|
input[type="checkbox"] .styled:checked + label::before,
|
|
|
|
|
input[type="radio"] .styled:checked + label::before {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
input[type="checkbox"] .styled:checked + label::after,
|
|
|
|
|
input[type="radio"] .styled:checked + label::after {
|
|
|
|
|
color: #fff;
|
2018-12-20 14:21:35 +01:00
|
|
|
|
}
|
2019-09-17 21:33:46 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
* animate.css -https://daneden.github.io/animate.css/
|
|
|
|
|
* Version - 3.7.2
|
|
|
|
|
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2019 Daniel Eden
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounce {
|
|
|
|
|
from,
|
|
|
|
|
20%,
|
|
|
|
|
53%,
|
|
|
|
|
80%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
43% {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
-webkit-transform: translate3d(0, -30px, 0);
|
|
|
|
|
transform: translate3d(0, -30px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
-webkit-transform: translate3d(0, -15px, 0);
|
|
|
|
|
transform: translate3d(0, -15px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, -4px, 0);
|
|
|
|
|
transform: translate3d(0, -4px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounce {
|
|
|
|
|
from,
|
|
|
|
|
20%,
|
|
|
|
|
53%,
|
|
|
|
|
80%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
43% {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
-webkit-transform: translate3d(0, -30px, 0);
|
|
|
|
|
transform: translate3d(0, -30px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
-webkit-transform: translate3d(0, -15px, 0);
|
|
|
|
|
transform: translate3d(0, -15px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, -4px, 0);
|
|
|
|
|
transform: translate3d(0, -4px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounce {
|
|
|
|
|
-webkit-animation-name: bounce;
|
|
|
|
|
animation-name: bounce;
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flash {
|
|
|
|
|
from,
|
|
|
|
|
50%,
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
25%,
|
|
|
|
|
75% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flash {
|
|
|
|
|
from,
|
|
|
|
|
50%,
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
25%,
|
|
|
|
|
75% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flash {
|
|
|
|
|
-webkit-animation-name: flash;
|
|
|
|
|
animation-name: flash;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes pulse {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
|
transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes pulse {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
|
transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pulse {
|
|
|
|
|
-webkit-animation-name: pulse;
|
|
|
|
|
animation-name: pulse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rubberBand {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: scale3d(1.25, 0.75, 1);
|
|
|
|
|
transform: scale3d(1.25, 0.75, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: scale3d(0.75, 1.25, 1);
|
|
|
|
|
transform: scale3d(0.75, 1.25, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: scale3d(1.15, 0.85, 1);
|
|
|
|
|
transform: scale3d(1.15, 0.85, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
65% {
|
|
|
|
|
-webkit-transform: scale3d(0.95, 1.05, 1);
|
|
|
|
|
transform: scale3d(0.95, 1.05, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: scale3d(1.05, 0.95, 1);
|
|
|
|
|
transform: scale3d(1.05, 0.95, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rubberBand {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: scale3d(1.25, 0.75, 1);
|
|
|
|
|
transform: scale3d(1.25, 0.75, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: scale3d(0.75, 1.25, 1);
|
|
|
|
|
transform: scale3d(0.75, 1.25, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: scale3d(1.15, 0.85, 1);
|
|
|
|
|
transform: scale3d(1.15, 0.85, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
65% {
|
|
|
|
|
-webkit-transform: scale3d(0.95, 1.05, 1);
|
|
|
|
|
transform: scale3d(0.95, 1.05, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: scale3d(1.05, 0.95, 1);
|
|
|
|
|
transform: scale3d(1.05, 0.95, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rubberBand {
|
|
|
|
|
-webkit-animation-name: rubberBand;
|
|
|
|
|
animation-name: rubberBand;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes shake {
|
|
|
|
|
from,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
10%,
|
|
|
|
|
30%,
|
|
|
|
|
50%,
|
|
|
|
|
70%,
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20%,
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes shake {
|
|
|
|
|
from,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
10%,
|
|
|
|
|
30%,
|
|
|
|
|
50%,
|
|
|
|
|
70%,
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20%,
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shake {
|
|
|
|
|
-webkit-animation-name: shake;
|
|
|
|
|
animation-name: shake;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes headShake {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
6.5% {
|
|
|
|
|
-webkit-transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
|
transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
18.5% {
|
|
|
|
|
-webkit-transform: translateX(5px) rotateY(7deg);
|
|
|
|
|
transform: translateX(5px) rotateY(7deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
31.5% {
|
|
|
|
|
-webkit-transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
|
transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
43.5% {
|
|
|
|
|
-webkit-transform: translateX(2px) rotateY(3deg);
|
|
|
|
|
transform: translateX(2px) rotateY(3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes headShake {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
6.5% {
|
|
|
|
|
-webkit-transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
|
transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
18.5% {
|
|
|
|
|
-webkit-transform: translateX(5px) rotateY(7deg);
|
|
|
|
|
transform: translateX(5px) rotateY(7deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
31.5% {
|
|
|
|
|
-webkit-transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
|
transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
43.5% {
|
|
|
|
|
-webkit-transform: translateX(2px) rotateY(3deg);
|
|
|
|
|
transform: translateX(2px) rotateY(3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headShake {
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
-webkit-animation-name: headShake;
|
|
|
|
|
animation-name: headShake;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes swing {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes swing {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.swing {
|
|
|
|
|
-webkit-transform-origin: top center;
|
|
|
|
|
transform-origin: top center;
|
|
|
|
|
-webkit-animation-name: swing;
|
|
|
|
|
animation-name: swing;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes tada {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
10%,
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30%,
|
|
|
|
|
50%,
|
|
|
|
|
70%,
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes tada {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
10%,
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30%,
|
|
|
|
|
50%,
|
|
|
|
|
70%,
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tada {
|
|
|
|
|
-webkit-animation-name: tada;
|
|
|
|
|
animation-name: tada;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes wobble {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
15% {
|
|
|
|
|
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
45% {
|
|
|
|
|
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
|
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
|
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes wobble {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
15% {
|
|
|
|
|
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
45% {
|
|
|
|
|
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
|
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
|
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wobble {
|
|
|
|
|
-webkit-animation-name: wobble;
|
|
|
|
|
animation-name: wobble;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes jello {
|
|
|
|
|
from,
|
|
|
|
|
11.1%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
22.2% {
|
|
|
|
|
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
|
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
33.3% {
|
|
|
|
|
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
|
transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
44.4% {
|
|
|
|
|
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
|
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
55.5% {
|
|
|
|
|
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
|
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
66.6% {
|
|
|
|
|
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
|
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
77.7% {
|
|
|
|
|
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
|
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
88.8% {
|
|
|
|
|
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
|
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes jello {
|
|
|
|
|
from,
|
|
|
|
|
11.1%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
22.2% {
|
|
|
|
|
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
|
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
33.3% {
|
|
|
|
|
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
|
transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
44.4% {
|
|
|
|
|
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
|
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
55.5% {
|
|
|
|
|
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
|
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
66.6% {
|
|
|
|
|
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
|
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
77.7% {
|
|
|
|
|
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
|
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
88.8% {
|
|
|
|
|
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
|
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jello {
|
|
|
|
|
-webkit-animation-name: jello;
|
|
|
|
|
animation-name: jello;
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes heartBeat {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
14% {
|
|
|
|
|
-webkit-transform: scale(1.3);
|
|
|
|
|
transform: scale(1.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
28% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
42% {
|
|
|
|
|
-webkit-transform: scale(1.3);
|
|
|
|
|
transform: scale(1.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes heartBeat {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
14% {
|
|
|
|
|
-webkit-transform: scale(1.3);
|
|
|
|
|
transform: scale(1.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
28% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
42% {
|
|
|
|
|
-webkit-transform: scale(1.3);
|
|
|
|
|
transform: scale(1.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.heartBeat {
|
|
|
|
|
-webkit-animation-name: heartBeat;
|
|
|
|
|
animation-name: heartBeat;
|
|
|
|
|
-webkit-animation-duration: 1.3s;
|
|
|
|
|
animation-duration: 1.3s;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceIn {
|
|
|
|
|
from,
|
|
|
|
|
20%,
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
|
transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
|
transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceIn {
|
|
|
|
|
from,
|
|
|
|
|
20%,
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
|
transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
|
transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceIn {
|
|
|
|
|
-webkit-animation-duration: 0.75s;
|
|
|
|
|
animation-duration: 0.75s;
|
|
|
|
|
-webkit-animation-name: bounceIn;
|
|
|
|
|
animation-name: bounceIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceInDown {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -3000px, 0);
|
|
|
|
|
transform: translate3d(0, -3000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 25px, 0);
|
|
|
|
|
transform: translate3d(0, 25px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, 5px, 0);
|
|
|
|
|
transform: translate3d(0, 5px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceInDown {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -3000px, 0);
|
|
|
|
|
transform: translate3d(0, -3000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 25px, 0);
|
|
|
|
|
transform: translate3d(0, 25px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, 5px, 0);
|
|
|
|
|
transform: translate3d(0, 5px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceInDown {
|
|
|
|
|
-webkit-animation-name: bounceInDown;
|
|
|
|
|
animation-name: bounceInDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceInLeft {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-3000px, 0, 0);
|
|
|
|
|
transform: translate3d(-3000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(25px, 0, 0);
|
|
|
|
|
transform: translate3d(25px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(5px, 0, 0);
|
|
|
|
|
transform: translate3d(5px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceInLeft {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-3000px, 0, 0);
|
|
|
|
|
transform: translate3d(-3000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(25px, 0, 0);
|
|
|
|
|
transform: translate3d(25px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(5px, 0, 0);
|
|
|
|
|
transform: translate3d(5px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceInLeft {
|
|
|
|
|
-webkit-animation-name: bounceInLeft;
|
|
|
|
|
animation-name: bounceInLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceInRight {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(3000px, 0, 0);
|
|
|
|
|
transform: translate3d(3000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(-25px, 0, 0);
|
|
|
|
|
transform: translate3d(-25px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(-5px, 0, 0);
|
|
|
|
|
transform: translate3d(-5px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceInRight {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(3000px, 0, 0);
|
|
|
|
|
transform: translate3d(3000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(-25px, 0, 0);
|
|
|
|
|
transform: translate3d(-25px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(-5px, 0, 0);
|
|
|
|
|
transform: translate3d(-5px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceInRight {
|
|
|
|
|
-webkit-animation-name: bounceInRight;
|
|
|
|
|
animation-name: bounceInRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceInUp {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 3000px, 0);
|
|
|
|
|
transform: translate3d(0, 3000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, -5px, 0);
|
|
|
|
|
transform: translate3d(0, -5px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceInUp {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 3000px, 0);
|
|
|
|
|
transform: translate3d(0, 3000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, -5px, 0);
|
|
|
|
|
transform: translate3d(0, -5px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceInUp {
|
|
|
|
|
-webkit-animation-name: bounceInUp;
|
|
|
|
|
animation-name: bounceInUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOut {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50%,
|
|
|
|
|
55% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOut {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50%,
|
|
|
|
|
55% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOut {
|
|
|
|
|
-webkit-animation-duration: 0.75s;
|
|
|
|
|
animation-duration: 0.75s;
|
|
|
|
|
-webkit-animation-name: bounceOut;
|
|
|
|
|
animation-name: bounceOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOutDown {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
45% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOutDown {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
45% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOutDown {
|
|
|
|
|
-webkit-animation-name: bounceOutDown;
|
|
|
|
|
animation-name: bounceOutDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOutLeft {
|
|
|
|
|
20% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(20px, 0, 0);
|
|
|
|
|
transform: translate3d(20px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOutLeft {
|
|
|
|
|
20% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(20px, 0, 0);
|
|
|
|
|
transform: translate3d(20px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOutLeft {
|
|
|
|
|
-webkit-animation-name: bounceOutLeft;
|
|
|
|
|
animation-name: bounceOutLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOutRight {
|
|
|
|
|
20% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(-20px, 0, 0);
|
|
|
|
|
transform: translate3d(-20px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOutRight {
|
|
|
|
|
20% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(-20px, 0, 0);
|
|
|
|
|
transform: translate3d(-20px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOutRight {
|
|
|
|
|
-webkit-animation-name: bounceOutRight;
|
|
|
|
|
animation-name: bounceOutRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOutUp {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
45% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 20px, 0);
|
|
|
|
|
transform: translate3d(0, 20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOutUp {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
45% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 20px, 0);
|
|
|
|
|
transform: translate3d(0, 20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOutUp {
|
|
|
|
|
-webkit-animation-name: bounceOutUp;
|
|
|
|
|
animation-name: bounceOutUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeIn {
|
|
|
|
|
-webkit-animation-name: fadeIn;
|
|
|
|
|
animation-name: fadeIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInDown {
|
|
|
|
|
-webkit-animation-name: fadeInDown;
|
|
|
|
|
animation-name: fadeInDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInDownBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInDownBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInDownBig {
|
|
|
|
|
-webkit-animation-name: fadeInDownBig;
|
|
|
|
|
animation-name: fadeInDownBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInLeft {
|
|
|
|
|
-webkit-animation-name: fadeInLeft;
|
|
|
|
|
animation-name: fadeInLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInLeftBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInLeftBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInLeftBig {
|
|
|
|
|
-webkit-animation-name: fadeInLeftBig;
|
|
|
|
|
animation-name: fadeInLeftBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInRight {
|
|
|
|
|
-webkit-animation-name: fadeInRight;
|
|
|
|
|
animation-name: fadeInRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInRightBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInRightBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInRightBig {
|
|
|
|
|
-webkit-animation-name: fadeInRightBig;
|
|
|
|
|
animation-name: fadeInRightBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInUp {
|
|
|
|
|
-webkit-animation-name: fadeInUp;
|
|
|
|
|
animation-name: fadeInUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInUpBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInUpBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInUpBig {
|
|
|
|
|
-webkit-animation-name: fadeInUpBig;
|
|
|
|
|
animation-name: fadeInUpBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOut {
|
|
|
|
|
-webkit-animation-name: fadeOut;
|
|
|
|
|
animation-name: fadeOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutDown {
|
|
|
|
|
-webkit-animation-name: fadeOutDown;
|
|
|
|
|
animation-name: fadeOutDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutDownBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutDownBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutDownBig {
|
|
|
|
|
-webkit-animation-name: fadeOutDownBig;
|
|
|
|
|
animation-name: fadeOutDownBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutLeft {
|
|
|
|
|
-webkit-animation-name: fadeOutLeft;
|
|
|
|
|
animation-name: fadeOutLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutLeftBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutLeftBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutLeftBig {
|
|
|
|
|
-webkit-animation-name: fadeOutLeftBig;
|
|
|
|
|
animation-name: fadeOutLeftBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutRight {
|
|
|
|
|
-webkit-animation-name: fadeOutRight;
|
|
|
|
|
animation-name: fadeOutRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutRightBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutRightBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutRightBig {
|
|
|
|
|
-webkit-animation-name: fadeOutRightBig;
|
|
|
|
|
animation-name: fadeOutRightBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutUp {
|
|
|
|
|
-webkit-animation-name: fadeOutUp;
|
|
|
|
|
animation-name: fadeOutUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutUpBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutUpBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutUpBig {
|
|
|
|
|
-webkit-animation-name: fadeOutUpBig;
|
|
|
|
|
animation-name: fadeOutUpBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flip {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, -360deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -190deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -190deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -170deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -170deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flip {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, -360deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -190deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -190deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -170deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -170deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.flip {
|
|
|
|
|
-webkit-backface-visibility: visible;
|
|
|
|
|
backface-visibility: visible;
|
|
|
|
|
-webkit-animation-name: flip;
|
|
|
|
|
animation-name: flip;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flipInX {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flipInX {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flipInX {
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-name: flipInX;
|
|
|
|
|
animation-name: flipInX;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flipInY {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flipInY {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flipInY {
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-name: flipInY;
|
|
|
|
|
animation-name: flipInY;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flipOutX {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flipOutX {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flipOutX {
|
|
|
|
|
-webkit-animation-duration: 0.75s;
|
|
|
|
|
animation-duration: 0.75s;
|
|
|
|
|
-webkit-animation-name: flipOutX;
|
|
|
|
|
animation-name: flipOutX;
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flipOutY {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flipOutY {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flipOutY {
|
|
|
|
|
-webkit-animation-duration: 0.75s;
|
|
|
|
|
animation-duration: 0.75s;
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-name: flipOutY;
|
|
|
|
|
animation-name: flipOutY;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes lightSpeedIn {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: skewX(20deg);
|
|
|
|
|
transform: skewX(20deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: skewX(-5deg);
|
|
|
|
|
transform: skewX(-5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes lightSpeedIn {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: skewX(20deg);
|
|
|
|
|
transform: skewX(20deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: skewX(-5deg);
|
|
|
|
|
transform: skewX(-5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}@charset "UTF-8";
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
* animate.css -https://daneden.github.io/animate.css/
|
|
|
|
|
* Version - 3.7.2
|
|
|
|
|
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2019 Daniel Eden
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounce {
|
|
|
|
|
from,
|
|
|
|
|
20%,
|
|
|
|
|
53%,
|
|
|
|
|
80%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
43% {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
-webkit-transform: translate3d(0, -30px, 0);
|
|
|
|
|
transform: translate3d(0, -30px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
-webkit-transform: translate3d(0, -15px, 0);
|
|
|
|
|
transform: translate3d(0, -15px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, -4px, 0);
|
|
|
|
|
transform: translate3d(0, -4px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounce {
|
|
|
|
|
from,
|
|
|
|
|
20%,
|
|
|
|
|
53%,
|
|
|
|
|
80%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
43% {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
-webkit-transform: translate3d(0, -30px, 0);
|
|
|
|
|
transform: translate3d(0, -30px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
|
-webkit-transform: translate3d(0, -15px, 0);
|
|
|
|
|
transform: translate3d(0, -15px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, -4px, 0);
|
|
|
|
|
transform: translate3d(0, -4px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounce {
|
|
|
|
|
-webkit-animation-name: bounce;
|
|
|
|
|
animation-name: bounce;
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flash {
|
|
|
|
|
from,
|
|
|
|
|
50%,
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
25%,
|
|
|
|
|
75% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flash {
|
|
|
|
|
from,
|
|
|
|
|
50%,
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
25%,
|
|
|
|
|
75% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flash {
|
|
|
|
|
-webkit-animation-name: flash;
|
|
|
|
|
animation-name: flash;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes pulse {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
|
transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes pulse {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
|
transform: scale3d(1.05, 1.05, 1.05);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pulse {
|
|
|
|
|
-webkit-animation-name: pulse;
|
|
|
|
|
animation-name: pulse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rubberBand {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: scale3d(1.25, 0.75, 1);
|
|
|
|
|
transform: scale3d(1.25, 0.75, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: scale3d(0.75, 1.25, 1);
|
|
|
|
|
transform: scale3d(0.75, 1.25, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: scale3d(1.15, 0.85, 1);
|
|
|
|
|
transform: scale3d(1.15, 0.85, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
65% {
|
|
|
|
|
-webkit-transform: scale3d(0.95, 1.05, 1);
|
|
|
|
|
transform: scale3d(0.95, 1.05, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: scale3d(1.05, 0.95, 1);
|
|
|
|
|
transform: scale3d(1.05, 0.95, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rubberBand {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: scale3d(1.25, 0.75, 1);
|
|
|
|
|
transform: scale3d(1.25, 0.75, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: scale3d(0.75, 1.25, 1);
|
|
|
|
|
transform: scale3d(0.75, 1.25, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: scale3d(1.15, 0.85, 1);
|
|
|
|
|
transform: scale3d(1.15, 0.85, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
65% {
|
|
|
|
|
-webkit-transform: scale3d(0.95, 1.05, 1);
|
|
|
|
|
transform: scale3d(0.95, 1.05, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: scale3d(1.05, 0.95, 1);
|
|
|
|
|
transform: scale3d(1.05, 0.95, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rubberBand {
|
|
|
|
|
-webkit-animation-name: rubberBand;
|
|
|
|
|
animation-name: rubberBand;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes shake {
|
|
|
|
|
from,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
10%,
|
|
|
|
|
30%,
|
|
|
|
|
50%,
|
|
|
|
|
70%,
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20%,
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes shake {
|
|
|
|
|
from,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
10%,
|
|
|
|
|
30%,
|
|
|
|
|
50%,
|
|
|
|
|
70%,
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20%,
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shake {
|
|
|
|
|
-webkit-animation-name: shake;
|
|
|
|
|
animation-name: shake;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes headShake {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
6.5% {
|
|
|
|
|
-webkit-transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
|
transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
18.5% {
|
|
|
|
|
-webkit-transform: translateX(5px) rotateY(7deg);
|
|
|
|
|
transform: translateX(5px) rotateY(7deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
31.5% {
|
|
|
|
|
-webkit-transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
|
transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
43.5% {
|
|
|
|
|
-webkit-transform: translateX(2px) rotateY(3deg);
|
|
|
|
|
transform: translateX(2px) rotateY(3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes headShake {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
6.5% {
|
|
|
|
|
-webkit-transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
|
transform: translateX(-6px) rotateY(-9deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
18.5% {
|
|
|
|
|
-webkit-transform: translateX(5px) rotateY(7deg);
|
|
|
|
|
transform: translateX(5px) rotateY(7deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
31.5% {
|
|
|
|
|
-webkit-transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
|
transform: translateX(-3px) rotateY(-5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
43.5% {
|
|
|
|
|
-webkit-transform: translateX(2px) rotateY(3deg);
|
|
|
|
|
transform: translateX(2px) rotateY(3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headShake {
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
-webkit-animation-name: headShake;
|
|
|
|
|
animation-name: headShake;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes swing {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes swing {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 15deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -10deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 0deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.swing {
|
|
|
|
|
-webkit-transform-origin: top center;
|
|
|
|
|
transform-origin: top center;
|
|
|
|
|
-webkit-animation-name: swing;
|
|
|
|
|
animation-name: swing;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes tada {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
10%,
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30%,
|
|
|
|
|
50%,
|
|
|
|
|
70%,
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes tada {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
10%,
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30%,
|
|
|
|
|
50%,
|
|
|
|
|
70%,
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tada {
|
|
|
|
|
-webkit-animation-name: tada;
|
|
|
|
|
animation-name: tada;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes wobble {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
15% {
|
|
|
|
|
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
45% {
|
|
|
|
|
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
|
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
|
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes wobble {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
15% {
|
|
|
|
|
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
45% {
|
|
|
|
|
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
|
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
|
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wobble {
|
|
|
|
|
-webkit-animation-name: wobble;
|
|
|
|
|
animation-name: wobble;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes jello {
|
|
|
|
|
from,
|
|
|
|
|
11.1%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
22.2% {
|
|
|
|
|
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
|
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
33.3% {
|
|
|
|
|
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
|
transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
44.4% {
|
|
|
|
|
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
|
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
55.5% {
|
|
|
|
|
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
|
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
66.6% {
|
|
|
|
|
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
|
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
77.7% {
|
|
|
|
|
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
|
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
88.8% {
|
|
|
|
|
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
|
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes jello {
|
|
|
|
|
from,
|
|
|
|
|
11.1%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
22.2% {
|
|
|
|
|
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
|
transform: skewX(-12.5deg) skewY(-12.5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
33.3% {
|
|
|
|
|
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
|
transform: skewX(6.25deg) skewY(6.25deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
44.4% {
|
|
|
|
|
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
|
transform: skewX(-3.125deg) skewY(-3.125deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
55.5% {
|
|
|
|
|
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
|
transform: skewX(1.5625deg) skewY(1.5625deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
66.6% {
|
|
|
|
|
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
|
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
77.7% {
|
|
|
|
|
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
|
transform: skewX(0.390625deg) skewY(0.390625deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
88.8% {
|
|
|
|
|
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
|
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jello {
|
|
|
|
|
-webkit-animation-name: jello;
|
|
|
|
|
animation-name: jello;
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes heartBeat {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
14% {
|
|
|
|
|
-webkit-transform: scale(1.3);
|
|
|
|
|
transform: scale(1.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
28% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
42% {
|
|
|
|
|
-webkit-transform: scale(1.3);
|
|
|
|
|
transform: scale(1.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes heartBeat {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
14% {
|
|
|
|
|
-webkit-transform: scale(1.3);
|
|
|
|
|
transform: scale(1.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
28% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
42% {
|
|
|
|
|
-webkit-transform: scale(1.3);
|
|
|
|
|
transform: scale(1.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.heartBeat {
|
|
|
|
|
-webkit-animation-name: heartBeat;
|
|
|
|
|
animation-name: heartBeat;
|
|
|
|
|
-webkit-animation-duration: 1.3s;
|
|
|
|
|
animation-duration: 1.3s;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceIn {
|
|
|
|
|
from,
|
|
|
|
|
20%,
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
|
transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
|
transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceIn {
|
|
|
|
|
from,
|
|
|
|
|
20%,
|
|
|
|
|
40%,
|
|
|
|
|
60%,
|
|
|
|
|
80%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
|
transform: scale3d(1.03, 1.03, 1.03);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
|
transform: scale3d(0.97, 0.97, 0.97);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1, 1, 1);
|
|
|
|
|
transform: scale3d(1, 1, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceIn {
|
|
|
|
|
-webkit-animation-duration: 0.75s;
|
|
|
|
|
animation-duration: 0.75s;
|
|
|
|
|
-webkit-animation-name: bounceIn;
|
|
|
|
|
animation-name: bounceIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceInDown {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -3000px, 0);
|
|
|
|
|
transform: translate3d(0, -3000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 25px, 0);
|
|
|
|
|
transform: translate3d(0, 25px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, 5px, 0);
|
|
|
|
|
transform: translate3d(0, 5px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceInDown {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -3000px, 0);
|
|
|
|
|
transform: translate3d(0, -3000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 25px, 0);
|
|
|
|
|
transform: translate3d(0, 25px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, 5px, 0);
|
|
|
|
|
transform: translate3d(0, 5px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceInDown {
|
|
|
|
|
-webkit-animation-name: bounceInDown;
|
|
|
|
|
animation-name: bounceInDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceInLeft {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-3000px, 0, 0);
|
|
|
|
|
transform: translate3d(-3000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(25px, 0, 0);
|
|
|
|
|
transform: translate3d(25px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(5px, 0, 0);
|
|
|
|
|
transform: translate3d(5px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceInLeft {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-3000px, 0, 0);
|
|
|
|
|
transform: translate3d(-3000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(25px, 0, 0);
|
|
|
|
|
transform: translate3d(25px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(-10px, 0, 0);
|
|
|
|
|
transform: translate3d(-10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(5px, 0, 0);
|
|
|
|
|
transform: translate3d(5px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceInLeft {
|
|
|
|
|
-webkit-animation-name: bounceInLeft;
|
|
|
|
|
animation-name: bounceInLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceInRight {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(3000px, 0, 0);
|
|
|
|
|
transform: translate3d(3000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(-25px, 0, 0);
|
|
|
|
|
transform: translate3d(-25px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(-5px, 0, 0);
|
|
|
|
|
transform: translate3d(-5px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceInRight {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(3000px, 0, 0);
|
|
|
|
|
transform: translate3d(3000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(-25px, 0, 0);
|
|
|
|
|
transform: translate3d(-25px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
|
|
|
transform: translate3d(10px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(-5px, 0, 0);
|
|
|
|
|
transform: translate3d(-5px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceInRight {
|
|
|
|
|
-webkit-animation-name: bounceInRight;
|
|
|
|
|
animation-name: bounceInRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceInUp {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 3000px, 0);
|
|
|
|
|
transform: translate3d(0, 3000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, -5px, 0);
|
|
|
|
|
transform: translate3d(0, -5px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceInUp {
|
|
|
|
|
from,
|
|
|
|
|
60%,
|
|
|
|
|
75%,
|
|
|
|
|
90%,
|
|
|
|
|
to {
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 3000px, 0);
|
|
|
|
|
transform: translate3d(0, 3000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
75% {
|
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
90% {
|
|
|
|
|
-webkit-transform: translate3d(0, -5px, 0);
|
|
|
|
|
transform: translate3d(0, -5px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceInUp {
|
|
|
|
|
-webkit-animation-name: bounceInUp;
|
|
|
|
|
animation-name: bounceInUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOut {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50%,
|
|
|
|
|
55% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOut {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
transform: scale3d(0.9, 0.9, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50%,
|
|
|
|
|
55% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
transform: scale3d(1.1, 1.1, 1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOut {
|
|
|
|
|
-webkit-animation-duration: 0.75s;
|
|
|
|
|
animation-duration: 0.75s;
|
|
|
|
|
-webkit-animation-name: bounceOut;
|
|
|
|
|
animation-name: bounceOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOutDown {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
45% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOutDown {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: translate3d(0, 10px, 0);
|
|
|
|
|
transform: translate3d(0, 10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
45% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, -20px, 0);
|
|
|
|
|
transform: translate3d(0, -20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOutDown {
|
|
|
|
|
-webkit-animation-name: bounceOutDown;
|
|
|
|
|
animation-name: bounceOutDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOutLeft {
|
|
|
|
|
20% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(20px, 0, 0);
|
|
|
|
|
transform: translate3d(20px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOutLeft {
|
|
|
|
|
20% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(20px, 0, 0);
|
|
|
|
|
transform: translate3d(20px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOutLeft {
|
|
|
|
|
-webkit-animation-name: bounceOutLeft;
|
|
|
|
|
animation-name: bounceOutLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOutRight {
|
|
|
|
|
20% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(-20px, 0, 0);
|
|
|
|
|
transform: translate3d(-20px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOutRight {
|
|
|
|
|
20% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(-20px, 0, 0);
|
|
|
|
|
transform: translate3d(-20px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOutRight {
|
|
|
|
|
-webkit-animation-name: bounceOutRight;
|
|
|
|
|
animation-name: bounceOutRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes bounceOutUp {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
45% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 20px, 0);
|
|
|
|
|
transform: translate3d(0, 20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounceOutUp {
|
|
|
|
|
20% {
|
|
|
|
|
-webkit-transform: translate3d(0, -10px, 0);
|
|
|
|
|
transform: translate3d(0, -10px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
45% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 20px, 0);
|
|
|
|
|
transform: translate3d(0, 20px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bounceOutUp {
|
|
|
|
|
-webkit-animation-name: bounceOutUp;
|
|
|
|
|
animation-name: bounceOutUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeIn {
|
|
|
|
|
-webkit-animation-name: fadeIn;
|
|
|
|
|
animation-name: fadeIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInDown {
|
|
|
|
|
-webkit-animation-name: fadeInDown;
|
|
|
|
|
animation-name: fadeInDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInDownBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInDownBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInDownBig {
|
|
|
|
|
-webkit-animation-name: fadeInDownBig;
|
|
|
|
|
animation-name: fadeInDownBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInLeft {
|
|
|
|
|
-webkit-animation-name: fadeInLeft;
|
|
|
|
|
animation-name: fadeInLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInLeftBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInLeftBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInLeftBig {
|
|
|
|
|
-webkit-animation-name: fadeInLeftBig;
|
|
|
|
|
animation-name: fadeInLeftBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInRight {
|
|
|
|
|
-webkit-animation-name: fadeInRight;
|
|
|
|
|
animation-name: fadeInRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInRightBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInRightBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInRightBig {
|
|
|
|
|
-webkit-animation-name: fadeInRightBig;
|
|
|
|
|
animation-name: fadeInRightBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInUp {
|
|
|
|
|
-webkit-animation-name: fadeInUp;
|
|
|
|
|
animation-name: fadeInUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeInUpBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeInUpBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeInUpBig {
|
|
|
|
|
-webkit-animation-name: fadeInUpBig;
|
|
|
|
|
animation-name: fadeInUpBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOut {
|
|
|
|
|
-webkit-animation-name: fadeOut;
|
|
|
|
|
animation-name: fadeOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutDown {
|
|
|
|
|
-webkit-animation-name: fadeOutDown;
|
|
|
|
|
animation-name: fadeOutDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutDownBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutDownBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, 2000px, 0);
|
|
|
|
|
transform: translate3d(0, 2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutDownBig {
|
|
|
|
|
-webkit-animation-name: fadeOutDownBig;
|
|
|
|
|
animation-name: fadeOutDownBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutLeft {
|
|
|
|
|
-webkit-animation-name: fadeOutLeft;
|
|
|
|
|
animation-name: fadeOutLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutLeftBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutLeftBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: translate3d(-2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutLeftBig {
|
|
|
|
|
-webkit-animation-name: fadeOutLeftBig;
|
|
|
|
|
animation-name: fadeOutLeftBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutRight {
|
|
|
|
|
-webkit-animation-name: fadeOutRight;
|
|
|
|
|
animation-name: fadeOutRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutRightBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutRightBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(2000px, 0, 0);
|
|
|
|
|
transform: translate3d(2000px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutRightBig {
|
|
|
|
|
-webkit-animation-name: fadeOutRightBig;
|
|
|
|
|
animation-name: fadeOutRightBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutUp {
|
|
|
|
|
-webkit-animation-name: fadeOutUp;
|
|
|
|
|
animation-name: fadeOutUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOutUpBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fadeOutUpBig {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(0, -2000px, 0);
|
|
|
|
|
transform: translate3d(0, -2000px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fadeOutUpBig {
|
|
|
|
|
-webkit-animation-name: fadeOutUpBig;
|
|
|
|
|
animation-name: fadeOutUpBig;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flip {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, -360deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -190deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -190deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -170deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -170deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flip {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, -360deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -190deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -190deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -170deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
|
|
|
|
|
rotate3d(0, 1, 0, -170deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
|
|
|
|
|
rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.flip {
|
|
|
|
|
-webkit-backface-visibility: visible;
|
|
|
|
|
backface-visibility: visible;
|
|
|
|
|
-webkit-animation-name: flip;
|
|
|
|
|
animation-name: flip;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flipInX {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flipInX {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flipInX {
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-name: flipInX;
|
|
|
|
|
animation-name: flipInX;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flipInY {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flipInY {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flipInY {
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-name: flipInY;
|
|
|
|
|
animation-name: flipInY;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flipOutX {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flipOutX {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flipOutX {
|
|
|
|
|
-webkit-animation-duration: 0.75s;
|
|
|
|
|
animation-duration: 0.75s;
|
|
|
|
|
-webkit-animation-name: flipOutX;
|
|
|
|
|
animation-name: flipOutX;
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes flipOutY {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes flipOutY {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: perspective(400px);
|
|
|
|
|
transform: perspective(400px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
30% {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flipOutY {
|
|
|
|
|
-webkit-animation-duration: 0.75s;
|
|
|
|
|
animation-duration: 0.75s;
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-name: flipOutY;
|
|
|
|
|
animation-name: flipOutY;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes lightSpeedIn {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: skewX(20deg);
|
|
|
|
|
transform: skewX(20deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: skewX(-5deg);
|
|
|
|
|
transform: skewX(-5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes lightSpeedIn {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: skewX(20deg);
|
|
|
|
|
transform: skewX(20deg);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: skewX(-5deg);
|
|
|
|
|
transform: skewX(-5deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lightSpeedIn {
|
|
|
|
|
-webkit-animation-name: lightSpeedIn;
|
|
|
|
|
animation-name: lightSpeedIn;
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes lightSpeedOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes lightSpeedOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lightSpeedOut {
|
|
|
|
|
-webkit-animation-name: lightSpeedOut;
|
|
|
|
|
animation-name: lightSpeedOut;
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateIn {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateIn {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateIn {
|
|
|
|
|
-webkit-animation-name: rotateIn;
|
|
|
|
|
animation-name: rotateIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateInDownLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateInDownLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateInDownLeft {
|
|
|
|
|
-webkit-animation-name: rotateInDownLeft;
|
|
|
|
|
animation-name: rotateInDownLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateInDownRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateInDownRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateInDownRight {
|
|
|
|
|
-webkit-animation-name: rotateInDownRight;
|
|
|
|
|
animation-name: rotateInDownRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateInUpLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateInUpLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateInUpLeft {
|
|
|
|
|
-webkit-animation-name: rotateInUpLeft;
|
|
|
|
|
animation-name: rotateInUpLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateInUpRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateInUpRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateInUpRight {
|
|
|
|
|
-webkit-animation-name: rotateInUpRight;
|
|
|
|
|
animation-name: rotateInUpRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOut {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOut {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOut {
|
|
|
|
|
-webkit-animation-name: rotateOut;
|
|
|
|
|
animation-name: rotateOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOutDownLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOutDownLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOutDownLeft {
|
|
|
|
|
-webkit-animation-name: rotateOutDownLeft;
|
|
|
|
|
animation-name: rotateOutDownLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOutDownRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOutDownRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOutDownRight {
|
|
|
|
|
-webkit-animation-name: rotateOutDownRight;
|
|
|
|
|
animation-name: rotateOutDownRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOutUpLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOutUpLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOutUpLeft {
|
|
|
|
|
-webkit-animation-name: rotateOutUpLeft;
|
|
|
|
|
animation-name: rotateOutUpLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOutUpRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOutUpRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOutUpRight {
|
|
|
|
|
-webkit-animation-name: rotateOutUpRight;
|
|
|
|
|
animation-name: rotateOutUpRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes hinge {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20%,
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 700px, 0);
|
|
|
|
|
transform: translate3d(0, 700px, 0);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes hinge {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20%,
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 700px, 0);
|
|
|
|
|
transform: translate3d(0, 700px, 0);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hinge {
|
|
|
|
|
-webkit-animation-duration: 2s;
|
|
|
|
|
animation-duration: 2s;
|
|
|
|
|
-webkit-animation-name: hinge;
|
|
|
|
|
animation-name: hinge;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes jackInTheBox {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) rotate(30deg);
|
|
|
|
|
transform: scale(0.1) rotate(30deg);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: rotate(-10deg);
|
|
|
|
|
transform: rotate(-10deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-transform: rotate(3deg);
|
|
|
|
|
transform: rotate(3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes jackInTheBox {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) rotate(30deg);
|
|
|
|
|
transform: scale(0.1) rotate(30deg);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: rotate(-10deg);
|
|
|
|
|
transform: rotate(-10deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-transform: rotate(3deg);
|
|
|
|
|
transform: rotate(3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jackInTheBox {
|
|
|
|
|
-webkit-animation-name: jackInTheBox;
|
|
|
|
|
animation-name: jackInTheBox;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rollIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
|
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rollIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
|
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rollIn {
|
|
|
|
|
-webkit-animation-name: rollIn;
|
|
|
|
|
animation-name: rollIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rollOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rollOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rollOut {
|
|
|
|
|
-webkit-animation-name: rollOut;
|
|
|
|
|
animation-name: rollOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomIn {
|
|
|
|
|
-webkit-animation-name: zoomIn;
|
|
|
|
|
animation-name: zoomIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomInDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomInDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomInDown {
|
|
|
|
|
-webkit-animation-name: zoomInDown;
|
|
|
|
|
animation-name: zoomInDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomInLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomInLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomInLeft {
|
|
|
|
|
-webkit-animation-name: zoomInLeft;
|
|
|
|
|
animation-name: zoomInLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomInRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomInRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomInRight {
|
|
|
|
|
-webkit-animation-name: zoomInRight;
|
|
|
|
|
animation-name: zoomInRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomInUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomInUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomInUp {
|
|
|
|
|
-webkit-animation-name: zoomInUp;
|
|
|
|
|
animation-name: zoomInUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOut {
|
|
|
|
|
-webkit-animation-name: zoomOut;
|
|
|
|
|
animation-name: zoomOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOutDown {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOutDown {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOutDown {
|
|
|
|
|
-webkit-animation-name: zoomOutDown;
|
|
|
|
|
animation-name: zoomOutDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOutLeft {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
|
-webkit-transform-origin: left center;
|
|
|
|
|
transform-origin: left center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOutLeft {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
|
-webkit-transform-origin: left center;
|
|
|
|
|
transform-origin: left center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOutLeft {
|
|
|
|
|
-webkit-animation-name: zoomOutLeft;
|
|
|
|
|
animation-name: zoomOutLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOutRight {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
|
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
|
-webkit-transform-origin: right center;
|
|
|
|
|
transform-origin: right center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOutRight {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
|
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
|
-webkit-transform-origin: right center;
|
|
|
|
|
transform-origin: right center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOutRight {
|
|
|
|
|
-webkit-animation-name: zoomOutRight;
|
|
|
|
|
animation-name: zoomOutRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOutUp {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOutUp {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOutUp {
|
|
|
|
|
-webkit-animation-name: zoomOutUp;
|
|
|
|
|
animation-name: zoomOutUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideInDown {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideInDown {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideInDown {
|
|
|
|
|
-webkit-animation-name: slideInDown;
|
|
|
|
|
animation-name: slideInDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideInLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideInLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideInLeft {
|
|
|
|
|
-webkit-animation-name: slideInLeft;
|
|
|
|
|
animation-name: slideInLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideInRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideInRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideInRight {
|
|
|
|
|
-webkit-animation-name: slideInRight;
|
|
|
|
|
animation-name: slideInRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideInUp {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideInUp {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideInUp {
|
|
|
|
|
-webkit-animation-name: slideInUp;
|
|
|
|
|
animation-name: slideInUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideOutDown {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideOutDown {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideOutDown {
|
|
|
|
|
-webkit-animation-name: slideOutDown;
|
|
|
|
|
animation-name: slideOutDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideOutLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideOutLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideOutLeft {
|
|
|
|
|
-webkit-animation-name: slideOutLeft;
|
|
|
|
|
animation-name: slideOutLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideOutRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideOutRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideOutRight {
|
|
|
|
|
-webkit-animation-name: slideOutRight;
|
|
|
|
|
animation-name: slideOutRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideOutUp {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideOutUp {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideOutUp {
|
|
|
|
|
-webkit-animation-name: slideOutUp;
|
|
|
|
|
animation-name: slideOutUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated {
|
|
|
|
|
-webkit-animation-duration: 1s;
|
|
|
|
|
animation-duration: 1s;
|
|
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
|
|
animation-fill-mode: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.infinite {
|
|
|
|
|
-webkit-animation-iteration-count: infinite;
|
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-1s {
|
|
|
|
|
-webkit-animation-delay: 1s;
|
|
|
|
|
animation-delay: 1s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-2s {
|
|
|
|
|
-webkit-animation-delay: 2s;
|
|
|
|
|
animation-delay: 2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-3s {
|
|
|
|
|
-webkit-animation-delay: 3s;
|
|
|
|
|
animation-delay: 3s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-4s {
|
|
|
|
|
-webkit-animation-delay: 4s;
|
|
|
|
|
animation-delay: 4s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-5s {
|
|
|
|
|
-webkit-animation-delay: 5s;
|
|
|
|
|
animation-delay: 5s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.fast {
|
|
|
|
|
-webkit-animation-duration: 800ms;
|
|
|
|
|
animation-duration: 800ms;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.faster {
|
|
|
|
|
-webkit-animation-duration: 500ms;
|
|
|
|
|
animation-duration: 500ms;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.slow {
|
|
|
|
|
-webkit-animation-duration: 2s;
|
|
|
|
|
animation-duration: 2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.slower {
|
|
|
|
|
-webkit-animation-duration: 3s;
|
|
|
|
|
animation-duration: 3s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (print), (prefers-reduced-motion: reduce) {
|
|
|
|
|
.animated {
|
|
|
|
|
-webkit-animation-duration: 1ms !important;
|
|
|
|
|
animation-duration: 1ms !important;
|
|
|
|
|
-webkit-transition-duration: 1ms !important;
|
|
|
|
|
transition-duration: 1ms !important;
|
|
|
|
|
-webkit-animation-iteration-count: 1 !important;
|
|
|
|
|
animation-iteration-count: 1 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lightSpeedIn {
|
|
|
|
|
-webkit-animation-name: lightSpeedIn;
|
|
|
|
|
animation-name: lightSpeedIn;
|
|
|
|
|
-webkit-animation-timing-function: ease-out;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes lightSpeedOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes lightSpeedOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) skewX(30deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lightSpeedOut {
|
|
|
|
|
-webkit-animation-name: lightSpeedOut;
|
|
|
|
|
animation-name: lightSpeedOut;
|
|
|
|
|
-webkit-animation-timing-function: ease-in;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateIn {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateIn {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -200deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateIn {
|
|
|
|
|
-webkit-animation-name: rotateIn;
|
|
|
|
|
animation-name: rotateIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateInDownLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateInDownLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateInDownLeft {
|
|
|
|
|
-webkit-animation-name: rotateInDownLeft;
|
|
|
|
|
animation-name: rotateInDownLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateInDownRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateInDownRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateInDownRight {
|
|
|
|
|
-webkit-animation-name: rotateInDownRight;
|
|
|
|
|
animation-name: rotateInDownRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateInUpLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateInUpLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateInUpLeft {
|
|
|
|
|
-webkit-animation-name: rotateInUpLeft;
|
|
|
|
|
animation-name: rotateInUpLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateInUpRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateInUpRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateInUpRight {
|
|
|
|
|
-webkit-animation-name: rotateInUpRight;
|
|
|
|
|
animation-name: rotateInUpRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOut {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOut {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: center;
|
|
|
|
|
transform-origin: center;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 200deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOut {
|
|
|
|
|
-webkit-animation-name: rotateOut;
|
|
|
|
|
animation-name: rotateOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOutDownLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOutDownLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOutDownLeft {
|
|
|
|
|
-webkit-animation-name: rotateOutDownLeft;
|
|
|
|
|
animation-name: rotateOutDownLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOutDownRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOutDownRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOutDownRight {
|
|
|
|
|
-webkit-animation-name: rotateOutDownRight;
|
|
|
|
|
animation-name: rotateOutDownRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOutUpLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOutUpLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: left bottom;
|
|
|
|
|
transform-origin: left bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, -45deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOutUpLeft {
|
|
|
|
|
-webkit-animation-name: rotateOutUpLeft;
|
|
|
|
|
animation-name: rotateOutUpLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rotateOutUpRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rotateOutUpRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform-origin: right bottom;
|
|
|
|
|
transform-origin: right bottom;
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 90deg);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rotateOutUpRight {
|
|
|
|
|
-webkit-animation-name: rotateOutUpRight;
|
|
|
|
|
animation-name: rotateOutUpRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes hinge {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20%,
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 700px, 0);
|
|
|
|
|
transform: translate3d(0, 700px, 0);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes hinge {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
20%,
|
|
|
|
|
60% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
40%,
|
|
|
|
|
80% {
|
|
|
|
|
-webkit-transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
|
transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
|
-webkit-transform-origin: top left;
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 700px, 0);
|
|
|
|
|
transform: translate3d(0, 700px, 0);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hinge {
|
|
|
|
|
-webkit-animation-duration: 2s;
|
|
|
|
|
animation-duration: 2s;
|
|
|
|
|
-webkit-animation-name: hinge;
|
|
|
|
|
animation-name: hinge;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes jackInTheBox {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) rotate(30deg);
|
|
|
|
|
transform: scale(0.1) rotate(30deg);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: rotate(-10deg);
|
|
|
|
|
transform: rotate(-10deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-transform: rotate(3deg);
|
|
|
|
|
transform: rotate(3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes jackInTheBox {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) rotate(30deg);
|
|
|
|
|
transform: scale(0.1) rotate(30deg);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
-webkit-transform: rotate(-10deg);
|
|
|
|
|
transform: rotate(-10deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
70% {
|
|
|
|
|
-webkit-transform: rotate(3deg);
|
|
|
|
|
transform: rotate(3deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale(1);
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jackInTheBox {
|
|
|
|
|
-webkit-animation-name: jackInTheBox;
|
|
|
|
|
animation-name: jackInTheBox;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rollIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
|
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rollIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
|
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rollIn {
|
|
|
|
|
-webkit-animation-name: rollIn;
|
|
|
|
|
animation-name: rollIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes rollOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rollOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
|
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rollOut {
|
|
|
|
|
-webkit-animation-name: rollOut;
|
|
|
|
|
animation-name: rollOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomIn {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomIn {
|
|
|
|
|
-webkit-animation-name: zoomIn;
|
|
|
|
|
animation-name: zoomIn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomInDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomInDown {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomInDown {
|
|
|
|
|
-webkit-animation-name: zoomInDown;
|
|
|
|
|
animation-name: zoomInDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomInLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomInLeft {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomInLeft {
|
|
|
|
|
-webkit-animation-name: zoomInLeft;
|
|
|
|
|
animation-name: zoomInLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomInRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomInRight {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomInRight {
|
|
|
|
|
-webkit-animation-name: zoomInRight;
|
|
|
|
|
animation-name: zoomInRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomInUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomInUp {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomInUp {
|
|
|
|
|
-webkit-animation-name: zoomInUp;
|
|
|
|
|
animation-name: zoomInUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOut {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
transform: scale3d(0.3, 0.3, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOut {
|
|
|
|
|
-webkit-animation-name: zoomOut;
|
|
|
|
|
animation-name: zoomOut;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOutDown {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOutDown {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOutDown {
|
|
|
|
|
-webkit-animation-name: zoomOutDown;
|
|
|
|
|
animation-name: zoomOutDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOutLeft {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
|
-webkit-transform-origin: left center;
|
|
|
|
|
transform-origin: left center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOutLeft {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
|
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
|
-webkit-transform-origin: left center;
|
|
|
|
|
transform-origin: left center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOutLeft {
|
|
|
|
|
-webkit-animation-name: zoomOutLeft;
|
|
|
|
|
animation-name: zoomOutLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOutRight {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
|
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
|
-webkit-transform-origin: right center;
|
|
|
|
|
transform-origin: right center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOutRight {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
|
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
|
-webkit-transform-origin: right center;
|
|
|
|
|
transform-origin: right center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOutRight {
|
|
|
|
|
-webkit-animation-name: zoomOutRight;
|
|
|
|
|
animation-name: zoomOutRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes zoomOutUp {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes zoomOutUp {
|
|
|
|
|
40% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
|
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
|
-webkit-transform-origin: center bottom;
|
|
|
|
|
transform-origin: center bottom;
|
|
|
|
|
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoomOutUp {
|
|
|
|
|
-webkit-animation-name: zoomOutUp;
|
|
|
|
|
animation-name: zoomOutUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideInDown {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideInDown {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideInDown {
|
|
|
|
|
-webkit-animation-name: slideInDown;
|
|
|
|
|
animation-name: slideInDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideInLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideInLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideInLeft {
|
|
|
|
|
-webkit-animation-name: slideInLeft;
|
|
|
|
|
animation-name: slideInLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideInRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideInRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideInRight {
|
|
|
|
|
-webkit-animation-name: slideInRight;
|
|
|
|
|
animation-name: slideInRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideInUp {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideInUp {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideInUp {
|
|
|
|
|
-webkit-animation-name: slideInUp;
|
|
|
|
|
animation-name: slideInUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideOutDown {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideOutDown {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(0, 100%, 0);
|
|
|
|
|
transform: translate3d(0, 100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideOutDown {
|
|
|
|
|
-webkit-animation-name: slideOutDown;
|
|
|
|
|
animation-name: slideOutDown;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideOutLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideOutLeft {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
|
|
|
transform: translate3d(-100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideOutLeft {
|
|
|
|
|
-webkit-animation-name: slideOutLeft;
|
|
|
|
|
animation-name: slideOutLeft;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideOutRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideOutRight {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
|
|
|
transform: translate3d(100%, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideOutRight {
|
|
|
|
|
-webkit-animation-name: slideOutRight;
|
|
|
|
|
animation-name: slideOutRight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes slideOutUp {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes slideOutUp {
|
|
|
|
|
from {
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slideOutUp {
|
|
|
|
|
-webkit-animation-name: slideOutUp;
|
|
|
|
|
animation-name: slideOutUp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated {
|
|
|
|
|
-webkit-animation-duration: 1s;
|
|
|
|
|
animation-duration: 1s;
|
|
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
|
|
animation-fill-mode: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.infinite {
|
|
|
|
|
-webkit-animation-iteration-count: infinite;
|
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-1s {
|
|
|
|
|
-webkit-animation-delay: 1s;
|
|
|
|
|
animation-delay: 1s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-2s {
|
|
|
|
|
-webkit-animation-delay: 2s;
|
|
|
|
|
animation-delay: 2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-3s {
|
|
|
|
|
-webkit-animation-delay: 3s;
|
|
|
|
|
animation-delay: 3s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-4s {
|
|
|
|
|
-webkit-animation-delay: 4s;
|
|
|
|
|
animation-delay: 4s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.delay-5s {
|
|
|
|
|
-webkit-animation-delay: 5s;
|
|
|
|
|
animation-delay: 5s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.fast {
|
|
|
|
|
-webkit-animation-duration: 800ms;
|
|
|
|
|
animation-duration: 800ms;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.faster {
|
|
|
|
|
-webkit-animation-duration: 500ms;
|
|
|
|
|
animation-duration: 500ms;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.slow {
|
|
|
|
|
-webkit-animation-duration: 2s;
|
|
|
|
|
animation-duration: 2s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animated.slower {
|
|
|
|
|
-webkit-animation-duration: 3s;
|
|
|
|
|
animation-duration: 3s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (print), (prefers-reduced-motion: reduce) {
|
|
|
|
|
.animated {
|
|
|
|
|
-webkit-animation-duration: 1ms !important;
|
|
|
|
|
animation-duration: 1ms !important;
|
|
|
|
|
-webkit-transition-duration: 1ms !important;
|
|
|
|
|
transition-duration: 1ms !important;
|
|
|
|
|
-webkit-animation-iteration-count: 1 !important;
|
|
|
|
|
animation-iteration-count: 1 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|