예제로 공부하기/마우스 효과 3

마우스 효과 뒷 배경 조명 효과로 보기

마우스를 따라다니는 조명 효과 마우스 효과 3번에선 조명 ? 돋보기 느낌이 나는 효과를 넣어보았습니다. Javasrcipt Mouse Effect03 마우스 이펙트 - 마우스 따라다니기 1 2 3 4 5 6 Money can't buy happiness, but sitting in a Mercedes is more comfortable than riding a bike and crying. 돈으로는 행복을 살 순 없지만, 자전거에 탄 채로 우는 것보단 벤츠에 앉아 우는 게 편하다. esansi@naver.com 1,2번과 동일하게 cursor를 만든 뒤 커서 좌표를 출력해 주는데 새로운 방법을 사용해서 출력을 하려합니다. getBoundingClientRect() getBoundingClientRect(..

마우스 효과 2 - 마우스를 따라다니는 효과 GSAP편-

마우스 효과 2 GSAP를 이용해 마우스를 따라다니는 효과 Javasrcipt Mouse Effect02 마우스 이펙트 - 마우스 따라다니기 1 2 3 4 5 6 It's not the idea that counts, it's the realization of that idea. 중요한 것은 아이디어가 아니라, 그 아이디어를 실현하는 것이다. esansi@naver.com 마우스 효과 2에선 cursor를 2개를 만들어 따라오는 효과를 GSAP를 사용해 나타낸다 https://greensock.com/ GreenSock GSAP is an industry standard JavaScript animation library from GreenSock that lets you craft high-perfor..

마우스 효과

Javasrcipt Mouse Effect01 마우스 이펙트 - 마우스 따라다니기 1 2 3 4 5 6 I want a car that makes me want to compete rather than a car that makes me win. 나는 나를 이기게 해주는 차보다는 경쟁하고 싶도록 해주는 차를 원한다. clientX : 0px clientY : 0px offsetX : 0px offset : 0px pageX : 0px pageY : 0px screenX : 0px screenY : 0px esansi@naver.com transform 속성 scale(), rotate(), translate(), skew() transform:scale() - X 또는 Y축으로 확대/ 축소 scale은 ..