Sublime
An inspiration engine for ideas
♾️Infinite scroll test 1
#threejs #r3f #gsap #creativecoding https://t.co/CIMMtCEAx3
deadrabbbbitx.comthis box teaches you how to tie model animation to scroll. but the issue is damping—you need to make sure that the animation doesn't go haywire if you scroll fast. drei/scrollcontrols maxSpeed takes care of that.
deploy: https://t.co/ZIzl89j5UF
sandbox: https://t.co/OOBv1xzEi8 https://t.co/DYEdFH82EZ
☄︎x.comscroll to type with CSS ✨
p {
animation: type steps(124);
animation-timeline: --main;
background: var(--cursor) calc(var(--pos) * 1ch) 0 / 1ch 1lh no-repeat border-box, var(--txt) 0 0 / calc(var(--pos) * 1ch) 100% no-repeat text;
}
@keyframes type {... See more
jhey ʕ•ᴥ•ʔx.comPretty fun seeing how you can combine different CSS tricks with scroll 😁
The basic combination of overflow: hidden and steps() animation timing makes this happen ⭐️ https://t.co/DTxlXLvlCb
jhey ʕ•ᴥ•ʔx.comCSS progressive blur on scroll 📜
+ apply contrast for goo scroll
https://t.co/l8SO64eCKF
jhey ʕ•ᴥ•ʔx.complaying with @v0 + @midjourney video + 4o
▪️video playback follows scroll (back & forth)
▪️everything fades in only after videos preload
▪️custom minimalistic scrollbar https://t.co/X1GqUbMRlj
Guillermo Rauchx.comanother trick for an "infinite" list - create a cylinder and spin it https://t.co/rc0ObrVaMp
Robert Pavlinićx.comScroll 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.com