From 3a8354b4e5b0ee3870113cf6f85b1c0890875d5b Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Wed, 6 Nov 2013 11:43:08 +0000 Subject: [PATCH] reworded sprite animation requirement (closes #13) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2a19646..1de1794 100644 --- a/index.html +++ b/index.html @@ -254,7 +254,7 @@

It MUST be possible to programmatically manipulate a picture so as to crop it, apply filters to it, etc. and save the result of these manipulations. This MUST NOT interrupt the ability of the user to interact with the application.

-

It MUST be possible to smoothly draw multiple animated sprites in full screen mode (e.g. at 30fps).

+

It MUST be possible for the user agent to efficiently manage animation timing through, for example, hardware accelaration and/or synchronization with the refresh rate of the display.

It MUST be possible to play Multiple sound files simultaneously with minimal latency.