(actually reworking my site now and removing subgrid-itis from it and using this technique).
🙏🖤
frontendmasters.com/blog/super-s...
(actually reworking my site now and removing subgrid-itis from it and using this technique).
🙏🖤
frontendmasters.com/blog/super-s...
https://piccalil.li/blog/a-workaround-for-using-custom-properties-in-media-queries/
https://piccalil.li/blog/a-workaround-for-using-custom-properties-in-media-queries/
```
img {
transition: 1s 1s;
@starting-style {
offset: circle(0px) 0% 0deg;
}
}
```
Demo: codepen.io/t_afif/full/... via @codepen.io
```
img {
transition: 1s 1s;
@starting-style {
offset: circle(0px) 0% 0deg;
}
}
```
Demo: codepen.io/t_afif/full/... via @codepen.io