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

위와 같이 글자의 색이 좌에서 우로 채워지는 듯한 애니메이션을 짜보았다. HTML 안녕하세요 반갑습니다. 안녕하세요 반갑습니다. 코딩 너무 재밌죠? 코딩 너무 재밌죠? CSS .box{ position: relative; transform: translateX(20%); } .box:first-child{ margin-top: 300px; } .gray{ text-align: center; font-size: 100px; color: #999; font-weight: bold; } .black-box{ position: absolute; top: 0; left: 0; overflow: hidden; width: 0; transition: all 0.3s; animation: w100 3s forwards..
HTML,CSS
2023. 12. 22. 22:05