diff --git a/examples/animation/mosaic.html b/examples/animation/mosaic.html
index c6ab0002..ba0e9b0b 100644
--- a/examples/animation/mosaic.html
+++ b/examples/animation/mosaic.html
@@ -54,11 +54,11 @@ function run() {
cells = cells === full ? empty : full
renderer.render(root, [view()])
-
+
setTimeout(run, 2000)
}
run()