Skip to content

Tags: jfsiii/firmin

Tags

1.0.0

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.

0.1.4

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.

0.1.3

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.

0.1.2

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.

0.1.1

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.

0.1.0

Version 0.1.0.

* Initial release. Features chained animations using CSS transitions and
  transforms. Currently for WebKit browsers only.