반응형
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 |
31 |
Tags
- React
- getBoundingClientRect
- Sticky
- Hover
- 반복문
- 이벤트리스너
- SQLD
- html
- scroll
- forEach
- pointermove
- swiper
- input
- ADsP
- 스크롤
- addEventListener
- insertAdjacentHTML
- Animation
- swiperjs
- JavaScript
- classList
- scrollevent
- 가로스크롤
- mousemove
- For
- scrollY
- css
- NodeList
- localstorage
- 애니메이션
Archives
- Today
- Total
목록cursor (1)
ZeroToHunnit Coding

위와 같이 평소엔 마우스 커서를 따라다니는 작은 원이었다가 특정 섹션에 마우스를 올리면 VIEW가 나오는 큰 원으로 변하는 커서를 만들어보았다. HTML VIEW 커서에 미리 VIEW를 넣어 놓는다. CSS .cursor{ position: absolute; width: 30px; height: 30px; background-color: black; border-radius: 50%; z-index: 9999; transition: all 0.3s; display: flex; align-items: center; justify-content: center; } .cursor p{ color: white; font-size: 40px; font-weight: bold; opacity: 0; visibili..
JAVASCRIPT
2024. 1. 19. 14:18