I am using ref to animate elements on scroll.
const foo = () => { if (!ref.current) return; const rect = ref.current.getBoundingClientRect(); set