[Phaser 3] Juice Plugin

Nice little plugin!

It would be cool if you could chain the effects or have timeline controls for rudimentary animations. Something like this (I know, the API is different):

juice(sprite)
    .shake()
    .flash();
1 Like