aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Runners now work with absolute and relative transformationsSaivan2018-06-233-145/+176
| * fix merging of transformationsUlrich-Matthias Schäfer2018-06-042-33/+40
| * replace runner set with array and order array for faster access and saving of...Ulrich-Matthias Schäfer2018-06-032-48/+54
| * transforms work with multiple elements too. Satisfy linterUlrich-Matthias Schäfer2018-06-036-65/+36
| * transformation works now for ONE element. More work requiredUlrich-Matthias Schäfer2018-06-034-38/+83
| * first tries to make transformations workUlrich-Matthias Schäfer2018-06-028-4647/+4734
| * Began implementing the transformation functionsSaivan2018-06-028-4813/+4809
| * The timelines continue function requests a step animation frameSaivan2018-06-015-20/+132
| * renamed method names as suggested, added failing testUlrich-Matthias Schäfer2018-06-012-34/+69
| * Simplified the stepping logic to avoid detecting edge casesSaivan2018-06-011-64/+56
| * implements Set for runners in timelineUlrich-Matthias Schäfer2018-05-312-44/+41
| * fix for the endvalue of the animationUlrich-Matthias Schäfer2018-05-312-13/+270
| * Fixed the final position while swingingSaivan2018-05-312-11/+14
| * 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-306-71/+368
| * The runners step was reimplemented with testsSaivan2018-05-317-143/+215
| * fixed declaritive again, fromArray now works on all object instancesUlrich-Matthias Schäfer2018-05-3010-77/+44
| * implemented EventTarget + runner does not loop forever anymoreUlrich-Matthias Schäfer2018-05-299-4693/+4713
| * Got looping working with only a single waitSaivan2018-05-303-35/+79
| * Looping is now working and code is generally cleanerSaivan2018-05-293-164/+143
| * fix declaritiveUlrich-Matthias Schäfer2018-05-292-6/+8
| * Diagnosing the declarative animations and suggesting changesSaivan2018-05-294-58/+68
| * implement methods, reorganize runner, list questionsUlrich-Matthias Schäfer2018-05-294-242/+239
| * Started planning the way events work and got Spring workingSaivan2018-05-286-165/+230
| * 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-282-73/+65
| |/
| * Fixed all of the low hanging problems so declarative worksSaivan2018-05-267-165/+235
| * simple fix for morpharrayUlrich-Matthias Schäfer2018-05-253-8/+31
| * fixed some more errores, make declaritive controllers partially work. added P...Ulrich-Matthias Schäfer2018-05-246-77/+112
| * go through specs and make fixes where neededUlrich-Matthias Schäfer2018-05-246-63/+81
| * 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-246-96/+445
| * Should be the final redesignSaivan2018-05-247-436/+800
| * Added a few more use cases and suchSaivan2018-05-2212-86/+421
| |\
| | * add requestAnimationFrame Mock and tests for the animatorUlrich-Matthias Schäfer2018-05-168-10/+143
| * | Most of the animations are workingSaivan2018-05-1711-4679/+4772
| |/
| * allow arrays of events to be passed to `on()` and `off`Ulrich-Matthias Schäfer2018-05-163-9/+29
| * 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-157-4646/+4742
| * The timeline is now decoupled from the real timeSaivan2018-05-1511-4733/+4897
| * make morphing work, fix inheritance, animations now workUlrich-Matthias Schäfer2018-05-0117-4596/+4689
| * More work on the timeline and morphablesSaivan2018-05-013-216/+388
| * The animations work with the .queue methodSaivan2018-05-017-240/+214
| * tests for Morphable and related stuffUlrich-Matthias Schäfer2018-05-011-0/+70
| * Another collaboration session with @FuzzymaSaivan2018-04-3010-1201/+669
| * Added some timeline and Morphing functionsSaivan2018-04-238-52/+602
| * Initial planning for the Timeline ModuleSaivan2018-04-1814-1376/+2136
| * Removed gbox and fixed a few typosSaivan2018-03-056-37/+9
| * Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-0518-293/+143