index
:
svg.js.git
2.x
fix-basetag-bug
make-on-off-generic
master
svg.js_v1.x
The lightweight library for manipulating and animating SVG: https://github.com/svgdotjs/svg.js
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fx.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue #847
Rémi Tétreault
2018-04-21
1
-2
/
+7
*
fix array values which were not animated (#698)
Ulrich-Matthias Schäfer
2017-07-06
1
-0
/
+2
*
Merge pull request #676 from jcorentin/fix-height-width-animation
Rémi Tétreault
2017-05-26
1
-0
/
+8
|
\
|
*
Add animatable width & height
Corentin J
2017-05-11
1
-0
/
+8
*
|
fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callbac...
Rémi Tétreault
2017-05-14
1
-2
/
+6
|
/
*
Adds the intended functionality to call animate functions with multiple param...
Ulrich-Matthias Schäfer
2017-04-30
1
-9
/
+27
*
fixed `SVG.FX.once` so that it add its callback on the last situation instead...
Rémi Tétreault
2017-04-30
1
-3
/
+3
*
fixed len being undeclared
dotnetCarpenter
2017-04-11
1
-1
/
+1
*
onclick events are now bound with SVG.on, prefixed globals, relax tests to wo...
Ulrich-Matthias Schäfer
2017-03-21
1
-2
/
+2
*
start the animation when after(All)/during(All) is called (#583)
Ulrich-Matthias Schäfer
2017-03-09
1
-6
/
+16
*
Make the method dequeue stop the current animation
Rémi Tétreault
2017-03-07
1
-5
/
+6
*
Add tests for the method atEnd of the FX module
Rémi Tétreault
2017-02-25
1
-12
/
+14
*
Sort out leftovers from the old fx module
Rémi Tétreault
2017-02-16
1
-39
/
+22
*
gentle optimization of PR #549
dotnetCarpenter
2016-11-12
1
-2
/
+2
*
Revert "optimize loop performance"
dotnetCarpenter
2016-11-12
1
-48
/
+48
*
optimize loop performance
dotnetCarpenter
2016-11-12
1
-48
/
+48
*
Fix going down prototype chain
Preston Tighe
2016-11-11
1
-1
/
+1
*
Fix the bug where relative matrix transforms are not animated
Rémi Tétreault
2016-11-09
1
-1
/
+1
*
Fix and improve the dequeue method of the FX module
Rémi Tétreault
2016-11-03
1
-30
/
+24
*
Merge pull request #504 from tkiss/animations_es6-7_fix
Ulrich-Matthias Schäfer
2016-11-03
1
-3
/
+3
|
\
|
*
Fix broken animations, if using polyfills for es6/7 proposals (in this case S...
Tamás
2016-06-23
1
-3
/
+3
*
|
Make the code in the FX module simpler
Rémi Tétreault
2016-11-01
1
-35
/
+85
*
|
Change the SVG.FX attribute spd to _speed
Rémi Tétreault
2016-10-17
1
-14
/
+14
*
|
Add speed to SVG.Element and also add documentation to speed
Rémi Tétreault
2016-10-17
1
-2
/
+16
*
|
Make speed(0) pause the animation
Rémi Tétreault
2016-10-17
1
-0
/
+2
*
|
Make SVG.FX.speed act more like others animations libraries
Rémi Tétreault
2016-10-16
1
-11
/
+15
*
|
Make SVG.FX.loop modify the last situation instead of the current one
Rémi Tétreault
2016-10-15
1
-3
/
+5
|
/
*
fixed bug where `stop(true)` throws an error when element is not animated (#475)
Ulrich-Matthias Schäfer
2016-04-09
1
-1
/
+1
*
fixed `SVG.morph()` (#473)
Ulrich-Matthias Schäfer
2016-04-03
1
-4
/
+6
*
readme update, clean up
Ulrich-Matthias Schäfer
2016-03-29
1
-31
/
+33
*
tidy up
Ulrich-Matthias Schäfer
2016-03-29
1
-14
/
+0
*
fix finishing up correctly with even loops, readme
Ulrich-Matthias Schäfer
2016-03-29
1
-17
/
+15
*
discard totalProgress for now
Ulrich-Matthias Schäfer
2016-03-28
1
-17
/
+0
*
revert multiple breaking changes introduced by the last commits
Ulrich-Matthias Schäfer
2016-03-28
1
-84
/
+121
*
fixed bug where loop wasnt correctly reversed if specified
Ulrich-Matthias Schäfer
2016-03-25
1
-6
/
+6
*
Merge branch '3.0.0' introducing several changes:
Ulrich-Matthias Schäfer
2016-03-24
1
-371
/
+724
*
fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443)
Ulrich-Matthias Schäfer
2016-01-23
1
-1
/
+1
*
fixes pattern animation (#385)
Ulrich-Matthias Schäfer
2015-10-10
1
-1
/
+1
*
remove useless executable permission
Peter Dave Hello
2015-06-23
1
-0
/
+0
*
Fixed bug in fx when animating with `plot()` (closes #354)
Ulrich-Matthias Schäfer
2015-06-19
1
-2
/
+2
*
Merged all changes and fixes from SVG 1.1 into this branch
Ulrich-Matthias Schäfer
2015-06-11
1
-2
/
+3
*
Fixed bug in clone() method
wout
2014-09-02
1
-3
/
+2
*
Added animated parametric transformations
wout
2014-08-30
1
-0
/
+19
*
Added SVG.TBox for transformed bounding boxes
wout
2014-08-29
1
-7
/
+12
*
Removed internal references from SVG.Text
wout
2014-08-25
1
-2
/
+2
*
Added reverse functionality for animation loops
wout
2014-07-30
1
-84
/
+90
*
Added more control to SVG.Matrix
wout
2014-07-28
1
-4
/
+0
*
Installed Jasmin 2.0.1
wout
2014-07-26
1
-71
/
+46
*
Added support for scale center on matrices
wout
2014-07-12
1
-15
/
+15
*
Calling after() on stop(fulfill)
wout
2014-06-10
1
-4
/
+6
[next]