hi,
I want to do something in javascript while the node is animating, actually, I have html div which contains vertical line, now, I want to increase the height of that line while the height of treeview is increasing, so it will looks like the line animating with tree too (decreasing is same)
I found onclientnodeanimationend, which is triggered only after the finish of animation, so, is there an event looks like onclientnodeanimating or how can I solve this problem?
I want to do something in javascript while the node is animating, actually, I have html div which contains vertical line, now, I want to increase the height of that line while the height of treeview is increasing, so it will looks like the line animating with tree too (decreasing is same)
I found onclientnodeanimationend, which is triggered only after the finish of animation, so, is there an event looks like onclientnodeanimating or how can I solve this problem?