We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f5025 commit 95d7db1Copy full SHA for 95d7db1
index.html
@@ -35,9 +35,9 @@ <h2>Triangle fragmentation</h2>
35
<hr>
36
<h2>Hexagon fragmentation</h2>
37
<section class="hexagon">
38
- <img src="https://picsum.photos/id/1069/300/300" style="--f-r:50;--f-seed:96">
39
- <img src="https://picsum.photos/id/1032/300/300" style="--f-r:100;--f-seed:999">
40
- <img src="https://picsum.photos/id/1072/300/300" style="--f-r:120;--f-seed:68">
+ <img src="https://picsum.photos/id/1069/300/300" style="--f-r:10;--f-seed:96">
+ <img src="https://picsum.photos/id/1032/300/300" style="--f-r:30;--f-seed:999">
+ <img src="https://picsum.photos/id/1072/300/300" style="--f-r:50;--f-seed:68">
41
</section>
42
<script>
43
if(CSS.paintWorklet) {
0 commit comments