Playit
CSS Property:
animation-direction:

Note: The animation-direction property is not supported in Internet Explorer 9 and earlier versions.

Result:
CSS Code:
#myDIV {
animation-direction:normal;
}
Click the property values above to see the result
W3Schools.com - Play it