Drag interaction

Please add a Drag event, to enable dragging an object on screen.
Better still, it would be great to have the drag control the timeline (like in Tumult Hype).

Hi Moshe,

Thank you for your suggesion. It’s already in our TODO list.

Regards

Thanks.
… and congratulations on Version 3.0

1 Like

Hello, thanks a lot for V3.0. Unfortunately I can neither find drag events nor touch events. What am I doing wrong?

Due to some technical limitations, we can’t manage to make this feature available in version 3.0.
We’ll try to support it as soon as possible.

The “Control animations” sample in Samples page of the welcome screen in version 3 shows how to scrub the timeline using a custom element (the slider) and JavaScript API.

Regards

Could you please provide a link to “ The “Control animations” sample in Samples page of the welcome screen in version 3” that you mentioned.
I can’t seem to find it.
Thanks.

Please see this screenshot

You’ll find the script in setupTimelineSlider function in Functions pane.
This function is called in Scene Activate event.

Regards