I would really like to understand how it is possible, if at all to control one component from a completely different one.
For example, I have a button that I want to change the variant of a completely different component. the button can’t be in the same component or set of components.
I read on conditional statements and interactive components, but this is not at all what I am looking for even though some people said this is the solution in other older posts I read.
All i want is that when clicking on component A, it will change component B variant.
Is this possible already or still not?
Variables and advanced prototyping is what you need. And it’s already available now. Just create a variable and bind it to the property in the instance whose variant you want to change. Then add a click interaction on some other object, in which set up a “Set variable” action to change the value of the variable.
Hey, do you know by any chance what actions are supported with animations?
The only one I could see were supported are the ones that are already set on same component / component set, so if you use a variable to trigger a different component, I could not see any animation support. Am I missing something?