I am to get a wipe animation to look like water is filling up inside of a drop. It currently is a square with a wave animation over top of the drop logo. It does the wave animat
The following modifies your code to:
transform
),
element inside a
element in the
and give it an id ("drop")
element around the
group,
element using the "drop", andYou can read about clipPath on MDN.
By the way, note that your wave shape animation may continue forever even if you can't see the waves sloshing around any more (though I didn't check this rigorously), which is probably not what you want.
SVG Line Animation Demo