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

Auto-animate seems to work great on an SVG element, but typescript freaks out. ```ts Argument of type 'SVGSVGElement' is not assignable to parameter of type 'HTMLElement'. ``` Would it be...

Hello, I'm getting this on Svelte using the following versions: "@sveltejs/kit": "^1.0.0-next.476", "svelte": "^3.50.1", ``` import autoAnimate from '@formkit/auto-animate'; {#each elements as el} ... some content {/each} ``` Typescript complains...

I just created a test application using AutoAnimate, and while testing on my local environment all the animations work as desired, however after deploying the app none of the animations...

I just saw the new release, and I wanted to try out the new Angular support. I created a new Angular v14 application, tried the steps in the documentation, and...

## The problem The current implementation of react useAutoAnimate hook uses useEffect to trigger autoanimate(element), while this approach works when the element is already rendered, it doesn't work when element...

``` [Vue warn]: Failed to resolve directive: auto-animate [nitro] [dev] [unhandledRejection] TypeError: Cannot read properties of undefined (reading 'getSSRProps') at component line where v-auto-animate is used ```

Greetings! Thanks for this amazing library! I have created a SolidJ integration for autoAnimate that will let us easily use autoAnimate with SolidJS. ## Methods of use This integration provides...

Hey Guys amazing library thanks so much for your contirbuation!. I wanted to ask is it currently possible to use auto animate with multiple parents in the same component. [Something...

I've been interested in this library. But, while I was checking the documentation, I noticed text flickering in animated containers. Please check the below GIF ![image](https://i.imgur.com/lJ2tNtl.gif) is this a known...

Ran into a use-case where I'm building an Astro + Vue app and want to use the `v-auto-animate` directive, but don't have a Vue app where I can globally install...