PD
Size: a a a
PD
PE
PE
PE
OJ
&:active {
background-color: green;
transition: background-color 0.3s ease;
// мне бы здесь отключить анимацию
}
animation: pulse-button infinite ease-in-out 2s;
@keyframes pulse-button {
0% {
opacity: 1;
}
50% {
opacity: .7;
}
100% {
opacity: 1;
}
}
М
SI
SI
PO
PE
PE
PE
PE
SI
PE
PE
SI
AP
PO