Earlier we were using dhtmlxaccordion 2.6 version,
in this we are using _openBuzy value of accordion object to check whether the animation is completed or not.
As we are planning to migrate to 4.1, I didnt find any variable value for _openBuzy.
How to check, whether any menu item’s closing/opening animation is still in progress.
Hi
ther is a direct method isOpened()
why do you need such check while opening process? if you need to attach content - there is an event onActive, which will fired after opening.