Effects Fancy Stable

ImageTrailCursor

Trail of images that spawn and animate along the cursor's path, powered by GSAP timelines, with 9 selectable variants spanning simple fades, momentum drift, rotation flings, 3D perspective tilt, and a hard-edge pixelated snap

Preview

Installation

pnpm add fancy-ui-svelte
import { ImageTrailCursor } from 'fancy-ui-svelte'

Usage

svelte
<script lang="ts">
  import { ImageTrailCursor } from 'fancy-ui-svelte';
</script>

<ImageTrailCursor />

Examples

Basic Usage

Animation Variants

9 different trail animation styles, including a hard-edge pixelated snap.

Props

PropTypeDefaultDescription
images string[][]Array of image URLs to show in the trail
variant "type1" | "type2" | ... | "type8" | "pixelated""type1"Animation variant controlling how images appear and move