Selection sort means looking for the smallest item in the remaining list and putting it in front. Basically what you would do when sorting numbers using pen and paper.
See http://en.wikipedia.org/wiki/Selection_sort
And that animation is a graphical version of what you're supposed to do.