Untitled
unknown
plain_text
3 years ago
294 B
3
Indexable
{images.map((image, index) => (
<motion.img
style={{ x: 0 }}
initial='hidden'
animate='visible'
exit='exiting'
key={index}
src={image}
variants={variants}
/>
))}Editor is loading...