Adjust Speed of Accordion
-
For others interested, you can I adjust the speed at which the accordion content opens in /templates/accordian/variables.php.
$accordions_animate_delay = get_post_meta( $post_id, 'accordions_animate_delay', true ); if(empty($accordions_animate_delay)){$accordions_animate_delay = 400;} //orig: 1000
The default setting of 1000 seems unnaturally slow.
Consider this a feature request for in the settings of the plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adjust Speed of Accordion’ is closed to new replies.