Animator Plugin - not working after a certain animation. -now fixed

Yes! my first code contribution :slight_smile:
I have… FIXED a plugin.
the Animator plugin (NOT the pro)
Broke around THIS part in the plugin

‘rotateInDownLeft’,name: ‘rotateInDownLeft’ },
//and they all go wrong from here! -fixed it as they were one line out of order
{key: ‘rotateInDownRight’,name: ‘rotateOutDownRight’ },
{key: ‘rotateInUpLeft’,name: ‘rotateInUpLeft’ },

It’s now been updated on Github via the Fine @itsmeleo :slight_smile:

3 Likes