As the title states I was wondering if this should be used.
According to MS documentation simply using \"animation\" is now the default for IE10 (which is why i had
All you need is:
-webkit-animation: myanim 5s infinite; /* Chrome, Opera 15+, Safari 5+ */ animation: myanim 5s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
You can always check http://css3please.com/ for css3 related stuff in future :)