I have 3 overlap groups.
Let call them OG1, OG2, OG3. I also have 3 buttons. B1, B2, B3. I have set it up with a list so that when I press B1, OG1 is visible, with code like this
$if(gv(menu)=1,always,never)$.
That works for all 3 buttons and groups. However I’d like to add animation.
Let’s say i am in OG1, and want to access group 2. When I click B2, I want OG1 to fade out and OG2 to fade in. Currently they just replace each other.
I have tried playing around with animations. But can’t get it to work. Anyone that could guide me?
Hi there,
Please take a look at this thread, have an example of animation that might be suitable to your need.
In that thread, the animation is applied to the content of each tab. But you can apply the animation to your buttons, and also you can adjust and/or change the steps of the Complex Animation according to your need.
I hope this would help.
1 Like