Is there a way to animate this SVG with a gradient using CSS?

后端 未结 1 1102
陌清茗
陌清茗 2021-01-28 19:59

So I found this image on Google and wanted to try and recreate this graphic and animate it. The part I am talking about is the Purple to Pink gradient waves at the top left of t

1条回答
  •  隐瞒了意图╮
    2021-01-28 20:22

    Fill the entire container with a rectangle, having a linear gradient at angle. Then you can add your waves and animate them.

    If you need to show waves in the smaller inner rectangle either add another one or use clipping with the clipped area dimensions.

    Either way, here's a start:

    0 讨论(0)
提交回复
热议问题