Commit 6fdeb9ce by doszhang

dos

parent 87e0c518
......@@ -112,8 +112,8 @@ body {
}
.page2 .water {
animation: water 1.5s linear infinite;
-webkit-animation: water 1.5s linear infinite;
animation: water 1.5s ease-out infinite;
-webkit-animation: water 1.5s ease-out infinite;
}
.page2 .boat {
......@@ -129,7 +129,7 @@ body {
}
50% {
transform: translate(-10px, 10px);
transform: translate(-3px, 2px);
}
}
......@@ -141,7 +141,7 @@ body {
}
50% {
transform: translate(20px, -20px);
transform: translate(20px, -10px);
}
}
......
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