Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTusarRX authored Jun 27, 2024
1 parent 2554bf3 commit eba7e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

@keyframes scrollText {
0% {
transform: translateX(400%); /* Start outside from the right */
transform: translateX(200%); /* Start outside from the right */
}
50% {
transform: translateX(0); /* End at the left side */
Expand All @@ -96,7 +96,7 @@
transform: translateX(0%); /* Jump back to start outside from the left */
}
100% {
transform: translateX(400%); /* End at the right side */
transform: translateX(-200%); /* End at the right side */
}
}
.spinner {
Expand Down

0 comments on commit eba7e95

Please sign in to comment.