Skip to content

Commit

Permalink
fix toppage showcase animation
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma140902 committed Dec 27, 2023
1 parent fc98055 commit 901d4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/top.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
#apps-showcase > div {
animation-name: apps-scroll;
animation-duration: 30s;
animation-duration: 10s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
Expand All @@ -52,6 +52,6 @@
transform: translateX(100%);
}
100% {
transform: translateX(-250%);
transform: translateX(-100%);
}
}

0 comments on commit 901d4e3

Please sign in to comment.