
예시 사이트 : https://examples.motion.dev/react/scroll-linked
Scroll-linked animations
An example of linking an animation to scroll using Motion for React's useScroll hook. View and copy the source code, learn which APIs are used and read the documentation.
examples.motion.dev
header {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
gap: 10px;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
padding: 20px;
background-image:radial-gradient(transparent 1px, #0b1012 1px);
background-size:4px 4px;
backdrop-filter:blur(8px);
mask:linear-gradient(#000 calc(100% - 40px), #0000);
}'CSS&JS > 👀Study from Copying' 카테고리의 다른 글
| [JS]canvas로 오디오 파형 그리기 (0) | 2026.03.12 |
|---|---|
| [JS] canvas로 오디오 스펙트럼 그리기 (0) | 2026.03.12 |
| [CSS/JS] 반응형 사이트 제작시 모바일에서 자주 발생하던 이슈와 해결법 메모 (2) | 2025.08.04 |
| [JS] vanilla JS로 Serialize 구현하기 (0) | 2025.06.16 |
| [CSS/JS] js의 animate로 is-soft의 카드형 투시 슬라이더 구현하기 (1) | 2025.06.13 |