From 291f019a0e34e8a6349d00ac54aef6d93efdb4dd Mon Sep 17 00:00:00 2001
From: Mike Gerwitz
+ ease.js is a framework. It is not a compiler. This allows you to use it + wherever JavaScript may be used, including with other compilers/parsers. + It provides support for older, pre-ES5 browsers by gracefully dropping + features (such as visibility), but remaining functionally consistent. + Therefore, code written using ease.js should operate exactly the same in + Internet Explorer 5.5 as it does in Chromium 10. +
+This project is under heavy development. However, the master branch is always guaranteed to be in a working, stable