Animated sentence - Reanimated & Moti
This animated sentence component brings words to life with smooth staggered enter and exit animations, powered by **React Native Reanimated** Layout animation, each word enters and exits sequentially.
### Features
- **Callbacks**: You receive a callback for `onExitFinish` and `onEnterFinish` callbacks.
- **Styling**: Style the `Text` component using the `style` prop.
### Usage Example
In `example.tsx`, see how to display a series of sentences that pause for user reading. This is using **Moti** for the background color animation. The delay is set based on average reading speed (words per minute), ensuring each sentence appears at just the right time for readability.