Chaining Multiple Animations
To chain together multiple animations, set the cascade prop to true:
This is almost equivalent to
with the exception that, since each Fade component creates an isolated visibility context, in the second snippet every p will be shown only if they are inside the viewport (after the specified delay).