Skip to content

candidosales/animations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animations lab

Course

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 (Framer Motion - 2021), so many features aren't implemented or have bugs, for example <AnimatePresence> hasn't option for mode="popLayout";
  • The style in the Motion tag does not work as expected with <AnimatePresence>;
  • The order of the elements when using <AnimateSharedLayout> and <AnimatePresence> indicates how the animation will work, so this can bring bugs;

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors