Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagolino8/svelte-auto-animate
https://github.com/thiagolino8/svelte-auto-animate
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiagolino8/svelte-auto-animate
- Owner: Thiagolino8
- Created: 2024-12-31T16:04:04.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-12-31T16:20:15.000Z (15 days ago)
- Last Synced: 2024-12-31T16:22:47.544Z (15 days ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Svelte Auto Animate
## [@formkit/auto-animate](https://auto-animate.formkit.com/#usage-svelte) but only the flip animation
Svelte default flip animation only works with elements that are direct children of a keyed each block.
auto-animate adds flip animations to any element, but adds enter and exit transitions as well.
This package is a fork of auto animate that keeps only the flip animation, so you can use your svelte transitions with it.## Usage
```svelte
import { flip } from 'svelte-auto-animate';
...
```That's it!