Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The runners step was reimplemented with tests | Saivan | 2018-05-31 | 1 | -2/+1 |
| | |||||
* | Started planning the way events work and got Spring working | Saivan | 2018-05-28 | 1 | -18/+51 |
| | |||||
* | Fixed all of the low hanging problems so declarative works | Saivan | 2018-05-26 | 1 | -0/+47 |
| | |||||
* | Should be the final redesign | Saivan | 2018-05-24 | 1 | -0/+83 |
| | |||||
* | Added a few more use cases and such | Saivan | 2018-05-22 | 1 | -0/+124 |
| | |||||
* | The timeline is now decoupled from the real time | Saivan | 2018-05-15 | 1 | -0/+44 |
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 |