@jojovms/tilt-card-core
v0.0.2
Published
Tiltō: A premium 3D tilt interaction effect for your cards.
Downloads
200
Maintainers
Readme
@jojovms/tilt-card-core
A premium 3D tilt effect library for your UI.
Installation
npm install @jojovms/tilt-card-coreUsage
import { Tiltō } from '@jojovms/tilt-card-core';
new Tiltō('#my-card', {
max: 15,
scale: 1.05,
glare: true
});Options
| Option | Type | Default | Description |
|--------|------|---------|-------------|
| max | number | 15 | Max tilt rotation (deg) |
| perspective | number | 1000 | Transform perspective |
| scale | number | 1.05 | Element scale on hover |
| glare | boolean | false | Enable glare effect |
| glareMaxOpacity | number | 0.5 | Max opacity of glare |
