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.
A previous pull request (#4) added
stop
,pause
, andresume
methods to tags. However, it did not add anupdate
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.