Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-animations/crashtests/update-delay-of-paused-animation.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
@keyframes keyframes {}
:root { animation: 1s keyframes, 1s -1s 2 paused keyframes; }
</style>