Docs
Image Split
Image Split
This component provides a dynamic and visually captivating way to display images split into multiple sections. Each section can be offset, creating an intriguing sliced view of the image, which smoothly animates and reforms into its original state as it comes into view.
Loading...
Installation
Props
Prop | Type | Description | Default |
---|---|---|---|
src | string | The source URL of the image to be split into sections. | - |
sections | number | The number of sections to split the image into. | 9 |
offsetStep | number | The amount of vertical offset for each image section. | 20 |
duration | number | The duration of the animation (in milliseconds) for the slices to move. | 400 |