Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
sevagol committed Jun 14, 2023
1 parent 5d66d00 commit 52c0e15
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 @@ -50,10 +50,10 @@

@keyframes rotate-scale {
0% {
transform: translate(-50%, -50%) rotate(0deg);
transform: rotate(0deg) scale(1);
}
100% {
transform: translate(-50%, -50%) rotate(360deg); /* Увеличение в 1.5 раза и вращение на 360 градусов */
transform: rotate(360deg) scale(1.5); /* Увеличение в 1.5 раза и вращение на 360 градусов */
}
}

Expand Down

0 comments on commit 52c0e15

Please sign in to comment.