Hi!
I proud to announce new release of fxCanvas.
In this release are fixed problem with animation frame interval, check
out these tests:
http://burzak.com/pro/fxcanvas/tests/drawarea.html
http://burzak.com/pro/fxcanvas/tests/test_particles.html
* Opera: added stub in createImageData();
* Internet Explorer: added configurable brand new context menu;
* ..... and freeing (right-) click event;
* ..... and now mouse behavior similar to standard-compliant
browsers;
* released extended canvas context (global
extCanvasRenderingContext2D), reasons: in some browsers native
rendering context is not extendable;
* new, clear project structure;
* the code splitting into IE and non-IE part;
* fixed HTMLCanvasElement and CanvasRenderingContext2D in Internet
Explorer;
Evgen