Hi! I’m working on small game and I needed to animate only x value of scale vector of game object. As I found Defold currently support only uniform scale (no?) so I wrote functions for custom animation.
- It works only for X value but you can change it
- It works only with one active animation. If you want more - make table for all animations.
- It doesn’t have playback mode and easing type
You can find my code here