Jumpy
Febraury 3, 2025Animated card component with an elastic effect and cascading scaling when displayed. Its smooth animation, powered by GSAP, adds dynamism and visual appeal to any design. Ideal for highlighting information with style. Insipirated by @ajfreed_design & @GibsonSMurray





Features
- Rotación aleatoria de imágenes
- Animaciones suaves con GSAP
- Interactividad al pasar el mouse
- Personalización flexible
-
Compatibilidad con enlaces
anchor
Root
Prop | Default | Type | Description |
---|---|---|---|
images | [] | Image[] | Array of image objects with src , alt , and optional href property. |
size | ’medium’ | 'small' | 'medium' | 'large' | tamaño de las imagenes (responsive by default) |
spacing | ’-ml-6’ | string | margin between images (use margin-left from Tailwind) |
spacingHover | 40 | number | Separation distance when hovering over images |
minRotation | 7 | number | Minimum rotation angle for images in degrees |
maxRotation | 8 | number | Maximum rotation angle for images in degrees |
initEase | ’elastic.out(0.5, 0.4)‘ | gsap.EaseFunction | string | GSAP easing function for initial animation |
hoverEase | ’power4.out’ | gsap.EaseFunction | string | GSAP easing function for hover animation |
imageStyles | - | string | Additional classes for the image |
wrapperStyles | - | string | Additional classes for the wrapper Image |
duration | 0.5 | number | Duration of the animations in seconds. |