Tilt Packages

repa-tilt

tilt the content of the element based on mouse or mobile device orientation

1.0.2 • Published 7 years ago

tilt-hook

A simple React hook that creates a tilting card effect. ```jsx export default function CardWrapper() { const wrapperElement = useRef() const cardElement = useRef() const setDistance = useTilt(wrapperElement, cardElement, { degree: 30 })

1.0.18 • Published 2 years ago