Commit afd186d2 by doszhang

dos

parent 0e96c4c9
......@@ -292,12 +292,12 @@ input::-webkit-input-placeholder {
transform: translateY(0);
}
25% {
12.5% {
opacity: 1;
transform: translateY(0);
}
50% {
25% {
opacity: 1;
transform: translateY(0);
}
......@@ -311,12 +311,12 @@ input::-webkit-input-placeholder {
@keyframes star2 {
0%,
25% {
12.5% {
opacity: 0;
transform: translateY(0);
}
50% {
25% {
opacity: 1;
transform: translateY(0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment