Hi. I’m trying to bind the “transform” so I can transform an element based on a bool variable. How can I do this? I tried a few ways (like putting a literal string containing the same values), but didn’t work.
Ultimately, what I’m trying to do is animate a section to “slide open” based on the click of a button. So I want the y scale to transform from 0 to 1 when the button is clicked (i.e. when the bool var is set to true).