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 eba7e95 commit 6f1775b
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 @@ -93,10 +93,10 @@
transform: translateX(0); /* End at the left side */
}
50.1% {
transform: translateX(0%); /* Jump back to start outside from the left */
transform: translateX(-200%); /* Jump back to start outside from the left */
}
100% {
transform: translateX(-200%); /* End at the right side */
transform: translateX(0%); /* End at the right side */
}
}
.spinner {
Expand Down

0 comments on commit 6f1775b

Please sign in to comment.