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

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

Is there a way to work with [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller) ?

Basically I'm trying to add an error message under input, input is inside div which gets `parent` ref from auto-animate, and the div is inside flex container with 2 other...

It works perfectly well with some sipmle element like P or Li. But when I tried to implement it to more complex components with style and structure like these: .squares...

Assume this template: ```vue ``` In javascript, this triggers every second. ```js const getActiveSongs = async () => { const ret: { songs: Song[], finished: number } = (await axios.get('/api/song/active')).data...

https://github.com/Tencent/omi/tree/master/packages/omi-auto-animate

i'm using [the plugin](https://auto-animate.formkit.com/#plugins) to replace the default animation keyframes with custom ones and i think there should be a way to update/swap the keyframes of adding/removing elements instead of...

Following the logic to change the duration I tried both: `v-auto-animate="{ duration: 100, enable: false }"` and `v-auto-animate="{ duration: 100, disable: true }"` but neither of those seem to work....

I just updated the plugin used in my Vue.js application. (running Vite) I'm using auto-animate to animate a custom component (which is a list item). After the update I get...