auto-animate
auto-animate copied to clipboard
Wrong arguments order in AutoAnimationPlugin declaration
In https://github.com/formkit/auto-animate/blob/master/src/index.ts#L791 you can see the argument newCoordinates is before oldCoordinates, but in the 'remain' action the order is switched: https://github.com/formkit/auto-animate/blob/master/src/index.ts#L540