vendredi 28 septembre 2018
Mutation
<svg width="400" height="400">
<defs>
<filter id="filter">
<feTurbulence type="fractalNoise" baseFrequency="0.02 0.02" numOctaves="10" result="warp">
<animate attributeName="baseFrequency" begin="0s" dur="60s" repeatCount="indefinite" values="0 0;0.02 0.02;0 0"/>
</feTurbulence>
<feDisplacementMap xChannelSelector="R" yChannelSelector="G" scale="60" in="SourceGraphic" in2="warp" />
</filter>
</defs>
<image width="300" height="300" x="50" y="50" xlink:href="https://i.ebayimg.com/images/g/2okAAOSw1JhZZRL6/s-l300.jpg" filter="url(#filter)"/>
</svg>
-
Animation attribute (width, opacity, etc.) <animate attributeName="?" begin="0s" dur="6s" repeatCount...
-
Generate