Questions about AnimComposer

Well, there was a discussion on this but it concluded that tweens are not the things we want to save but we do need to have a set of objects (i.e TweenBuilder things) that are savable and are used to build the tweens at runtime, or else we should create them in code for example in groovy or pure java.

Edit:

I tried to follow TweenBuilder things in my editor but it turned out to be complicated and I found creating them in code is much easier.

I just needed to enable the code Hot Reload feature in IDE so there was no need for an editor even;)