auto-animate icon indicating copy to clipboard operation
auto-animate copied to clipboard

Wrong arguments order in AutoAnimationPlugin declaration

Open MBelniak opened this issue 2 years ago • 0 comments

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

MBelniak avatar Dec 18 '23 09:12 MBelniak