diff --git a/www/index.md b/www/index.md
index 17f590a2..e57c6f86 100644
--- a/www/index.md
+++ b/www/index.md
@@ -36,25 +36,28 @@ Enhance HTML with concise DOM, event and async features. **Make writing interact
~~~hyperscript
on pointerdown
- repeat until event pointerup
+ repeat until event from the document
set rand to Math.random() * 360
transition
*background-color
to `hsl($rand 100% 90%)`
over 250ms
end
+ transition *background-color to initial
~~~
-
+