Floating Elements
A component that creates a floating animation effect for child elements, perfect for showcasing partner logos or trusted-by sections.
Installation
Usage
Example
Custom Styling
API Reference
Prop | Type | Default |
---|---|---|
children | React.ReactNode | - |
className | string | - |
elementClassName | string | - |
gridClassName | string | - |
title | string | - |
animationConfig | AnimationConfig | - |
AnimationConfig
Prop | Type | Default |
---|---|---|
minDistance | number | 0 |
maxDistance | number | 50 |
duration | number | 3000 |
easing | string | cubic-bezier(0.4, 0, 0.2, 1) |
shouldRandomizeInitialPosition | boolean | false |
Edit on GitHub
Last updated on