ripple
ripple copied to clipboard
add update(dt) to tags
A previous pull request (#4) added stop
, pause
, and resume
methods to tags. However, it did not add an update
method, so while you could pause a tag's children by calling a method on the tag, you could not update it by the same manner. This is primarily relevant when you bring in fading. This pull request aims to resolve that.