How to morph a path data to another path data in SVG?
问题 I'm trying to figure out why it wont morph this path data to another path data, I need to make it look like an real animation. This is my SMIL code: <animate xlink:href="#Barra3" repeatCount="indefinite" attributeName="d" dur="5s" values="M52,346L56,346C61.523,346 66,350.477 66,356L42,356C42,350.477 46.477,346 52,346Z; M54,225C60.627,225 66,230.373 66,237L66,356L42,356L42,237C42,230.373 47.373,225 54,225Z;"/> Here is my codepen: https://codepen.io/joannesalfa/pen/mdPBJxq and go line 181. I'm