I've look through several methods and the forum but can't seem to still wrap my idea about manipulating the svg. Without using MorphSVG plugin, is there a way to control a specific point of my wave svg path to move upwards and downwards. See the red dots in both attached image. Do I really need a library like Snap.svg or something to convert them into data? I know you can change the path d attribute. Thus my very first try was to grab two different svg and change the d attributes
But all I get is jibberish movements. See codepen for example.