마우스 효과
//원의 크기를 구해서 반지름 값을 변수화
const cursor = document.querySelector(".cursor")
let style = document.querySelector(".cursor").style
document.addEventListener("mousemove",(e) =>{
// let cursorW = cursor.clientWidth/2
// let cursorH = cursor.clientHeight/2
// console.log(cursorW);
// console.log(cursorH);
let rect = cursor.getBoundingClientRect()
gsap.to(".cursor",{left: e.pageX -rect.width/2,top: e.pageY-rect.height/2})
})
style.background ="url(../slider/img/so12.jpg) no-repeat center center fixed"
style.backgroundSize= "cover"
가시뿐이라고 믿었던
선인장도 오래고 더딜지는 모르지만 꽃이 핀다