Sublime
An inspiration engine for ideas
Scroll velocity CSS text-shadow 📜
1. Animate 2 custom properties on scroll
2. Transition one of the property values
3. Use the diff (velocity) for the text-shadow position 🤙
A CSS take on it. https://t.co/5UoGYjMpN1
jhey ʕ•ᴥ•ʔx.comCSS scroll-driven contents island 🏖️
:root {
animation: sync;
animation-timeline: scroll();
counter-reset: p var(--p);
}
@keyframes sync { to {--p: 100;}}
.p::before { content: counter(p) '%';} https://t.co/2gXMwGThAH
jhey ʕ•ᴥ•ʔx.comFor infinite scrollers like @gardenEight, you have a maximum of 6 planes even though they seem unlimited.
The ones leaving from the top are constantly placed at the bottom (or reversed).
It seems to be removed now... See more
Daniel Velasquezx.comFuture CSS Tip! 🔮
You can create responsive animated text reveals with CSS scroll-driven animations 🔥
section { /* The red element in the video */
view-timeline-name: --section;
}
p {
animation: fill both linear;
... See more
jhey ʕ•ᴥ•ʔx.comSeems this effect has become quite popular.
Setting it up to be responsive and scroll-driven was a little trickier than I had anticipated. Excited to teach my students this and so much more in 2024.
For now enjoy the fixed-size, single... See more
Carl 💥 Creative Coding Clubx.comCustom live animation typography tool self-made with @ProcessingOrg
#design #type #scripting https://t.co/S6bM9lDUbz
Schultzschultzx.com