aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Optimized the matrix functions so that the transform function is a multitude ...Ulrich-Matthias Schäfer2018-10-083-52/+105
* make sure, that we use the correct startTransformUlrich-Matthias Schäfer2018-09-211-8/+7
* make sure runner[0] always exists (rework that requirement!)Ulrich-Matthias Schäfer2018-09-211-2/+4
* adding optimized transformation function to speed up things a tiny bitUlrich-Matthias Schäfer2018-09-202-46/+109
* get rid of that unnecessary bbox call on every frameUlrich-Matthias Schäfer2018-09-203-6/+16
* finally solve transformations one and for all time!Ulrich-Matthias Schäfer2018-09-202-80/+89
* fix transformations introducing target transforms with which the origin can b...Ulrich-Matthias Schäfer2018-09-171-7/+32
* Refactored the getOrigin helper to help fix the relative affine animationsSaivan2018-09-172-6/+15
* Fixed the relative non-affine transform animationsSaivan2018-09-173-25/+46
* Found and started fixing an error with the Timeline.schedule functionSaivan2018-09-101-1/+0
* Added a simple example for relative declarative animationsSaivan2018-07-111-1/+1
* condens transform function to an overall more stable oneUlrich-Matthias Schäfer2018-07-082-191/+109
* Fixed the transformation code to use the bbox properlySaivan2018-07-054-187/+41
* make TransformBag clone the object before alteringUlrich-Matthias Schäfer2018-07-042-6/+16
* fix origin transformationUlrich-Matthias Schäfer2018-07-043-26/+26
* Worked towards setting the origin on each frame with linear algebraSaivan2018-07-042-25/+55
* Fixed an issue that occurred when we applied more than one transformSaivan2018-07-032-5/+33
* fix rotation issue and make relative declaritive workUlrich-Matthias Schäfer2018-06-293-41/+44
* Added a potential fix for the problemSaivan2018-06-292-0/+8
* satisfy linter, fix global varUlrich-Matthias Schäfer2018-06-283-5/+5
* fix origin bugUlrich-Matthias Schäfer2018-06-283-33/+22
* Add a few debugging statementsSaivan2018-06-283-14/+40
* Modified the behaviour of absolute transformsSaivan2018-06-284-11/+37
* fix origin for relative transformationsUlrich-Matthias Schäfer2018-06-272-11/+9
* Allowed the origin to stay fixed as we animate transformsSaivan2018-06-264-31/+57
* make transformations retargatable for declaritiveUlrich-Matthias Schäfer2018-06-261-66/+30
* Runners now work with absolute and relative transformationsSaivan2018-06-232-119/+139
* fix merging of transformationsUlrich-Matthias Schäfer2018-06-041-5/+28
* 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-033-49/+10
* transformation works now for ONE element. More work requiredUlrich-Matthias Schäfer2018-06-032-31/+65
* first tries to make transformations workUlrich-Matthias Schäfer2018-06-025-26/+88
* Began implementing the transformation functionsSaivan2018-06-025-106/+126
* The timelines continue function requests a step animation frameSaivan2018-06-012-13/+24
* renamed method names as suggested, added failing testUlrich-Matthias Schäfer2018-06-011-9/+7
* 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-311-4/+30
* Fixed the final position while swingingSaivan2018-05-311-10/+11
* worked a bit on timeline, build example, found bug which needs a fixUlrich-Matthias Schäfer2018-05-302-31/+67
* 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
|\