Commit 36845237 by doszhang

dos

parent b1bfe901
...@@ -112,12 +112,14 @@ body { ...@@ -112,12 +112,14 @@ body {
} }
.page2 .water { .page2 .water {
animation: water 3s linear infinite; animation: water 1.5s linear infinite;
-webkit-animation: water 3s linear infinite; -webkit-animation: water 1.5s linear infinite;
} }
@keyframes water { @keyframes water {
0% {
0%,
100% {
transform: translate(0, 0); transform: translate(0, 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