This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Jhey ʕ·ᴥ· ʔ
jhey.dev
did:plc:mqptcphqrjhr5nziy33f3kco
progressive scroll blurring with CSS ✨
– translate progressive blurred layers on scroll
– tighten blur with contrast and brightness 👇
.blur-stack {
animation: drop;
animation-timeline: --scroller;
animation-range: 0 var(--size);
height: var(--size);
}
2024-10-26T01:04:04.504Z