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

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.

Results 107 auto-animate issues
Sort by recently updated
recently updated
newest added

I have a setup essentially looking like this: ```js ``` The modals are from an external library (Materialize) and right now due to auto-animate the Modal pop-up animation is quite...

Great work for this awesome library! Would be nice to have an option to disable animation programmatically, for example when doing drag'n'drop. Crude example with react-beautiful-dnd: ``` const [autoAnimateEnabled, setAutoAnimateEnabled]...

Hey there! Great job with this library, it's such a quick and easy way to improve UX. I encountered an issue where the animations do not work when a container...

ideas welcome

windows chrome 102.0.5005.63 https://codesandbox.io/s/naughty-butterfly-ze3mcu?file=/src/App.js When overflow is auto, the scroll bar will flicker during animation Subsequent animation flickers after scrolling scrollbar manually ![333](https://user-images.githubusercontent.com/7368072/170658228-ee8325d3-68fa-4194-9873-5d78e5a117f2.gif)

I get the type: ```ts import { AutoAnimateOptions, AutoAnimationPlugin } from "../index"; /** * AutoAnimate hook for adding dead-simple transitions and animations to react. * @param options - Auto animate...

bug
typescript

Trying to test this, but getting the following error: ``` npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/react npm ERR! peerOptional react@"^16.8.0" from @formkit/[email protected] npm ERR! node_modules/@formkit/auto-animate npm ERR!...

Hello, installing this package then importing it in my project throws the following error: `Module not found: Error: Package path ./react is not exported from package C:\Users\Mak\Sites\Tests\erb-4.0.1-qms\node_modules\@formkit\auto-animate (see exports field...

This error occurs across different browsers and platforms. The condition which will check if the reference to the `el` isn't anticipated Could it be fixed by adding a couple of...

Encountered with this error in firefox on line 241 (as shown on screenshot) I guess the issue occurs in function `cancel()` which I can't find the reference to but I...