aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-0567-525/+465
* rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-0524-437/+440
* forgot about memory testsUlrich-Matthias Schäfer2018-11-046-26/+14
* Revert back to classes, fix remaining testsUlrich-Matthias Schäfer2018-11-0442-480/+520
* fix even more testsUlrich-Matthias Schäfer2018-11-0414-37/+59
* implement registerMethods(), introduce real arrays for modern browsers, fix s...Ulrich-Matthias Schäfer2018-11-0437-174/+637
* fix a few mistakes. Make sugar work. Roll back to childNodes because children...Ulrich-Matthias Schäfer2018-11-016-29/+81
* introduce register and registerMethod method to get rid of dependency problemsUlrich-Matthias Schäfer2018-11-0145-332/+394
* resolve last circular dependencies, make rollup workUlrich-Matthias Schäfer2018-10-2722-221/+309
* resolve circular references and make example working againUlrich-Matthias Schäfer2018-10-2764-2675/+1477
* rename filesUlrich-Matthias Schäfer2018-10-262-0/+0
* convert everything to es6 classes and importsUlrich-Matthias Schäfer2018-10-2566-3796/+3863
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-2538-0/+0
* fix testsUlrich-Matthias Schäfer2018-10-184-69/+28
* activate sugar before mergeUlrich-Matthias Schäfer2018-10-181-151/+151
* add babel, satisfy linter, build distUlrich-Matthias Schäfer2018-10-178-402/+237
* fix timeline timing with runnersUlrich-Matthias Schäfer2018-10-131-11/+13
* fixing testsUlrich-Matthias Schäfer2018-10-102-56/+65
* fix schedule so it uses runnertime correctlyUlrich-Matthias Schäfer2018-10-101-12/+27
* Cant see the forest with all these trees...Ulrich-Matthias Schäfer2018-10-081-4/+2
* 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