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
Post a Comment