node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 96 forks source link

Added runLoop option to animation library #75

Closed williamoverton closed 5 years ago

williamoverton commented 5 years ago

Added helper function for repeating animation and added example to readme

williamoverton commented 5 years ago

Made change to animation resolution as it was causing errors with short animations. e.g. instant colour changes with delay in between

Fensterbank commented 5 years ago

Great change, thanks. I would have needed that several times before.