-
Today, if I want to prototype a workflow where a button click navigates to another frame, that’s easy. If I want to prototype a workflow where a button click scrolls within a frame to a specific object, that’s easy. What’s not easy is if I want a button click to navigate to another frame AND scroll to a specific object. (deep linking)
-
It’s possible to achieve this by specifying the frame-to-frame navigation as one interaction, and then using the delay function to trigger scrolling on the target frame, but that means that each scroll object within the frame would need its own unique frame. And worse yet, scrolling to objects within a shared component doesn’t seem to be possible.
-
It would be nice to layer a scrolling interaction on top of a navigation interaction, so the logic is captured purely in the prototyping functionality, and not in various interaction-specific frames representing the same page.
6 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.