aboutsummaryrefslogtreecommitdiffstats
path: root/useCases.md
Commit message (Collapse)AuthorAgeFilesLines
* The runners step was reimplemented with testsSaivan2018-05-311-2/+1
|
* Started planning the way events work and got Spring workingSaivan2018-05-281-18/+51
|
* Fixed all of the low hanging problems so declarative worksSaivan2018-05-261-0/+47
|
* Should be the final redesignSaivan2018-05-241-0/+83
|
* Added a few more use cases and suchSaivan2018-05-221-0/+124
|
* The timeline is now decoupled from the real timeSaivan2018-05-151-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