slice-image-onclick-effect
v0.0.1
Published
An Astro component that creates an interactive image slicing effect when clicked. The image is divided into multiple slices that animate apart or transform dynamically, revealing content beneath or creating a visually striking transition.
Downloads
1
Maintainers
Readme
slice-image-onclick-effect
An Astro component that creates an interactive image slicing effect when clicked. The image is divided into multiple slices that animate apart or transform dynamically, revealing content beneath or creating a visually striking transition.
Installation 📖
# You can intall with npm
npm install slice-image-onclick-effect
# or with yarn
yarn add slice-image-onclick-effect
# or with pnpm
pnpm add slice-image-onclick-effectUsage ⚙️
---
import SliceImageOnclickEffect from 'slice-image-onclick-effect';
---
<SliceImageOnclickEffect imageUrl={"https://20essentials.github.io/project-1309/assets/foto.avif"} />
