Update 2018.css
This commit is contained in:
parent
f1b8ccd404
commit
91bd919e3d
|
|
@ -4,21 +4,11 @@
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
10% {
|
100% {
|
||||||
background-position-x: 40px;
|
background-position-x: 40px;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
90% {
|
|
||||||
background-position-x: 40px;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
top: 0px;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
@ -73,7 +63,7 @@ body {
|
||||||
#alert, #success {
|
#alert, #success {
|
||||||
top: 40px;
|
top: 40px;
|
||||||
animation: alertanim;
|
animation: alertanim;
|
||||||
animation-duration: 2s;
|
animation-duration: 250ms;
|
||||||
animation-iteration-count: 1;
|
animation-iteration-count: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue