Frame ClipDescendants not working

https://gyazo.com/d7eb3a4e20c1535430b43f298fbd1f8d

^video

https://gyazo.com/cf0507bd4eeb844d1f11cba53e39040a
^structure

ClipDescendants of the frame is turned on, but it moves the wave aswell

It’s because the wave image is a child of the frame you’re resizing, which causes it to automatically scale with the frame when it changes size. If you were to parent it to the parent of the frame and resize the image accordingly, it shouldn’t scale with it. Only problem with that is that ClipDescendants won’t work on it.