Поправил анимацию кнопки
Some checks failed
Gitea Actions / Build and deploy (push) Has been cancelled

This commit is contained in:
p.belezov 2024-04-18 13:54:29 +08:00
parent 409faab0f9
commit 315a0ab0d7

View File

@ -134,12 +134,15 @@ export default {
0% {
background-color: red;
}
50% {
25% {
background-color: #00ff00;
}
100% {
75% {
background-color: blue;
}
100% {
background-color: red;
}
}
</style>