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