How to Animate List Reordering in Angular 2 -


i have list of items that's bound array via observable. application has action effect 1 of items in list gets property change causing reordered end of array (currently implemented in code fullblown .sort() on array).

what able make item in visual list animates starting position (in array) new position (at end of list) moving location x location y.

is possible angular animations? more willing stop using array.sort() , programmatically move item via splice() call.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -