Transition between a hero and the next section
- Input
- preset: onda simples, posição: rodapé
- Expected output
- onda de 1440×180
A single layer with moderate amplitude already covers most cases, without overdoing the visual movement.
svg wave for website
An SVG wave between two sections breaks up the monotony of stacked rectangular blocks, a common device in modern landing pages. This page opens the generator in wave mode, with the "simple wave" preset loaded.
A single layer with moderate amplitude already covers most cases, without overdoing the visual movement.
A lighter, more translucent back layer and a more opaque front layer create the illusion of two overlapping ocean waves.
Because a random blob without a seed is impossible to get back: if you liked the shape and reloaded the page, it is gone. With a seed, the same string always reconstructs the exact same blob, so you can write down the seed, paste it into a link, or commit it in code, and the visual result never changes.
Yes, the position option decides which side the filled area rests against: with "top" the curve forms the upper edge and the fill goes down, with "bottom" it is the opposite, the same layer settings work in either case.
The exported SVG uses `preserveAspectRatio="none"`, meaning it is meant to stretch horizontally to the container's real width via CSS (`width: 100%`), keeping the fixed height set in the generator, exactly like production-ready section dividers.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 180" width="1440" height="180" preserveAspectRatio="none" role="img" aria-label="Section wave divider"><path d="M 0,90 C 17.14,92.39 68.57,100.25 102.86,104.36 C 137.14,108.47 171.43,112.39 205.71,114.66 C 240,116.93 274.29,118.19 308.57,117.97 C 342.86,117.76 377.14,116.01 411.43,113.37 C 445.71,110.73 480,106.46 514.29,102.15 C 548.57,97.84 582.86,92.26 617.14,87.49 C 651.43,82.72 685.71,77.41 720,73.54 C 754.29,69.67 788.57,66.13 822.86,64.25 C 857.14,62.37 891.43,61.61 925.71,62.25 C 960,62.9 994.29,65.12 1028.57,68.11 C 1062.86,71.09 1097.14,75.68 1131.43,80.16 C 1165.71,84.64 1200,90.29 1234.29,95 C 1268.57,99.71 1302.86,104.82 1337.14,108.42 C 1371.43,112.03 1422.86,115.26 1440,116.63 L1440,180 L0,180 Z" fill="#3DDC97" fill-opacity="1"/></svg>The SVG is generated entirely in your browser, from the seed. Nothing you draw here leaves your device.