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