animation2code benchmark
For best compatibility, please view this dashboard in a Chrome browser.
← back

rendered animation

Animated Waves CSS Only

1<div class="ondebox">
2  <svg class="onde" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
3       viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
4    <defs>
5      <path id="onda" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352Z" />
6    </defs>
7    <g class="parallaxonde">
8      <use xlink:href="#onda" x="48" y="0" fill="rgba(17,170,159,0.6" />
9      <use xlink:href="#onda" x="48" y="3" fill="rgba(17,170,159,0.4)" />
10      <use xlink:href="#onda" x="48" y="5" fill="rgba(17,170,159,0.1)" />
11      <use xlink:href="#onda" x="48" y="7" fill="#f9f6ef" />
12    </g>
13  </svg>
14</div>