I am trying to make an accordion list view. When I click the parent folder list item, I want my parent list to be expanded. On clicking again, the list should collapse.
Asked
Active
Viewed 123 times
0
-
And what have you done so far? http://stackoverflow.com/help/how-to-ask – Slyvain Oct 27 '15 at 07:57
1 Answers
1
Josh Pucket made an example available in the FB group that should help you get started:
http://share.framerjs.com/ff51agq8rx06/
Basically, you need arrays and you always check on other elements if they need to be updated ( either moved / expanded or collapsed )
hope this helps!

MarceloEduardo
- 51
- 2