You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2011.04.03, Version 1.0.0
* First full release.
* Documented the source code with PDoc.
* Updated the website with documentation for the 3D and relative transform
functions.
* Made the internal transform representation conform to the CSSMatrix
interface.
Version 0.1.4
* Add support for 3D transforms.
* Represent transforms internally as 4x4 matrices.
* Use the matrix3d transform function where supported.
* Remove Firmin.TransformMatrix.
* Remove outdated benchmarks.
* Document order of operations issues.
Version 0.1.3
* Delete references to old animations so they can be garbage collected.
* Add a set of regression tests for transforms.
* Add basic transform support for Opera.
* Add basic transform support for Firefox.
Version 0.1.2
* Make absolute transformations the default.
* Add separate relative animation functions with R-postfixed names.
* Store a separate reference to the next callback to be fired.
Version 0.1.1
* Add callbacks to animation methods.
* Use vectors instead of point objects to represent points and transformations
internally, but continue to allow point objects to be used at the API level.
* Better inline documentation for core objects and functions.
* Rename Firmin.CTM to Firmin.TransformMatrix.
* Remove unused accessor method for elements of Firmin.TransformMatrix.