react-sequence-animator
react-sequence-animator copied to clipboard
A React library for sequence animations
API says to use **Play()** to play the animation, but it is actually **Start()**
Add next js support. error - ./node_modules/react-sequence-animator/dist/esm/SpriteAnimator/SpriteAnimator.scss Global CSS cannot be imported from within node_modules. Read more: https://nextjs.org/docs/messages/css-npm Location: node_modules/react-sequence-animator/dist/esm/SpriteAnimator/SpriteAnimator.js
Love the concept :) I was just thinking if I want to animate this on scroll and then how can we achieve this?
Hi there, I seem to be having an issue whereby my slider seems to 'jitter' as the image changes  I am using next.js, and have tried to make...