hey author, how to use hookable event handler with this plugin?
for example, i want to trigger the slide event after a hover event in other elements such as a ulli list,and the index of target slide node is what i hovered element's index.so, if i move the mouse very quickly, then the animateToChild method won't slide the elements in the current hover position, so how to solve this problem, i saw the animationEnd event, but what the method to use this event to trigger, the documents doesn't explain the usage of hookevent.
hey author, how to use hookable event handler with this plugin? for example, i want to trigger the slide event after a hover event in other elements such as a ulli list,and the index of target slide node is what i hovered element's index.so, if i move the mouse very quickly, then the
animateToChild
method won't slide the elements in the current hover position, so how to solve this problem, i saw theanimationEnd
event, but what the method to use this event to trigger, the documents doesn't explain the usage of hookevent.