Hi all,
I’m using the new responsive engine and I’m trying to reproduce this transition that Stripe uses for its buttons (on the Stripe dashboard for developers).
I have 2 questions:
A/ There is no transition in the property editor for “align to parent = center”. I’m talking about this:
So it looks like I can’t do the transition of the icon moving from right to center. Note that my icon is in a group that is set to “align to parent”. I thought about setting a condition that increases the “right margin” to effectively center the icon on my button and set a transition on “right margin” but the width of my button varies with the width of the page. Essentially I would need a transition on “align to parent : center”
B/ What condition can I set for the transition to happen. Essentially, i want it to happen when the workflow triggered by this button is finished (e.g. user is logged in or form is filled in etc.). Is there a generic condition that i can use for all these buttons?
thank you!