Layout Fancy Stable

ContainerScroll

Scroll-driven animation that rotates and scales a card from tilted to flat

Preview

Installation

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

Usage

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

<ContainerScroll />

Examples

Basic Usage

Slots

SlotDescription
titleContentHeader/title content that translates upward on scroll
cardContentContent inside the animated card that tilts flat on scroll