Gavin Weeks @flikq.dev · Dec 11

You can also specify a staggered prop so you can apply the component to a flatlist item (or a map) to help with stuff like this. Ultimately it was created to do this without needing to specify index * X on each use case so it has that set as a default in the component.

1 likes 1 replies

?

Replies

Gavin Weeks · Dec 11

It’s all pretty basic reanimated stuff, just packaged in a way to avoid repetition on durations, delays, animations etc As when I decide to change things, which I do a lot, I only need to edit the component and not every use case.