Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Thanks, really helpful.To account for window scroll: const x = ((e.pageX - left - window.scrollX) / width) * 100const y = ((e.pageY - top - window.scrollY) / height) * 100let cursorX = e.pageX - left - window.scrollX let cursorY = e.pageY - top - window.scrollY setPosition({ x, y })setCursorPosition({ x: cursorX, y: cursorY })
whoa, thanks.how can i magnify even closer?
great video really healpful, how can i magnify even closer?
thanks i tried this 😎it is working
Great 👍
Thanks, really helpful.
To account for window scroll:
const x = ((e.pageX - left - window.scrollX) / width) * 100
const y = ((e.pageY - top - window.scrollY) / height) * 100
let cursorX = e.pageX - left - window.scrollX
let cursorY = e.pageY - top - window.scrollY
setPosition({ x, y })
setCursorPosition({ x: cursorX, y: cursorY })
whoa, thanks.
how can i magnify even closer?
great video really healpful, how can i magnify even closer?
thanks i tried this
😎it is working
Great 👍