elenat82
6/14/2015 - 9:36 AM

animation-play-state.css

p {
	animation-play-state: paused;
}
p:hover {
	animation-play-state: running;
}