Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/candidosales/animations

Animation lab - React / Framer Motion / Svelte / Svelte Motion / AnimeJS
https://github.com/candidosales/animations

animejs framer-motion react svelte svelte-motion

Last synced: 6 days ago
JSON representation

Animation lab - React / Framer Motion / Svelte / Svelte Motion / AnimeJS

Awesome Lists containing this project

README

        

# Animations lab

## Course

- [Animations](https://animations.dev/)

The course provides exercises using React with Framer Motion, and I tried to convert them to Svelte with Svelte Motion, but I found some issues.

- Svelte Motion uses implementation from Framer Motion version [4.1.1](https://github.com/micha-lmxt/svelte-motion/blob/master/src/render/index.js#L2C10-L2C29) ([Framer Motion - 2021](https://github.com/framer/motion/blob/main/CHANGELOG.md#4111-2021-04-28)), so many features aren't implemented or have bugs, for example `` hasn't option for `mode="popLayout"`;
- The `style` in the `Motion` tag does not work as expected with ``;
- The order of the elements when using `` and `` indicates how the animation will work, so this can bring bugs;