Skip to content

Instantly share code, notes, and snippets.

View youngrichu's full-sized avatar

youngrichu youngrichu

View GitHub Profile

Flowery 🌸

SVG generative flowery plant. Click anywhere to generate a new plant with new colors. Then hit download to save forever. After that you'll probably want to print it and replace all your family portraits throughout your home.

Code is also in GitHub https://github.com/ste-vg/plant-drawer

A Pen by Steve Gardner on CodePen.

@youngrichu
youngrichu / index.html
Created March 5, 2024 14:23
Parallax header - ScrollTrigger
<div id='hero'>
<div class='layer-bg layer parallax' data-depth='0.10'></div>
<div class='layer-1 layer parallax' data-depth='0.20'></div>
<div class='layer-2 layer parallax' data-depth='0.50'></div>
<div class='layer-3 layer parallax' data-depth='0.80'></div>
<div class='layer-overlay layer parallax' data-depth='0.85'></div>
<div class='layer-4 layer parallax' data-depth='1.00'></div>
</div>
<div id='content'>