Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | transforms work with multiple elements too. Satisfy linter | Ulrich-Matthias Schäfer | 2018-06-03 | 3 | -49/+10 | |
| | ||||||
* | transformation works now for ONE element. More work required | Ulrich-Matthias Schäfer | 2018-06-03 | 2 | -31/+65 | |
| | ||||||
* | first tries to make transformations work | Ulrich-Matthias Schäfer | 2018-06-02 | 5 | -26/+88 | |
| | ||||||
* | Began implementing the transformation functions | Saivan | 2018-06-02 | 5 | -106/+126 | |
| | ||||||
* | The timelines continue function requests a step animation frame | Saivan | 2018-06-01 | 2 | -13/+24 | |
| | ||||||
* | renamed method names as suggested, added failing test | Ulrich-Matthias Schäfer | 2018-06-01 | 1 | -9/+7 | |
| | ||||||
* | 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 | 1 | -4/+30 | |
| | ||||||
* | Fixed the final position while swinging | Saivan | 2018-05-31 | 1 | -10/+11 | |
| | ||||||
* | worked a bit on timeline, build example, found bug which needs a fix | Ulrich-Matthias Schäfer | 2018-05-30 | 2 | -31/+67 | |
| | ||||||
* | The runners step was reimplemented with tests | Saivan | 2018-05-31 | 4 | -73/+78 | |
| | ||||||
* | fixed declaritive again, fromArray now works on all object instances | Ulrich-Matthias Schäfer | 2018-05-30 | 8 | -54/+39 | |
| | ||||||
* | implemented EventTarget + runner does not loop forever anymore | Ulrich-Matthias Schäfer | 2018-05-29 | 5 | -41/+60 | |
| | ||||||
* | Got looping working with only a single wait | Saivan | 2018-05-30 | 1 | -32/+30 | |
| | ||||||
* | Looping is now working and code is generally cleaner | Saivan | 2018-05-29 | 2 | -157/+130 | |
| | ||||||
* | fix declaritive | Ulrich-Matthias Schäfer | 2018-05-29 | 2 | -6/+8 | |
| | ||||||
* | Diagnosing the declarative animations and suggesting changes | Saivan | 2018-05-29 | 3 | -48/+59 | |
| | ||||||
* | implement methods, reorganize runner, list questions | Ulrich-Matthias Schäfer | 2018-05-29 | 3 | -233/+217 | |
| | ||||||
* | Started planning the way events work and got Spring working | Saivan | 2018-05-28 | 4 | -117/+147 | |
| | ||||||
* | 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 | 1 | -43/+35 | |
|/ | ||||||
* | Fixed all of the low hanging problems so declarative works | Saivan | 2018-05-26 | 4 | -94/+126 | |
| | ||||||
* | simple fix for morpharray | Ulrich-Matthias Schäfer | 2018-05-25 | 2 | -4/+2 | |
| | ||||||
* | fixed some more errores, make declaritive controllers partially work. added ↵ | Ulrich-Matthias Schäfer | 2018-05-24 | 4 | -56/+67 | |
| | | | | PID controller for testing reasons | |||||
* | go through specs and make fixes where needed | Ulrich-Matthias Schäfer | 2018-05-24 | 2 | -25/+42 | |
| | ||||||
* | 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 | 4 | -68/+144 | |
| | ||||||
* | Should be the final redesign | Saivan | 2018-05-24 | 5 | -436/+716 | |
| | ||||||
* | Added a few more use cases and such | Saivan | 2018-05-22 | 4 | -77/+92 | |
|\ | ||||||
| * | add requestAnimationFrame Mock and tests for the animator | Ulrich-Matthias Schäfer | 2018-05-16 | 1 | -2/+2 | |
| | | ||||||
* | | Most of the animations are working | Saivan | 2018-05-17 | 6 | -34/+92 | |
|/ | ||||||
* | allow arrays of events to be passed to `on()` and `off` | Ulrich-Matthias Schäfer | 2018-05-16 | 1 | -3/+13 | |
| | ||||||
* | 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 | 4 | -30/+80 | |
| | | | | | | - 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 | 6 | -127/+209 | |
| | | | | | | | | | | | | | | | 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 | 15 | -43/+97 | |
| | ||||||
* | More work on the timeline and morphables | Saivan | 2018-05-01 | 2 | -203/+372 | |
| | ||||||
* | The animations work with the .queue method | Saivan | 2018-05-01 | 4 | -234/+161 | |
| | ||||||
* | Another collaboration session with @Fuzzyma | Saivan | 2018-04-30 | 6 | -159/+438 | |
| | ||||||
* | Added some timeline and Morphing functions | Saivan | 2018-04-23 | 6 | -49/+563 | |
| | ||||||
* | Initial planning for the Timeline Module | Saivan | 2018-04-18 | 9 | -1052/+1683 | |
| | | | | | | 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 | |||||
* | Removed gbox and fixed a few typos | Saivan | 2018-03-05 | 3 | -16/+2 | |
| | | | | | Since gbox is completely replaced by rbox, we don't need it anymore. There were also a few small errors to fix. | |||||
* | Fixed recommendations by @Fuzzyma regarding transforms | Saivan | 2018-03-05 | 6 | -65/+45 | |
| | | | | | | | | | | | | This commit fixes a number of issues with transformations: - Removed move/dmove/etc... on groups - Sugar was being passed origin instead of ox, oy - Updated the changelog - Removed parseMatrix in favor of new SVG.Matrix() - .matrix is the getter for a matrix, not .transform - added a [02:24:41] Using gulpfile ~/Desktop/svg/svg.js/gulpfile.js [02:24:41] Starting 'lint'... [02:24:43] Finished 'lint' after 2.32 s directive | |||||
* | Integrated the transformations into the changes in 3.0.0 | Saivan | 2018-03-04 | 1 | -5/+1 | |
|\ | ||||||
| * | removed `size()` from `SVG.Text` to avoid name clash | Ulrich-Matthias Schäfer | 2018-03-03 | 1 | -5/+1 | |
| | | ||||||
* | | Build the final transformation code and fixed linting errors | Saivan | 2018-03-04 | 2 | -2/+2 | |
| | | ||||||
* | | Fixed most of the tests relating to transformations | Saivan | 2018-03-04 | 4 | -22/+34 | |
| | | ||||||
* | | Added matrix composition and decompositions | Saivan | 2018-03-03 | 4 | -43/+107 | |
| | | | | | | | | | | | | | | | | This commit adds matrix composition and decompositions (untested), it also adds another playground to test that this is working as expected in every case. We also fixed a few linting errors. |