Moving single components of a widget via slider

Hello! :slight_smile:

Is there a way to move single components of a widget (image, text,…) just by using a slider within the same widget blueprint?

For a better understanding:

I have two images (one for each circle) and i want the left circle to begin overlapping the second circle the more a slider is dragged to the right. At max, both circles are completely overlapped. Its supposed to be a more interactive design for an assesment.

Daniel

Sure, you’ll need to nest the movable elements in the canvas:

You can then translate the slider’s range into pixels:

Image from Gyazo

Alternatively, you can hard-code slider values:

341803-screenshot-7.png

nice! thank you very much!