Vertical carousel animation - Reanimated
The **Vertical carousel animation** component leverages **React Native Reanimated** to create a scrollable list where items scale, fade, and slide into view based on their position.
### Components
- **Item Component**: Each carousel item animates using `interpolate` to adjust **opacity** and **scale** based on scroll position. `FadeInDown` is applied for entry, adding a smooth drop effect.
- **Title Component**: Item titles animate with `translateY` and `scale` as they enter the viewport, creating a parallax-style effect.
- **PaginationIndicator**: Right-side indicators reflect the current scroll position, dynamically adjusting **opacity** and **scale**.