This annoys me because it is the opposite of the way I do matrix multiplication myself. I work from left to right taking the rows of the left hand matrix, transposing them then scalar producting them with each column of the left hand matrix in turn. This animation starts with he columns of the left hand matrix and it feels like it is "working backwards" by going from right to left.