It would be useful to be able to add a trigger to a frame that once it ‘loads’ some kind of interaction would kick-off.
This would mean that not every prototyped action needs to be on click or on some clear action on the user’s part and would also allow for variables to be used to check what states components should be in so that we can have conditional logic per page.
Yes I could really use this- being able to run through some conditional logic “on page load” for certain views in a prototype would be nice.
Right now I’m using the “After delay” and/or “Mouse enter” for checking conditionals after a transition from one page to another which seems to work okay, but it feels “hacky”, and also then I can no longer use those actions for that specific frame again…