Christopher Rizzo
Results
2
issues of
Christopher Rizzo
Hey, I am trying to write tests to check the state changes of my component on mouse enter. ```js describe('animeButton', () => { it('swaps between normal and hover views', ()...
Hey all, I'm trying to do some function based elasticity per the anime.js documentation. The following works for duration and delay, but not for elasticity. Does React-Anime not support this...