I want to scroll the background as soon as i start dragging the object. Can someone please help me?
I have a timeline that i want to scroll with the timeline selector. Quick help is appreciated.
Prototype: scroll_timeline.rp (55.2 KB)
I want to scroll the background as soon as i start dragging the object. Can someone please help me?
I have a timeline that i want to scroll with the timeline selector. Quick help is appreciated.
Prototype: scroll_timeline.rp (55.2 KB)
Hi i.chetann,
There are a few ways to do this, but the easiest way is to add two conditional cases to the “Scroll” dynamic panel’s OnDrag event. In addition to moving this DP, move your numbered list by a value (e.g. 40px), depending on the direction of the scroll. When dragging the Scroll DP to the right, you would move your numbered list by a negative value, and when dragging the Scroll DP to the left, you would move your numbered list by a positive value:
The only other edit I made to your file was removing the Table widget and creating a customized numbered list using regular shape widgets and grouping them together instead. Reason being, regular shape widgets have more customizability than tables, but feel free to use the Table widget if you prefer.
At any rate, lmk if you have any questions.
scroll_timeline_EDIT.rp (58.1 KB)
Thanks alot Jane. This solves the purpose I was looking for
I changed the scroll value as per requirements to make it scroll more smoother. This is what I was trying for 2/3 days Thanks for your great help. Keep rocking.