CSS Tip! β¨
You can create icon sprite animations using the steps() animation-timing function π€
You could use this to create little icon button animations, etc. π
But how do you do it? Like this π
button img {
object-fit: cover;
object-position: 0 0;
}
The image is a