Hi everyone! I wanna create a slide out animation menu tab when user click the extend button like below:
I wish to have animation when the menu slides out instead of being static like now. I did created a sliding out tab with some animations(variant):
But i don’t know how to trigger the variant to play when they click the extend button(/or collapse button)
As for now, I’m simply using boolean to control when to on/off those tabs because I can’t think of a way that can control the tab to slides, by setting variable interaction to just the arrow(I supposed).
Despite i’m using the animated variant, the sliding animation/interaction will not show once the boolean is been applied.
Where I did/think wrong & what should I do to achieve the thing?