tween.js
tween.js copied to clipboard
add tests for yoyo and repeat with nested objects (make changes if needed).
With the merge of https://github.com/tweenjs/tween.js/pull/539 and https://github.com/tweenjs/tween.js/pull/541 we got support for animating properties inside nested object or arrays.
But we haven't tested repeat or yoyo with this yet. We should add some tests and and example, and update the implementation if needed.