Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiagolino8/svelte-auto-animate


https://github.com/thiagolino8/svelte-auto-animate

Last synced: 8 days ago
JSON representation

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!