Skip to content

Commit

Permalink
Update animation
Browse files Browse the repository at this point in the history
  • Loading branch information
MjavadH committed Oct 11, 2023
1 parent 006e788 commit 817dc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fantasy/Wave/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ body {

@keyframes Wave-animation {
0%, 100% {
transform: translateY(-50px) skewY(-2deg);
transform: translateY(-50px);

}
50% {
transform: translateY(50px) skew(2deg) skewY(2deg);
transform: translateY(50px);
}
}

Expand Down

0 comments on commit 817dc4c

Please sign in to comment.