Accordion Menu Movement
My situation:
I am currently trying to prototype an accordion menu on an iPhone 6 screen.
What I try to build:
There are three sections. When I select section 1 its container will reveal the content belonging to this section by moving section 2 and section 3 down.
My Question:
Is there a way to match the movement of section 3 with the movement of section 2?
My goal:
Link the movement of component 2 to the the movement of componant 1, so I don't have to animate them seperately.
Hi Patrick.
You will need to use some dynamic panels and create some events. This tutorial should help :
http://www.justinmind.com/support/int...
Best,
Sonia Durán
Hi Patrick.
You will need to use some dynamic panels and create some events. This tutorial should help :
http://www.justinmind.com/support/int...
Best,
Sonia Durán
Thank you :)
I figured it out. I needed to use some variables with conditions and a few functions
Thank you :)
I figured it out. I needed to use some variables with conditions and a few functions
Replies have been locked on this page!