init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
394
template/css/animate.delay.css
Normal file
394
template/css/animate.delay.css
Normal file
|
|
@ -0,0 +1,394 @@
|
|||
.animate0 {
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 0s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 0s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 0s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 0s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate1{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: .2s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: .2s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: .2s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: .2s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate2{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: .4s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: .4s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: .4s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: .4s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate3{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: .6s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: .6s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: .6s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: .6s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate4{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: .8s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: .8s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: .8s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: .8s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate5{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 1s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 1s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 1s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 1s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
.animate6{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 1.2s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 1.2s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 1.2s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 1.2s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
.animate7{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 1.4s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 1.4s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 1.4s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 1.4s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate8{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 1.8s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 1.8s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 1.8s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 1.8s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate9{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 1.8s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 1.8s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 1.8s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 1.8s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate10{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 2.0s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 2.0s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 2.0s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 2.0s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate11{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 2.2s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 2.2s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 2.2s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 2.2s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate12{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 2.4s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 2.4s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 2.4s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 2.4s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate13{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 2.8s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 2.8s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 2.8s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 2.8s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate14{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 2.8s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 2.8s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 2.8s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 2.8s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate15{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 3.0s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 3.0s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 3.0s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 3.0s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate16{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 3.2s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 3.2s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 3.2s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 3.2s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate17{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 3.4s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 3.4s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 3.4s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 3.4s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
.animate18{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 3.6s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 3.6s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 3.6s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 3.6s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
.animate19{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 3.8s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 3.8s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 3.8s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 3.8s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.animate20{
|
||||
-webkit-animation-duration: .8s;
|
||||
-webkit-animation-delay: 4.0s;
|
||||
-webkit-animation-timing-function: ease;
|
||||
-webkit-animation-fill-mode: both;
|
||||
-moz-animation-duration: .8s;
|
||||
-moz-animation-delay: 4.0s;
|
||||
-moz-animation-timing-function: ease;
|
||||
-moz-animation-fill-mode: both;
|
||||
-ms-animation-duration: .8s;
|
||||
-ms-animation-delay: 4.0s;
|
||||
-ms-animation-timing-function: ease;
|
||||
-ms-animation-fill-mode: both;
|
||||
animation-duration: .8s;
|
||||
animation-delay: 4.0s;
|
||||
animation-timing-function: ease;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue