Sublime
An inspiration engine for ideas
Intersting halftone top scroll indicator ᠅
→ https://t.co/MqnaF2HNBv https://t.co/248CVhDpHX
Jim Raptisx.comhere it is on device 👀
scrolling acts like a drag gesture
when "scrollsnapchange" fires, the Popover is closed depending on the scroll position 🤙
position: sticky keeps the reaction bar in place 🫶
explores how far you can push it with... See more
jhey ʕ•ᴥ•ʔx.comscrollittome
scrollitto.meScroll masking with CSS scroll animation as a progressive enhancement ⭐️
.scroller {
animation: mask-up;
animation-timeline: scroll(self);
animation-range: 0 1rem;
mask-composite: exclude;
}
@keyframes mask-up {
to {... See more
jhey ʕ•ᴥ•ʔx.comcontent wave with CSS scroll animation
li {
animation: grow both var(--custom-in-out-ease);
animation-timeline: view(inline);
}
@keyframes grow { 50% { width: var(--desired-size); } }
bonus javascript for drag to scroll with... See more
jhey ʕ•ᴥ•ʔx.comCSS progressive blur on scroll 📜
+ apply contrast for goo scroll
https://t.co/l8SO64eCKF
jhey ʕ•ᴥ•ʔx.com