From 6997fdf01dd293d49fd2435420c382110c832ec7 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Mon, 7 Jan 2013 23:16:28 +0000 Subject: [PATCH] re-worded some of the worker copy and moved the animating square to front-and-centre --- demos/worker.html | 61 +++++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/demos/worker.html b/demos/worker.html index b559f27..6891efc 100644 --- a/demos/worker.html +++ b/demos/worker.html @@ -1,34 +1,39 @@ Web Worker
-

Web Worker Demo

-

Works in Chrome, Safari, and Firefox. Web worker portion works in Opera.

-

Use arrow keys to change the direction of the animated square. The square is animated with requestAnimationFrame.

-

Click the button below to start or stop the worker.

-
-

Messages from Worker:

-
-
+

This demo shows how main window animation isn't interrupted by Web Workers. Note that the animation does not work in Opera (due to lack of requestAnimationFrame support).

+

Use arrow keys to change the direction of the animated square. The square is animated with requestAnimationFrame.

+
+
+
+

Click the button below to start or stop the worker.

+
+

Messages from Worker:

+
\ No newline at end of file