AndroidTreeView icon indicating copy to clipboard operation
AndroidTreeView copied to clipboard

Default animation takes too long if the parent has too many children

Open dogauzun opened this issue 8 years ago • 4 comments

Current default animation has no upper time limit to complete. It is taking too long if the selected node has too many children. Is there any way to modify the animation outside the library? I tried subclassing the androidtreeview class and implementing it myself but I had little success.

dogauzun avatar Aug 06 '15 08:08 dogauzun

For now it is impossible to set custom animation, but is very easy to implement. I will add this asap

bmelnychuk avatar Aug 06 '15 10:08 bmelnychuk

+1! So I cancel the animation.

Ivolian avatar Dec 06 '15 05:12 Ivolian

+1

ugurcany avatar Mar 20 '17 17:03 ugurcany

AndroidTreeView.setDefaultAnimation(false); tTreeView.setDefaultAnimation(false); /* *This line of code *Cancel the default animation */

w3812127 avatar Dec 18 '17 09:12 w3812127