WBCE CMS Forum

WBCE CMS – Way Better Content Editing.

You are not logged in.

#1 17.09.2017 11:37:46

casi
Member

Accordion addon

Hi. Is there a way to set the time for the accordion animation? Thank you

Offline

#2 17.09.2017 12:52:59

florian
Administrator

Re: Accordion addon

Open the view.php of the module with the addon-file-editor or via FTP and texteditor and change the values in line 68f. to your needs:

open: function() {this.slideDown(150);},
close: function() {this.slideUp(150);},

Increase the value 150 to let the opening/closing run slower.


Sorgen sind wie Nudeln: man macht sich meist zu viele.

Offline

#3 17.09.2017 13:48:25

casi
Member

Re: Accordion addon

Thank you, appreciated!

Offline

Board footer

up