문제

I am using the Mootools accordion for a project and would like to speed up the transitions. Does anyone know of an easy way to do this?

도움이 되었습니까?

해결책

It's the duration option inherited from the mootools Fx class. So, your initializer might look like this:

var myAccordion = new Fx.Accordion(togglers, elements, { duration: 250 });

http://mootools.net/docs/more/Fx/Fx.Accordion

http://mootools.net/docs/core/Fx/Fx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top