Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename files so that they reflect their exported classes (see next commit) | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -282/+0 |
| | |||||
* | add babel, satisfy linter, build dist | Ulrich-Matthias Schäfer | 2018-10-17 | 1 | -51/+40 |
| | |||||
* | fix timeline timing with runners | Ulrich-Matthias Schäfer | 2018-10-13 | 1 | -11/+13 |
| | |||||
* | fix schedule so it uses runnertime correctly | Ulrich-Matthias Schäfer | 2018-10-10 | 1 | -12/+27 |
| | |||||
* | Found and started fixing an error with the Timeline.schedule function | Saivan | 2018-09-10 | 1 | -1/+0 |
| | | | | This commit finds an error in the scheduling duration that we need to fix. | ||||
* | Runners now work with absolute and relative transformations | Saivan | 2018-06-23 | 1 | -2/+1 |
| | | | | | | 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 🐞 | ||||
* | replace runner set with array and order array for faster access and saving ↵ | Ulrich-Matthias Schäfer | 2018-06-03 | 1 | -46/+54 |
| | | | | of start time | ||||
* | transformation works now for ONE element. More work required | Ulrich-Matthias Schäfer | 2018-06-03 | 1 | -1/+0 |
| | |||||
* | Began implementing the transformation functions | Saivan | 2018-06-02 | 1 | -4/+1 |
| | |||||
* | The timelines continue function requests a step animation frame | Saivan | 2018-06-01 | 1 | -1/+6 |
| | |||||
* | implements Set for runners in timeline | Ulrich-Matthias Schäfer | 2018-05-31 | 1 | -43/+39 |
| | |||||
* | worked a bit on timeline, build example, found bug which needs a fix | Ulrich-Matthias Schäfer | 2018-05-30 | 1 | -20/+50 |
| | |||||
* | The runners step was reimplemented with tests | Saivan | 2018-05-31 | 1 | -0/+1 |
| | |||||
* | Looping is now working and code is generally cleaner | Saivan | 2018-05-29 | 1 | -30/+18 |
| | |||||
* | Diagnosing the declarative animations and suggesting changes | Saivan | 2018-05-29 | 1 | -33/+43 |
| | |||||
* | implement methods, reorganize runner, list questions | Ulrich-Matthias Schäfer | 2018-05-29 | 1 | -158/+72 |
| | |||||
* | Started planning the way events work and got Spring working | Saivan | 2018-05-28 | 1 | -93/+95 |
| | |||||
* | Fixed all of the low hanging problems so declarative works | Saivan | 2018-05-26 | 1 | -4/+3 |
| | |||||
* | fixed some more errores, make declaritive controllers partially work. added ↵ | Ulrich-Matthias Schäfer | 2018-05-24 | 1 | -37/+2 |
| | | | | PID controller for testing reasons | ||||
* | fix runner and timeline so that it schedules animations correctly | Ulrich-Matthias Schäfer | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Stuff is moving again after fixing several stuff | Ulrich-Matthias Schäfer | 2018-05-24 | 1 | -39/+95 |
| | |||||
* | Should be the final redesign | Saivan | 2018-05-24 | 1 | -336/+26 |
| | |||||
* | Added a few more use cases and such | Saivan | 2018-05-22 | 1 | -42/+40 |
|\ | |||||
* | | Most of the animations are working | Saivan | 2018-05-17 | 1 | -14/+51 |
|/ | |||||
* | fixed morphing. Changed easing function so that it can handle strings | Ulrich-Matthias Schäfer | 2018-05-15 | 1 | -1/+5 |
| | | | | | | - 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 | 1 | -124/+78 |
| | | | | | | | | | | | | | | | 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 | 1 | -24/+36 |
| | |||||
* | More work on the timeline and morphables | Saivan | 2018-05-01 | 1 | -76/+358 |
| | |||||
* | The animations work with the .queue method | Saivan | 2018-05-01 | 1 | -28/+60 |
| | |||||
* | Another collaboration session with @Fuzzyma | Saivan | 2018-04-30 | 1 | -89/+131 |
| | |||||
* | Added some timeline and Morphing functions | Saivan | 2018-04-23 | 1 | -44/+130 |
| | |||||
* | Initial planning for the Timeline Module | Saivan | 2018-04-18 | 1 | -0/+171 |
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 |