Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed some more errores, make declaritive controllers partially work. added ┠| Ulrich-Matthias SchÀfer | 2018-05-24 | 6 | -77/+112 |
| | | | | PID controller for testing reasons | ||||
* | go through specs and make fixes where needed | Ulrich-Matthias SchÀfer | 2018-05-24 | 6 | -63/+81 |
| | |||||
* | fix runner and timeline so that it schedules animations correctly | Ulrich-Matthias SchÀfer | 2018-05-24 | 2 | -2/+2 |
| | |||||
* | Stuff is moving again after fixing several stuff | Ulrich-Matthias SchÀfer | 2018-05-24 | 6 | -96/+445 |
| | |||||
* | Should be the final redesign | Saivan | 2018-05-24 | 7 | -436/+800 |
| | |||||
* | Added a few more use cases and such | Saivan | 2018-05-22 | 12 | -86/+421 |
|\ | |||||
| * | add requestAnimationFrame Mock and tests for the animator | Ulrich-Matthias SchÀfer | 2018-05-16 | 8 | -10/+143 |
| | | |||||
* | | Most of the animations are working | Saivan | 2018-05-17 | 11 | -4679/+4772 |
|/ | |||||
* | allow arrays of events to be passed to `on()` and `off` | Ulrich-Matthias SchÀfer | 2018-05-16 | 3 | -9/+29 |
| | |||||
* | fixed small typo | Ulrich-Matthias SchÀfer | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | fixed morphing. Changed easing function so that it can handle strings | Ulrich-Matthias SchÀfer | 2018-05-15 | 7 | -4646/+4742 |
| | | | | | | - error in Matrix constructor which ignores translateX (and more?) - generelized all morphable objects so that they behave logical - SVG.Morphable can handle all datatypes now | ||||
* | The timeline is now decoupled from the real time | Saivan | 2018-05-15 | 11 | -4733/+4897 |
| | | | | | | | | | | | | | | | This commit allows the timeline to exist independently of the actual time. This will allow it to be used to seek through an animation with relative ease. We also made some architectural changes to the timeline to support this. Changes ======= - Refactored the runner into its own file without exposing it to the user (changed the gulpfile) - The timeline no longer depends on the current time - The user can supply absolute times to queue events - Some more methods have been integrated into the timeline | ||||
* | make morphing work, fix inheritance, animations now work | Ulrich-Matthias SchÀfer | 2018-05-01 | 17 | -4596/+4689 |
| | |||||
* | More work on the timeline and morphables | Saivan | 2018-05-01 | 3 | -216/+388 |
| | |||||
* | The animations work with the .queue method | Saivan | 2018-05-01 | 7 | -240/+214 |
| | |||||
* | tests for Morphable and related stuff | Ulrich-Matthias SchÀfer | 2018-05-01 | 1 | -0/+70 |
| | |||||
* | Another collaboration session with @Fuzzyma | Saivan | 2018-04-30 | 10 | -1201/+669 |
| | |||||
* | Added some timeline and Morphing functions | Saivan | 2018-04-23 | 8 | -52/+602 |
| | |||||
* | Initial planning for the Timeline Module | Saivan | 2018-04-18 | 14 | -1376/+2136 |
| | | | | | | This commit just includes a few plans and a massive derrangement of the fx module before it is to be refactored into the Timeline module. The basic methods are included, but everything is broken |