Commit 73254722 by doszhang

dos

parent 9c1d1e32
......@@ -307,4 +307,21 @@ input::-webkit-input-placeholder {
.personal-page .decorateImg:first {
padding-left: 0;
}
.btn-choose-color.animate {
animation: slider 1.5s ease-in-out 4.6 alternate;
-webkit-animation: slider 1.5s ease-in-out 4.6 alternate;
}
@keyframes slider {
0% {
opacity: 0;
transform: translateX(-10rem);
}
100% {
opacity: 1;
transform: translateX(2rem);
}
}
\ No newline at end of file
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