Function Animation.trackMoveTo

Changes the index position of track idx to the one defined in to_idx.

void trackMoveTo (
  const(long) track_idx,
  const(long) to_idx
) nothrow @nogc;