I’m not sure if there’s any other sort of trickery other than just a lot of time and energy for all the text, but hopefully that points you in the right direction to prototype something similar
You’d section the section, or container that the text/span is in. Go to interactions and create a new element trigger for ‘scroll into view’. Start a new animation, select the text span and add an interest to change the colour.
It kind of work but I am not really convinced by the result. It works better with empty fonts as original state, and I have no clue how to do that. But thanks)))
ah my bad, as you see in the example, it seems like there is only the border of the font in the original state which is gradually filled in on scroll. I meant this effect. So far I manage to only change the color from pink to black on scroll.
This empty effect of the font - I don’t know how to achieve this.
That’s how you get the effect of stroked letters.
as you scroll, each span is added with the class=“fill”.
The class “fill”, ads the text fill color #202121 with a 0.3s transition.
You understand by now, you must use some custom coding to achieve this effect.
The closest option you have to achieve this effect, without using any custom coding -
natively in Webflow, is using Lottie.
You can easily animate this effect, or any other cool text animation,
using “while scrolling” to animate it with some smoothing.
Upside: It will perform great. better than the effect you referred to.
Downside: it’s an animation. NOT TEXT! so use it accordingly,
with all the repercussions in consideration.
My two cents… learn " DevTools". you have time until June
it will assist and improve you in any aspect of web development.
Check out the animation called “Scrub Each Word” — this is done through custom code, not Webflow native animations, so may take some figuring out. But I think this is a good solution to your problem.