summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* The runners step was reimplemented with testsSaivan2018-05-314-73/+78
* fixed declaritive again, fromArray now works on all object instancesUlrich-Matthias Schäfer2018-05-308-54/+39
* implemented EventTarget + runner does not loop forever anymoreUlrich-Matthias Schäfer2018-05-295-41/+60
* Got looping working with only a single waitSaivan2018-05-301-32/+30
* Looping is now working and code is generally cleanerSaivan2018-05-292-157/+130
* fix declaritiveUlrich-Matthias Schäfer2018-05-292-6/+8
* Diagnosing the declarative animations and suggesting changesSaivan2018-05-293-48/+59
* implement methods, reorganize runner, list questionsUlrich-Matthias Schäfer2018-05-293-233/+217
* Started planning the way events work and got Spring workingSaivan2018-05-284-117/+147
* Merge branch '776-new-fx' of github.com:svgdotjs/svg.js into 776-new-fxSaivan2018-05-289-35/+51
|\
| * satisfy linterUlrich-Matthias Schäfer2018-05-279-35/+51
* | Segmenting out some ControllersSaivan2018-05-281-43/+35
|/
* Fixed all of the low hanging problems so declarative worksSaivan2018-05-264-94/+126
* simple fix for morpharrayUlrich-Matthias Schäfer2018-05-252-4/+2
* fixed some more errores, make declaritive controllers partially work. added P...Ulrich-Matthias Schäfer2018-05-244-56/+67
* go through specs and make fixes where neededUlrich-Matthias Schäfer2018-05-242-25/+42
* fix runner and timeline so that it schedules animations correctlyUlrich-Matthias Schäfer2018-05-242-2/+2
* Stuff is moving again after fixing several stuffUlrich-Matthias Schäfer2018-05-244-68/+144
* Should be the final redesignSaivan2018-05-245-436/+716
* Added a few more use cases and suchSaivan2018-05-224-77/+92
|\
| * add requestAnimationFrame Mock and tests for the animatorUlrich-Matthias Schäfer2018-05-161-2/+2
* | Most of the animations are workingSaivan2018-05-176-34/+92
|/
* allow arrays of events to be passed to `on()` and `off`Ulrich-Matthias Schäfer2018-05-161-3/+13
* fixed small typoUlrich-Matthias Schäfer2018-05-161-1/+1
* fixed morphing. Changed easing function so that it can handle stringsUlrich-Matthias Schäfer2018-05-154-30/+80
* The timeline is now decoupled from the real timeSaivan2018-05-156-127/+209
* make morphing work, fix inheritance, animations now workUlrich-Matthias Schäfer2018-05-0115-43/+97
* More work on the timeline and morphablesSaivan2018-05-012-203/+372
* The animations work with the .queue methodSaivan2018-05-014-234/+161
* Another collaboration session with @FuzzymaSaivan2018-04-306-159/+438
* Added some timeline and Morphing functionsSaivan2018-04-236-49/+563
* Initial planning for the Timeline ModuleSaivan2018-04-189-1052/+1683
* Removed gbox and fixed a few typosSaivan2018-03-053-16/+2
* Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-056-65/+45
* Integrated the transformations into the changes in 3.0.0Saivan2018-03-041-5/+1
|\
| * removed `size()` from `SVG.Text` to avoid name clashUlrich-Matthias Schäfer2018-03-031-5/+1
* | Build the final transformation code and fixed linting errorsSaivan2018-03-042-2/+2
* | Fixed most of the tests relating to transformationsSaivan2018-03-044-22/+34
* | Added matrix composition and decompositionsSaivan2018-03-034-43/+107
* | All transformations except fx and Transformations are passing nowSaivan2018-03-022-14/+14
* | Fixed a few more specifications regarding the new transformsSaivan2018-03-021-1/+1
* | Merge branch '3.0.0' of github.com:svgdotjs/svg.js into 786-new-transformationsSaivan2018-03-021-1/+21
|\|
| * make ungroup working on groups and nested for one depthsUlrich-Matthias Schäfer2018-03-011-1/+21
* | Fixed some tests involving transforms and elementsSaivan2018-03-0211-123/+112
|\|
| * fixed all that errors which come along when removing an object. Fixed tests, ...Ulrich-Matthias Schäfer2018-03-019-42/+38
| * return explicit null if there is no rootUlrich-Matthias Schäfer2018-03-011-1/+3
| * merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to deci...Ulrich-Matthias Schäfer2018-03-014-31/+28
| * search and replace replaced to muchUlrich-Matthias Schäfer2018-02-271-2/+2
| * found the error whereelse. go back to version before with applied fixUlrich-Matthias Schäfer2018-02-271-13/+9
| * fixed error that listener was strangely defined even if function was called w...Ulrich-Matthias Schäfer2018-02-271-8/+13