Профиль

Chris Coyier

The main thing = @codepen.io Personal site = https://chriscoyier.net Podcast = https://shoptalkshow.com Bend, Oregon

18,8 тыс. подписчиков1 тыс. подписок1 тыс. постов
Публикации

I didn't realize that if, say, you have a `box-shadow`, then a @keyframes animation applied to the same element and also applied a `box-shadow`, you can get them to stack on top of each other with `animation-composition`. master.dev/blog/using-a...

Using `animation-composition` in CSS to Avoid Redeclaring Other ValuesHere's an example. You can list multiple comma-separated box-shadows, but if you apply a *new* box-shadow, it overrides anything set before. Not true here.master.dev
Следующие публикации