Here is what You have answered to one of your clients some time ago: -----------------------------------------------------------------------------------------------
Hi,
Is it possible to be slow for accordion or toggle dropdown speed?
yes, this is possible of course. Just one easy thing must be changed in js/scripts.jsfile. After purchase we can tell you what should be done and where exactly.
That was 3 years ago, the item policy and rules have changed many times since then. We do not offer custom JS modification. If you know how to change it you can edit it in js/scripts.js thanks
Comments
sorry but we do not change the animations, there is nothing we can do about this.
thanks
-----------------------------------------------------------------------------------------------
Hi,
Is it possible to be slow for accordion or toggle dropdown speed?
muffingroup AUTHOR
Hey,
yes, this is possible of course. Just one easy thing must be changed in js/scripts.jsfile. After purchase we can tell you what should be done and where exactly.
Thanks for your interest in Be
If you know how to change it you can edit it in js/scripts.js
thanks
you need to find this line, 100ms is the time now.
$(this).parent().removeClass("active").children(".answer").slideToggle(100);
thanks