summaryrefslogtreecommitdiffstats
path: root/src/fx.js
Commit message (Collapse)AuthorAgeFilesLines
* Calling after() on stop(fulfill)wout2014-06-101-4/+6
|
* .animation() .stop() now fires .after() if presentvird2014-05-281-3/+5
|
* Bumped to 1.0.0-rc.6wout2014-03-041-67/+63
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-383/+391
| | | | to 1.0.0-rc.5
* Fix in animate('=').to()wout2014-02-051-1/+1
|
* Wrapping delay in SVG.Numberwout2014-02-031-1/+1
|
* Added second values to SVG.Numberwout2014-02-031-1/+1
|
* added `morph()` and `at()` methods to `SVG.Number` for unit morphingwout2014-02-011-41/+28
|
* Fix in poly morphingwout2014-01-311-2/+2
|
* Disabled array bbox cachewout2014-01-311-6/+0
|
* Added morph() and at() methods to SVG.Colorwout2014-01-311-25/+9
|
* Added msRequestAnimationFrame fir IE10 supportwout2014-01-311-0/+1
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-19/+27
|
* Added loop(), switched to requestAnimFrame, bumped to v0.38wout2014-01-281-6/+35
|
* Added pause / play to SVG.FX module and bumped to v0.34wout2014-01-231-25/+73
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Added animatible poly's, bumped to v0.31wout2013-08-011-0/+42
|
* Added SVG.Set adn bumped to v0.24wout2013-07-011-0/+1
|
* Added SVG.Number, reworked gradient systemwout2013-06-231-14/+14
|
* Added to() method in the SVG.FXwout2013-06-091-93/+104
|
* Bumped to v0.11wout2013-03-241-101/+138
| | | | | | | | | - removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo
* Animation value clearance0.11wout2013-03-131-7/+10
|
* Added x(), y(), cx(), cy() and matrixwout2013-03-121-26/+66
|
* Bumped to v0.9, added better style management, text support and extended ↵0.10wout2013-03-091-24/+48
| | | | animation functionality
* Reworked color managementwout2013-03-061-38/+8
|
* Added during() method and unit morphing to fx modulewout2013-03-061-13/+46
|
* Fix in animate().center()0.8wout2013-03-051-46/+46
|
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-65/+65
|
* Added ability to store data() as raw valueswout2013-02-111-2/+2
|
* Updated READMEwout2013-01-091-1/+1
|
* Fix in fx module for very short durationswout2013-01-081-2/+2
|
* Fix in fx module for durations under 10 mswout2013-01-081-1/+1
|
* Made code more readable and included docswout2013-01-041-123/+105
|
* Fix in SVG.FXwout2013-01-031-9/+10
|
* Fix in color parserwout2013-01-031-1/+8
|
* Added the SVG.FX module for animationswout2013-01-031-0/+249