animation: anim-name 2s linear 0.5s 1 normal forwards;
//Animation can be played or paused with the below css property. .class / tag / #id { animation-play-state: 'paused' / 'running'; }