mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
12 lines
275 B
TypeScript
12 lines
275 B
TypeScript
import type { ReactParallaxTiltProps } from "react-parallax-tilt";
|
|
|
|
export const defaultTiltProps: ReactParallaxTiltProps = {
|
|
scale: 1.05,
|
|
tiltMaxAngleX: 8,
|
|
tiltMaxAngleY: 8,
|
|
perspective: 1400,
|
|
glareEnable: true,
|
|
glareMaxOpacity: 0.1,
|
|
glareColor: "#fafafa",
|
|
};
|