mrKlar / PagedDragDropGrid

An Android ViewGroup that implements a paged grid with drag'n'drop moveable items
406 stars 185 forks source link

Translate Animation #26

Open pankaj4288 opened 11 years ago

pankaj4288 commented 11 years ago

Hi,

I have slowed down the translation animation to a duration of 2500. Now my problem is that when I move an item over other is swapping properly, but if I release it in between the translate animation, it doesn't complete the animation, but just updates the new view with a jerk. But I want it to complete the animation if if I have released my finger from screen

Please help.

pankaj4288 commented 11 years ago

I also tried putting animation listeners and re-ordering after animation ends..but still you looks weird while translate is happening. I put a duration of 2500 ms in translate animation, just to see what is happening.

Please help..