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

**URL:** https://forum.pinegrow.com/t/animator-plugin-not-working-after-a-certain-animation-now-fixed/1063
**Category:** Styling (CSS)
**Created:** [July 4, 2017, 10:27am UTC](https://forum.pinegrow.com/t/animator-plugin-not-working-after-a-certain-animation-now-fixed/1063 "2017-07-04T10:27:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![schpengle](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/schpengle/32/238_2.png) [@schpengle](https://forum.pinegrow.com/u/schpengle)
#### Post date: [July 4, 2017, 10:27am UTC](https://forum.pinegrow.com/t/animator-plugin-not-working-after-a-certain-animation-now-fixed/1063/1 "2017-07-04T10:27:04Z")

</div>

Yes! my first code contribution 🙂  
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 🙂
