Html – Butterfly flapping wings animation SVG
I'm trying to animate butterfly wings, which should look like butterfly flapping wings. Can you help me achieve this? Here is the JSfiddle: https://jsfiddle.net/qfoy6hbc/ .butterfly { width: 150px; height: auto; } .left-wing { animation: left 1s linear infinite alternate; transform-origin:…