Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | finally solve transformations one and for all time! | Ulrich-Matthias Schäfer | 2018-09-20 | 3 | -83/+145 | |
| | | | | | | | | This is great - we should party hard. I mean - it took like 4 month to get this done. That's way to much! I don't want anymore. Pease send help :D | |||||
| * | fix transformations introducing target transforms with which the origin can ↵ | Ulrich-Matthias Schäfer | 2018-09-17 | 2 | -16/+48 | |
| | | | | | | | | be transformed | |||||
| * | Refactored the getOrigin helper to help fix the relative affine animations | Saivan | 2018-09-17 | 3 | -38/+38 | |
| | | | | | | | | | | | | | | | | | | | | This commit refactors the getOrigin helper, in order to send the origin to the correct space. The origin should be expressed in the space of the last animation. Changes ======= - Refactored the getOrigin helper - Added a simple example to the dirty file to test multiple transformations | |||||
| * | Fixed the relative non-affine transform animations | Saivan | 2018-09-17 | 4 | -43/+77 | |
| | | | | | | | | | | | | | | | | | | This commit uncovered an issue with the relative non-affine transformations. It is now correctly fixed and working. Next we should fix the affine transforms as well. Changes ======= - Fixed the relative non-affine transformation animations | |||||
| * | Found and started fixing an error with the Timeline.schedule function | Saivan | 2018-09-10 | 2 | -11/+10 | |
| | | | | | | | | This commit finds an error in the scheduling duration that we need to fix. | |||||
| * | Added a simple example for relative declarative animations | Saivan | 2018-07-11 | 2 | -54/+91 | |
| | | | | | | | | | | | | | | | | | | This commit adds an example that demonstrates how I'd imagine declarative animations should work and how they should mirror what imperative animations would do Changes ======= - Added a simple declarative example | |||||
| * | condens transform function to an overall more stable one | Ulrich-Matthias Schäfer | 2018-07-08 | 3 | -323/+139 | |
| | | ||||||
| * | Fixed the transformation code to use the bbox properly | Saivan | 2018-07-05 | 6 | -201/+75 | |
| | | | | | | | | | | This commit fixes the transformations and allows single animated transformations to properly work. | |||||
| * | make TransformBag clone the object before altering | Ulrich-Matthias Schäfer | 2018-07-04 | 3 | -8/+21 | |
| | | ||||||
| * | fix origin transformation | Ulrich-Matthias Schäfer | 2018-07-04 | 4 | -36/+37 | |
| | | ||||||
| * | Worked towards setting the origin on each frame with linear algebra | Saivan | 2018-07-04 | 3 | -56/+120 | |
| | | | | | | | | | | This commit attempts to modify the origin on each frame, but it seems that we have some kind of bug that we need to fix first | |||||
| * | Fixed an issue that occurred when we applied more than one transform | Saivan | 2018-07-03 | 3 | -32/+86 | |
| | | | | | | | | | | This commit allows us to apply more than one transform to an element, and have them correctly applied to the element. | |||||
| * | fix rotation issue and make relative declaritive work | Ulrich-Matthias Schäfer | 2018-06-29 | 5 | -45/+51 | |
| | | ||||||
| * | Added a potential fix for the problem | Saivan | 2018-06-29 | 3 | -2/+10 | |
| | | ||||||
| * | satisfy linter, fix global var | Ulrich-Matthias Schäfer | 2018-06-28 | 4 | -11/+11 | |
| | | ||||||
| * | fix origin bug | Ulrich-Matthias Schäfer | 2018-06-28 | 6 | -7705/+6979 | |
| | | ||||||
| * | Add a few debugging statements | Saivan | 2018-06-28 | 5 | -24/+60 | |
| | | ||||||
| * | Modified the behaviour of absolute transforms | Saivan | 2018-06-28 | 7 | -62/+97 | |
| | | | | | | | | | | This commit slightly modifies the behaviour of absolute transforms, we will get them working soon :D | |||||
| * | fix origin for relative transformations | Ulrich-Matthias Schäfer | 2018-06-27 | 3 | -16/+40 | |
| | | ||||||
| * | Allowed the origin to stay fixed as we animate transforms | Saivan | 2018-06-26 | 9 | -4682/+4739 | |
| | | | | | | | | | | | | | | | | | | | | | | This commit start to remove the expensive bbox calculation by assuming that the origin stays at a fixed point during an animation. This is a good assumption as transforms don't change the bbox of the element. Changes ======= - Refactor the Element.transform function - Make a getOrigin function to call the bbox only one time | |||||
| * | make transformations retargatable for declaritive | Ulrich-Matthias Schäfer | 2018-06-26 | 2 | -97/+72 | |
| | | ||||||
| * | Runners now work with absolute and relative transformations | Saivan | 2018-06-23 | 3 | -145/+176 | |
| | | | | | | | | | | | | This commit finally gets transformations workin in both absolute and relative mode. This is the last **major** hurdle for the new animation module, so we just need to clean it up and fix some bugs 🐞 | |||||
| * | fix merging of transformations | Ulrich-Matthias Schäfer | 2018-06-04 | 2 | -33/+40 | |
| | | ||||||
| * | replace runner set with array and order array for faster access and saving ↵ | Ulrich-Matthias Schäfer | 2018-06-03 | 2 | -48/+54 | |
| | | | | | | | | of start time | |||||
| * | transforms work with multiple elements too. Satisfy linter | Ulrich-Matthias Schäfer | 2018-06-03 | 6 | -65/+36 | |
| | | ||||||
| * | transformation works now for ONE element. More work required | Ulrich-Matthias Schäfer | 2018-06-03 | 4 | -38/+83 | |
| | | ||||||
| * | first tries to make transformations work | Ulrich-Matthias Schäfer | 2018-06-02 | 8 | -4647/+4734 | |
| | | ||||||
| * | Began implementing the transformation functions | Saivan | 2018-06-02 | 8 | -4813/+4809 | |
| | | ||||||
| * | The timelines continue function requests a step animation frame | Saivan | 2018-06-01 | 5 | -20/+132 | |
| | | ||||||
| * | renamed method names as suggested, added failing test | Ulrich-Matthias Schäfer | 2018-06-01 | 2 | -34/+69 | |
| | | ||||||
| * | Simplified the stepping logic to avoid detecting edge cases | Saivan | 2018-06-01 | 1 | -64/+56 | |
| | | ||||||
| * | implements Set for runners in timeline | Ulrich-Matthias Schäfer | 2018-05-31 | 2 | -44/+41 | |
| | | ||||||
| * | fix for the endvalue of the animation | Ulrich-Matthias Schäfer | 2018-05-31 | 2 | -13/+270 | |
| | | ||||||
| * | Fixed the final position while swinging | Saivan | 2018-05-31 | 2 | -11/+14 | |
| | | ||||||
| * | add failing test | Ulrich-Matthias Schäfer | 2018-05-31 | 1 | -0/+12 | |
| | | ||||||
| * | worked a bit on timeline, build example, found bug which needs a fix | Ulrich-Matthias Schäfer | 2018-05-30 | 6 | -71/+368 | |
| | | ||||||
| * | The runners step was reimplemented with tests | Saivan | 2018-05-31 | 7 | -143/+215 | |
| | | ||||||
| * | fixed declaritive again, fromArray now works on all object instances | Ulrich-Matthias Schäfer | 2018-05-30 | 10 | -77/+44 | |
| | | ||||||
| * | implemented EventTarget + runner does not loop forever anymore | Ulrich-Matthias Schäfer | 2018-05-29 | 9 | -4693/+4713 | |
| | | ||||||
| * | Got looping working with only a single wait | Saivan | 2018-05-30 | 3 | -35/+79 | |
| | | ||||||
| * | Looping is now working and code is generally cleaner | Saivan | 2018-05-29 | 3 | -164/+143 | |
| | | ||||||
| * | fix declaritive | Ulrich-Matthias Schäfer | 2018-05-29 | 2 | -6/+8 | |
| | | ||||||
| * | Diagnosing the declarative animations and suggesting changes | Saivan | 2018-05-29 | 4 | -58/+68 | |
| | | ||||||
| * | implement methods, reorganize runner, list questions | Ulrich-Matthias Schäfer | 2018-05-29 | 4 | -242/+239 | |
| | | ||||||
| * | Started planning the way events work and got Spring working | Saivan | 2018-05-28 | 6 | -165/+230 | |
| | | ||||||
| * | Merge branch '776-new-fx' of github.com:svgdotjs/svg.js into 776-new-fx | Saivan | 2018-05-28 | 9 | -35/+51 | |
| |\ | ||||||
| | * | satisfy linter | Ulrich-Matthias Schäfer | 2018-05-27 | 9 | -35/+51 | |
| | | | ||||||
| * | | Segmenting out some Controllers | Saivan | 2018-05-28 | 2 | -73/+65 | |
| |/ | ||||||
| * | Fixed all of the low hanging problems so declarative works | Saivan | 2018-05-26 | 7 | -165/+235 | |
| | | ||||||
| * | simple fix for morpharray | Ulrich-Matthias Schäfer | 2018-05-25 | 3 | -8/+31 | |
| | |