aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* make one test pass in travisUlrich-Matthias Schäfer2018-11-051-1/+1
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-0511-5838/+19
* rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-051-3/+3
* forgot about memory testsUlrich-Matthias Schäfer2018-11-041-0/+1
* Revert back to classes, fix remaining testsUlrich-Matthias Schäfer2018-11-047-83/+74
* fix even more testsUlrich-Matthias Schäfer2018-11-048-255/+145
* implement registerMethods(), introduce real arrays for modern browsers, fix s...Ulrich-Matthias Schäfer2018-11-048-295/+123
* fix testsUlrich-Matthias Schäfer2018-10-186-2997/+2912
* fixing testsUlrich-Matthias Schäfer2018-10-104-14/+18
* Optimized the matrix functions so that the transform function is a multitude ...Ulrich-Matthias Schäfer2018-10-082-139/+49
* The timelines continue function requests a step animation frameSaivan2018-06-011-3/+13
* renamed method names as suggested, added failing testUlrich-Matthias Schäfer2018-06-011-25/+62
* fix for the endvalue of the animationUlrich-Matthias Schäfer2018-05-311-9/+240
* add failing testUlrich-Matthias Schäfer2018-05-311-0/+12
* worked a bit on timeline, build example, found bug which needs a fixUlrich-Matthias Schäfer2018-05-301-2/+228
* The runners step was reimplemented with testsSaivan2018-05-311-42/+70
* Got looping working with only a single waitSaivan2018-05-301-0/+31
* fixed some more errores, make declaritive controllers partially work. added P...Ulrich-Matthias Schäfer2018-05-241-1/+19
* go through specs and make fixes where neededUlrich-Matthias Schäfer2018-05-243-38/+38
* Stuff is moving again after fixing several stuffUlrich-Matthias Schäfer2018-05-241-0/+273
* Added a few more use cases and suchSaivan2018-05-224-4/+199
|\
| * add requestAnimationFrame Mock and tests for the animatorUlrich-Matthias Schäfer2018-05-164-3/+135
* | Most of the animations are workingSaivan2018-05-172-3/+11
|/
* fixed morphing. Changed easing function so that it can handle stringsUlrich-Matthias Schäfer2018-05-151-15/+47
* tests for Morphable and related stuffUlrich-Matthias Schäfer2018-05-011-0/+70
* Initial planning for the Timeline ModuleSaivan2018-04-182-1/+112
* Removed gbox and fixed a few typosSaivan2018-03-051-3/+3
* Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-055-144/+26
* Integrated the transformations into the changes in 3.0.0Saivan2018-03-041-7/+0
|\
| * removed `size()` from `SVG.Text` to avoid name clashUlrich-Matthias Schäfer2018-03-031-7/+0
* | Fixed all transformation tests, the new transforms are readySaivan2018-03-043-16/+22
* | Fixed most of the tests relating to transformationsSaivan2018-03-045-602/+637
* | Added matrix composition and decompositionsSaivan2018-03-031-2/+2
* | All transformations except fx and Transformations are passing nowSaivan2018-03-029-49/+41
* | Fixed a few more specifications regarding the new transformsSaivan2018-03-027-81/+42
* | Fixed some tests involving transforms and elementsSaivan2018-03-026-78/+83
|\|
| * fixed all that errors which come along when removing an object. Fixed tests, ...Ulrich-Matthias Schäfer2018-03-015-19/+23
| * fixed error that listener was strangely defined even if function was called w...Ulrich-Matthias Schäfer2018-02-271-55/+56
* | Implemented new transformationsSaivan2018-03-024-167/+168
* | Made developing a little more enjoyableSaivan2018-02-271-18/+17
|/
* remove test for `show()`Ulrich-Matthias Schäfer2018-02-061-7/+0
* improved SVG.on and el.on (#727)Ulrich-Matthias Schäfer2017-07-281-252/+31
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-256-50/+109
* use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()`Ulrich-Matthias Schäfer2017-07-101-4/+4
* renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)Ulrich-Matthias Schäfer2017-07-072-4/+4
* renamed `SVG.Stop` constructor `at()` on `SVG.Gradient` to `stop()` (#707)Ulrich-Matthias Schäfer2017-07-072-31/+31
* reworked textPath (see #705)Ulrich-Matthias Schäfer2017-07-072-37/+48
* Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-07-0611-1186/+2557
|\
| * Update CHANGELOG and rebuild the libRémi Tétreault2017-05-271-2/+28
| * Merge pull request #676 from jcorentin/fix-height-width-animationRémi Tétreault2017-05-261-0/+16
| |\