We do have multiple on-drag interactions triggers for for something like an infinite image carousel. When dragging to the right or left the carousel would animate respectively. However, to do that, the interaction must be on a full page with a “navigate to” action. How can we replicate the same thing on a component within a page using the “change to” action?
The screenshots show the two different states…
On a frame we have the direction control for “navigate to”
Details:
I have a long webpage with multiple interactive subsections as frames and components. I use the components to make the subsections animate. Now I want to make one subsection change on drag in both directions without navigating out of the page.
I just had the same issue and found the solution on a different post - you have to create an on-drag interaction on the sub-frame that will move out of the main component frame, instead of the variant frame. Hope that helps!
Can you explain this a bit more or point me to the post, please? I have a content section that is a component with a nested carousel component. The nested carousel has on drag pointed to the next content section component. The nested carousel also points back to the previous content section.