WBCE CMS – Way Better Content Editing.
You are not logged in.
Pages: 1
Hi. Is there a way to set the time for the accordion animation? Thank you
Offline
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
Thank you, appreciated!
Offline
Pages: 1