Поправил анимацию кнопки
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% {
|
||||
background-color: red;
|
||||
}
|
||||
50% {
|
||||
25% {
|
||||
background-color: #00ff00;
|
||||
}
|
||||
100% {
|
||||
75% {
|
||||
background-color: blue;
|
||||
}
|
||||
100% {
|
||||
background-color: red;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue