summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-0588-10330/+1686
* rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-0528-1255/+1286
* forgot about memory testsUlrich-Matthias Schäfer2018-11-049-59/+28
* Revert back to classes, fix remaining testsUlrich-Matthias Schäfer2018-11-0451-1944/+2085
* fix even more testsUlrich-Matthias Schäfer2018-11-0424-411/+353
* implement registerMethods(), introduce real arrays for modern browsers, fix s...Ulrich-Matthias Schäfer2018-11-0447-1497/+2190
* fix a few mistakes. Make sugar work. Roll back to childNodes because children...Ulrich-Matthias Schäfer2018-11-0110-214/+441
* introduce register and registerMethod method to get rid of dependency problemsUlrich-Matthias Schäfer2018-11-0148-1791/+1834
* setup rollup to build minimized file and report statsUlrich-Matthias Schäfer2018-10-288-12104/+7508
* resolve last circular dependencies, make rollup workUlrich-Matthias Schäfer2018-10-2730-5787/+12659
* resolve circular references and make example working againUlrich-Matthias Schäfer2018-10-2767-2685/+1641
* 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-1814-3205/+3072
* fix readmeUlrich-Matthias Schäfer2018-10-181-8/+0
* Merge branch '776-new-fx' into 3.0.0Ulrich-Matthias Schäfer2018-10-1880-10598/+16449
|\
| * activate sugar before mergeUlrich-Matthias Schäfer2018-10-182-308/+304
| * changelog updateUlrich-Matthias Schäfer2018-10-181-0/+1
| * package-lockUlrich-Matthias Schäfer2018-10-171-0/+1270
| * add babel, satisfy linter, build distUlrich-Matthias Schäfer2018-10-1711-4972/+5823
| * fix timeline timing with runnersUlrich-Matthias Schäfer2018-10-131-11/+13
| * fixing testsUlrich-Matthias Schäfer2018-10-106-70/+83
| * fix schedule so it uses runnertime correctlyUlrich-Matthias Schäfer2018-10-102-65/+108
| * 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-088-228/+209
| * 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-203-76/+139
| * 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-203-83/+145
| * fix transformations introducing target transforms with which the origin can b...Ulrich-Matthias Schäfer2018-09-172-16/+48
| * Refactored the getOrigin helper to help fix the relative affine animationsSaivan2018-09-173-38/+38
| * Fixed the relative non-affine transform animationsSaivan2018-09-174-43/+77
| * Found and started fixing an error with the Timeline.schedule functionSaivan2018-09-102-11/+10
| * Added a simple example for relative declarative animationsSaivan2018-07-112-54/+91
| * condens transform function to an overall more stable oneUlrich-Matthias Schäfer2018-07-083-323/+139
| * Fixed the transformation code to use the bbox properlySaivan2018-07-056-201/+75
| * make TransformBag clone the object before alteringUlrich-Matthias Schäfer2018-07-043-8/+21
| * fix origin transformationUlrich-Matthias Schäfer2018-07-044-36/+37
| * Worked towards setting the origin on each frame with linear algebraSaivan2018-07-043-56/+120
| * Fixed an issue that occurred when we applied more than one transformSaivan2018-07-033-32/+86
| * fix rotation issue and make relative declaritive workUlrich-Matthias Schäfer2018-06-295-45/+51
| * Added a potential fix for the problemSaivan2018-06-293-2/+10
| * satisfy linter, fix global varUlrich-Matthias Schäfer2018-06-284-11/+11
| * fix origin bugUlrich-Matthias Schäfer2018-06-286-7705/+6979
| * Add a few debugging statementsSaivan2018-06-285-24/+60
| * Modified the behaviour of absolute transformsSaivan2018-06-287-62/+97
| * fix origin for relative transformationsUlrich-Matthias Schäfer2018-06-273-16/+40
| * Allowed the origin to stay fixed as we animate transformsSaivan2018-06-269-4682/+4739