Поправил анимацию кнопки
Some checks failed
Gitea Actions / Build and deploy (push) Has been cancelled
Some checks failed
Gitea Actions / Build and deploy (push) Has been cancelled
This commit is contained in:
parent
409faab0f9
commit
315a0ab0d7
|
@ -134,12 +134,15 @@ export default {
|
||||||
0% {
|
0% {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
50% {
|
25% {
|
||||||
background-color: #00ff00;
|
background-color: #00ff00;
|
||||||
}
|
}
|
||||||
100% {
|
75% {
|
||||||
background-color: blue;
|
background-color: blue;
|
||||||
}
|
}
|
||||||
|
100% {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue