Show element on specific(x,y)

Hi,

Looking for a way to show element on specific x,y coordinates, using mouse events.
Waiting for your briliant ideas:)

Thanks,
Dafna

You can place the elements on this specific location , hide it on load is and use the show function to display them on that specific location :slight_smile:

Good luck!
Tal.

Hi Tal,
What I’m looking for is to have 1 box with dynamic data, that changes it’s place according to mouse event.
something like scrollTo() but for an element instead of window.

Thanks,
Dafna

Hi,
I’m afraid that it’s impossible. You can submit this as a feature request here .

Have a good day,
Tal.

I can suggest you to use Custom Element, that listening to mouse movement and transferring coordinates (with fire event) to your page with element that you want to move. On the page you are listening to custom element moving events. From here you can animate your box to any position related to mouse coordinates.