반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- scrollY
- swiperjs
- css
- classList
- addEventListener
- For
- swiper
- insertAdjacentHTML
- 반복문
- forEach
- NodeList
- scrollevent
- input
- Hover
- mousemove
- React
- Animation
- localstorage
- 가로스크롤
- scroll
- 애니메이션
- Sticky
- getBoundingClientRect
- SQLD
- 이벤트리스너
- pointermove
- 스크롤
- JavaScript
- ADsP
- html
Archives
- Today
- Total
목록마우스커서 (1)
ZeroToHunnit Coding

마우스 커서 자체를 변경해서 새로운 느낌을 줄 수 있지만 다른 요소를 마우스 커서에 따라다니게 하면 더 관심을 살 수 있을 것이다. HTML 그냥 큰 div안에 point-cursur라는 저 따라다니는 것을 만들어 주었다. CSS .point{ width: 100vw; height: 200vh; position: relative; } .point-cursor{ width: 300px; height: 300px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: radial-gradient(#abc574, #674bca); filter: blur(20px); border-radius: 50%; tran..
JAVASCRIPT
2023. 12. 26. 22:54