Updating demo incase someone needs it

This commit is contained in:
Dan 2026-01-17 14:32:43 +00:00
parent d74abf7a9a
commit b3743e309d

View file

@ -136,6 +136,21 @@
<p class="subtitle">
See the lava lamp in action at various sizes and color schemes!
</p>
<p
style="
margin-bottom: 2rem;
text-align: center;
opacity: 0.8;
font-size: 2rem;
"
>
🌟 Create your own custom lava lamp at
<a
href="/resources/adoptables/"
style="color: #ffd700; text-decoration: none"
>ritual.sh/resources/adoptables</a
>
</p>
<div class="demo-grid">
<!-- Classic Orange -->
@ -355,9 +370,24 @@
<code>data-speed</code>: Animation speed multiplier (0.5-1.5x)
</li>
<li><code>data-blob-size</code>: Blob size multiplier (0.5-2.0x)</li>
<li>
<code>data-pixelate</code>: Enable the pixelated effect (true, or
omit)
</li>
<li>
<code>data-pixel-size</code>: Pixel size for pixelation effect
(2-10, default 4)
</li>
</ul>
<p style="margin-top: 2rem; text-align: center; opacity: 0.8">
<p
style="
margin-top: 2rem;
text-align: center;
opacity: 0.8;
font-size: 2rem;
"
>
🌟 Create your own custom lava lamp at
<a
href="/resources/adoptables/"