| Commit message (Expand) | Author | Age | Files | Lines |
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 67 | -525/+465 |
* | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 24 | -437/+440 |
* | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 6 | -26/+14 |
* | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 42 | -480/+520 |
* | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 14 | -37/+59 |
* | implement registerMethods(), introduce real arrays for modern browsers, fix s... | Ulrich-Matthias Schäfer | 2018-11-04 | 37 | -174/+637 |
* | fix a few mistakes. Make sugar work. Roll back to childNodes because children... | Ulrich-Matthias Schäfer | 2018-11-01 | 6 | -29/+81 |
* | introduce register and registerMethod method to get rid of dependency problems | Ulrich-Matthias Schäfer | 2018-11-01 | 45 | -332/+394 |
* | resolve last circular dependencies, make rollup work | Ulrich-Matthias Schäfer | 2018-10-27 | 22 | -221/+309 |
* | resolve circular references and make example working again | Ulrich-Matthias Schäfer | 2018-10-27 | 64 | -2675/+1477 |
* | rename files | Ulrich-Matthias Schäfer | 2018-10-26 | 2 | -0/+0 |
* | convert everything to es6 classes and imports | Ulrich-Matthias Schäfer | 2018-10-25 | 66 | -3796/+3863 |
* | Rename files so that they reflect their exported classes (see next commit) | Ulrich-Matthias Schäfer | 2018-10-25 | 38 | -0/+0 |
* | fix tests | Ulrich-Matthias Schäfer | 2018-10-18 | 4 | -69/+28 |
* | activate sugar before merge | Ulrich-Matthias Schäfer | 2018-10-18 | 1 | -151/+151 |
* | add babel, satisfy linter, build dist | Ulrich-Matthias Schäfer | 2018-10-17 | 8 | -402/+237 |
* | fix timeline timing with runners | Ulrich-Matthias Schäfer | 2018-10-13 | 1 | -11/+13 |
* | fixing tests | Ulrich-Matthias Schäfer | 2018-10-10 | 2 | -56/+65 |
* | fix schedule so it uses runnertime correctly | Ulrich-Matthias Schäfer | 2018-10-10 | 1 | -12/+27 |
* | Cant see the forest with all these trees... | Ulrich-Matthias Schäfer | 2018-10-08 | 1 | -4/+2 |
* | Optimized the matrix functions so that the transform function is a multitude ... | Ulrich-Matthias Schäfer | 2018-10-08 | 3 | -52/+105 |
* | make sure, that we use the correct startTransform | Ulrich-Matthias Schäfer | 2018-09-21 | 1 | -8/+7 |
* | make sure runner[0] always exists (rework that requirement!) | Ulrich-Matthias Schäfer | 2018-09-21 | 1 | -2/+4 |
* | adding optimized transformation function to speed up things a tiny bit | Ulrich-Matthias Schäfer | 2018-09-20 | 2 | -46/+109 |
* | get rid of that unnecessary bbox call on every frame | Ulrich-Matthias Schäfer | 2018-09-20 | 3 | -6/+16 |
* | finally solve transformations one and for all time! | Ulrich-Matthias Schäfer | 2018-09-20 | 2 | -80/+89 |
* | fix transformations introducing target transforms with which the origin can b... | Ulrich-Matthias Schäfer | 2018-09-17 | 1 | -7/+32 |
* | Refactored the getOrigin helper to help fix the relative affine animations | Saivan | 2018-09-17 | 2 | -6/+15 |
* | Fixed the relative non-affine transform animations | Saivan | 2018-09-17 | 3 | -25/+46 |
* | Found and started fixing an error with the Timeline.schedule function | Saivan | 2018-09-10 | 1 | -1/+0 |
* | Added a simple example for relative declarative animations | Saivan | 2018-07-11 | 1 | -1/+1 |
* | condens transform function to an overall more stable one | Ulrich-Matthias Schäfer | 2018-07-08 | 2 | -191/+109 |
* | Fixed the transformation code to use the bbox properly | Saivan | 2018-07-05 | 4 | -187/+41 |
* | make TransformBag clone the object before altering | Ulrich-Matthias Schäfer | 2018-07-04 | 2 | -6/+16 |
* | fix origin transformation | Ulrich-Matthias Schäfer | 2018-07-04 | 3 | -26/+26 |
* | Worked towards setting the origin on each frame with linear algebra | Saivan | 2018-07-04 | 2 | -25/+55 |
* | Fixed an issue that occurred when we applied more than one transform | Saivan | 2018-07-03 | 2 | -5/+33 |
* | fix rotation issue and make relative declaritive work | Ulrich-Matthias Schäfer | 2018-06-29 | 3 | -41/+44 |
* | Added a potential fix for the problem | Saivan | 2018-06-29 | 2 | -0/+8 |
* | satisfy linter, fix global var | Ulrich-Matthias Schäfer | 2018-06-28 | 3 | -5/+5 |
* | fix origin bug | Ulrich-Matthias Schäfer | 2018-06-28 | 3 | -33/+22 |
* | Add a few debugging statements | Saivan | 2018-06-28 | 3 | -14/+40 |
* | Modified the behaviour of absolute transforms | Saivan | 2018-06-28 | 4 | -11/+37 |
* | fix origin for relative transformations | Ulrich-Matthias Schäfer | 2018-06-27 | 2 | -11/+9 |
* | Allowed the origin to stay fixed as we animate transforms | Saivan | 2018-06-26 | 4 | -31/+57 |
* | make transformations retargatable for declaritive | Ulrich-Matthias Schäfer | 2018-06-26 | 1 | -66/+30 |
* | Runners now work with absolute and relative transformations | Saivan | 2018-06-23 | 2 | -119/+139 |
* | fix merging of transformations | Ulrich-Matthias Schäfer | 2018-06-04 | 1 | -5/+28 |
* | replace runner set with array and order array for faster access and saving of... | Ulrich-Matthias Schäfer | 2018-06-03 | 2 | -48/+54 |
* | transforms work with multiple elements too. Satisfy linter | Ulrich-Matthias Schäfer | 2018-06-03 | 3 | -49/+10 |