block by roachhd 70387a2d0709b5249adc

70387a2d0709b5249adc

Full Screen

index.html

<!-- content to be placed inside <body>…</body> -->

dabblet.css

/**
 * animation-fill-mode with non-integer animation-iteration-count
 */

@keyframes foo { to { background: black }}

body {
	animation: foo 3s .4 both linear;
}

dabblet.js

// alert('Hello world!');

settings.json