Widget renders even outside of canvas panel

I am trying to make a simple animation of image appearing out of thin air in UI (one widget on top of other one).

I created two widgets, one of which is the animated image, however when I add it on top of other widget into viewport it renders as if the canvas was screen sized, how do i fix this?

blueprint in the main widget

Figured it out, clipping was disabled by default for some reason.