Skip to content

Commit

Permalink
Merge pull request #1595 from Invincibear/patch-2
Browse files Browse the repository at this point in the history
Boat bob rides waves more realistically
  • Loading branch information
mattfarina authored Oct 10, 2024
2 parents 6885b5a + 61d11fd commit 465d447
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion themes/helm/assets/sass/helm-boat.scss
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
@keyframes boat-bob {
0% {
bottom: 2vw;
transform: rotate(4deg);
}
50% {
bottom: 3.5vw;
transform: rotate(-6deg);
}
100% {
bottom: 2vw;
transform: rotate(4deg);
}
}

@keyframes boat-badge-bob {
0% {
top: 0.425vw;
transform: rotate(-4deg);
}
50% {
top: 0.75vw;
transform: rotate(2deg);
}
100% {
top: 0.425vw;
transform: rotate(-4deg);
}
}

Expand Down Expand Up @@ -206,4 +212,4 @@
h1 {
font-size:24px;
}
}*/
}*/

0 comments on commit 465d447

Please sign in to comment.