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

이런 신기한 폰트 애니메이션을 만들어보았다. HTML H E L L O W O R L D p태그에 따로따로 담아주었다. CSS @import url('https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&display=swap'); .font{ font-family: "Hepta Slab"; text-align: center; margin-top: 300px; font-size: 60px; font-variation-settings: "wght"100; white-space: nowrap; float: left; animation: ani infinite cubic-bezier(0.215, 0.610, 0.355, 1) 2s; } .font:n..
HTML,CSS
2024. 1. 5. 22:37