Commit graph

9 commits

Author SHA1 Message Date
Frédéric Bolvin
0dbda4ba80
Merge pull request #69 from seriousManual/run
Add return value to `run` method.
2018-11-12 11:57:22 +00:00
Manuel Ernst
77b05c30ee FIX(animation): consider easing options
Up to now a default easing method 'linear' was used even
if the easing option has been set.

This commit makes sure that the assigned easing option is considered
when animating.w
2018-11-12 08:52:50 +01:00
Manuel Ernst
0daccdb2e1 Add return value to run method
Currently the `run` method has no return value.

It would be helpful if the method would return a reference
to the animation itselves, so that code like this would
be possible:

````javascript
let foo = new DMX.Animation()
   .add(...)
   .run(...);
````
2018-11-12 08:51:57 +01:00
marc
f558e0465a added stop method to animation 2018-01-11 19:21:43 +01:00
Sebastian Wiedenroth
4003ff812a rewrite webinterface to use express and cdn hosted bootstrap 2013-11-17 17:45:53 +01:00
Sebastian Wiedenroth
bf5cede0ca start refactoring to seperate dmx api, drivers and webinterface 2013-11-17 01:41:27 +01:00
Max Stockner
645773b09c change animation api: set universe when calling run 2013-07-31 11:54:18 +02:00
Sebastian Wiedenroth
633c125d51 tuning 2012-09-02 14:59:49 +02:00
Sebastian Wiedenroth
d80e08f2c9 working animation framework 2012-09-02 14:36:08 +02:00