Hi, I am trying to horizontally scroll a background shape between 3 menu items so that when I tap on the menu item the shape will scroll left or right from the position it is in to the menu item I have now tapped on. While it seems so simple, I can’t seem to make it work. I’ve done some research and cannot figure it out. Would anyone be able direct me to how I should set the globals and animation? Thank you!
If I understand correctly…
Set up a Global List with 3 values eg 1,2,3
Place your background shape in the center (aligned with the 2nd menu item) by default.
Add two react on formula scroll animations.
Set one animation to scroll left (adjust Angle) when the global is 1, and the second animation to scroll right when the global is 3.Something like this. Just adjust the speed and duration the way you need.Don’t forget to add a Touch action to each menu item: set it to Toggle Global Switch → select your global list..
1 Like
Hi @scottj0809 ,
I have just created an example preset that might be matching to your need.
Have a look at this post, download the preset file and try it.
I hope this would help.
![]()
![]()
1 Like
That worked. Thank you!
I’ll check it out. Thank you!