Editorial Parallax
Split screen testimonial with parallax scroll effect.
testimonialparallaxeditorialsplit
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
images | string[] | [...array of image URLs] | Array of rotating background image URLs. |
avatar | string | https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?auto=format&fit=crop&w=800&q=80 | Author avatar image URL. |
author | string | Marcus Chen | Author name. |
role | string | Architect & Designer | Author role/title. |
quote | string | It is rare to find a tool that balances power with such delicate simplicity. | Testimonial quote text. |
subtitle | string | The Founder's Story | Subtitle text. |
backgroundColor | string | #EBE9E4 | Background color (hex, rgb, or hsl). |
imageRotationInterval | number | 1000 | Image rotation interval in milliseconds. |