I found some prewritten code and wonder what the difference is between -webkit-animation and animation. Both are used at the same place in a css file to animate some background. These articles about animation and -webkit-animation gave me some inside, but I could not find an answer. The code-snippet looks as follows:
animation: slideright 600s infinite linear;
-webkit-animation: slideright 600s infinite linear;