Here's some cloud animations using images. I'm animating the same properties as you would for SVG. Use the width of your viewBox for the x value, and it will be responsive. Don't use offsetHeight for a y value though. That's only for HTML elements. Use element.getBBox().height instead.   See the Pen 4f849ca24bb5f1050a69651a6e82f271 by osublake (@osublake) on CodePen  
    • Like
    2