- From: Philippe Le Hegaret <plh@w3.org>
- Date: Wed, 13 Feb 2013 19:33:22 -0500
- To: Ms2ger <ms2ger@gmail.com>
- Cc: public-web-perf@w3.org
> It seems unnecessary to have the WindowAnimationTiming interface; the
> best practice for this pattern would be
>
> # partial interface Window {
> # long requestAnimationFrame(FrameRequestCallback callback);
> # void cancelAnimationFrame(long handle);
> # };
This one got fixed, see
http://w3c-test.org/webperf/specs/RequestAnimationFrame/#Window-interface-extensions
Philippe
Received on Thursday, 14 February 2013 00:33:28 UTC