Commit b1bfe901 by doszhang

dos

parent 682e29d2
......@@ -111,6 +111,21 @@ body {
-webkit-animation: point 2s linear infinite;
}
.page2 .water {
animation: water 3s linear infinite;
-webkit-animation: water 3s linear infinite;
}
@keyframes water {
0% {
transform: translate(0, 0);
}
50% {
transform: translate(10px, -10px);
}
}
@keyframes cloud {
0% {
transform: translateY(100%);
......
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