現時点では、すべてのバリエーションをリストする必要があります。
@-webkit-keyframes show {
from { background-color: rgba(0, 0, 0, 0); }
to { background-color: rgba(0, 0, 0, 0.8); }
}
@-moz-keyframes show {
from { background-color: rgba(0, 0, 0, 0); }
to { background-color: rgba(0, 0, 0, 0.8); }
}
[…]
あなたはその考えを理解します。これを短く書く方法はありますか?それを壊していないこのようなもの:
@-webkit-keyframes show, @-moz-keyframes show {}