[RequestAnimationFrame] WindowAnimationTiming

Hi all,

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);
# };

HTH
Ms2ger

Received on Wednesday, 22 February 2012 12:05:24 UTC