You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of ensuring we support more complexity, we will move towards decoupled features with separation of concerns, for example making a Timeline for managing multiple tweens instead of overloading a single class with many features in an unmanageable way.
So, we'll close this in favor of moving in that direction, and features like yoyo and repeat will be separate concepts on their own, hence this problem goes away, and things will be simpler.
With the merge of #539 and #541 we got support for animating properties inside nested object or arrays.
But we haven't tested
repeat
oryoyo
with this yet. We should add some tests and and example, and update the implementation if needed.The text was updated successfully, but these errors were encountered: