Skip to content

v0.15.2

Compare
Choose a tag to compare
@nandorojo nandorojo released this 23 Sep 00:05
· 304 commits to master since this release

Features

β†’ Sequences now work with loop: true and repeat!

<MotiView
  animate={{
    opacity: [0, 1, { value: 0, delay: 1000 }]
  }}
  transition={{
    loop: true,
  }}
/>

Fixes

β†’ Fix AnimatePresence's custom prop on native
β†’ Don't default to from styles if there aren't any