v0.15.2
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