UNPKG

react-just-parallax

Version:

React library for scroll and mousemove parallax effect ✨ Open source, production-ready

2 lines (1 loc) 75 B
export declare const lerp: (p1: number, p2: number, t: number) => number;