The animation-duration property defines how many seconds or milliseconds an animation takes to complete one cycle.
animation-duration: time|initial|inherit;
div { -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */ animation-duration: 2s; }