This is really cool…one thing that I am looking at is the text messages that seems to come in off the screen.

I checked out the editor you posted, haven’t tried to implement this, but wanted to see how maybe it could be made show the messages text doesn’t come in off the screen.

In the editor you set the custom state of tab to show the group a that contains the text element ‘messages’

It gets triggered just after the movement workflow event.

Perhaps, putting a navigation pause of the same duration or a bit less than the 500ms of the move before you set the custom state would allow it not to seem like the text comes in off the screen?

Please give that a shot to see if it does anything…I’m really curious if it will.

Another idea is to use a transition on the text elements color, so that it normally is set to a transparent color, then when the custom state tab is set, the font color is conditionally changed to the black, but put a transition on the font color that is about 300 to 500ms as an ease in ease out.

I wish I could try these out myself.