@Override
 public void onAnimationIteration(boolean finished) {
   myList.repaintRows(myRow, myList.getModel().getSize() - 1, false);
 }