Vertical Sliding Accordion effect
in Developing jQuery Plugins
•
11 years ago
Hello, my name is Paula and I have basic notions of jquery.
I am working with a plugin called Vertical Sliding Accordion.
The code it uses is:
$(function() { | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| $('#va-accordion').vaccordion({ | |||||||||||||||||||||||||||||||||||||||||||||||||||
| expandedHeight : 500, | |||||||||||||||||||||||||||||||||||||||||||||||||||
| animSpeed : 400, | |||||||||||||||||||||||||||||||||||||||||||||||||||
| accordionH : 770, | |||||||||||||||||||||||||||||||||||||||||||||||||||
| animOpacity : 0.3, | |||||||||||||||||||||||||||||||||||||||||||||||||||
| visibleSlices : 18 | |||||||||||||||||||||||||||||||||||||||||||||||||||
| | |||||||||||||||||||||||||||||||||||||||||||||||||||
| }); | |||||||||||||||||||||||||||||||||||||||||||||||||||
| });
and the html structure is:
|
1