Animation Play State
Code Sources Icon Code Sources Icon


Der Quelltext wurde erfolgreich in die Zwischenablage kopiert.
HTML Elemente

animation-play-state

Wird nur CSS verwendet, steht kein "wirklich brauchbarer" Event-Handler bereit. Mit einer CSS Regel auf einem Element, kann das Pseudoelement ":hover" verwendet werden. Eignet sich nicht für alle Arten von Animation.

/* Einzelne Animation */
animation-play-state: running;
animation-play-state: paused;

/* Mehrere Animationen */
animation-play-state: paused, running, running;
 
DB-Table: animation-play-state