Benedict Eastaugh
Benedict Eastaugh
Each publicly exposed method (whether the general `animate` method or a specific one like `translateX`) has a brief code example given in the documentation. It would be good to make...
The `Transform` and `Transition` objects both have `parse` methods which conform to a common API. It would be good to have some tests to ensure that they both respond suitably...
In addition to the user-checked tests, it would be good to have a set of machine-verified tests which ensure that objects which can be serialised to CSS produce correct code.
Add support for 3D transforms. This should be relatively straightforward for WebKit-based browsers.