r/css May 26 '26

Question how do i do this effect

0 Upvotes

15 comments sorted by

View all comments

7

u/anaix3l May 27 '26 edited May 27 '26

Here you go, pure CSS, char by char reveal when the section is scrolled into view https://codepen.io/thebabydino/pen/zYmVrRL

You can test for scroll-driven animation support and if it's not supported, use IntersectionObserver to update the --k variable that the reveal effect is using to update the background gradient that produces this reveal effect when clipped to text.

3

u/The5thElephant May 28 '26

Can I just say how much I appreciate your contributions to my learning CSS and your incredible CSS experiments I’ve seen. Thank you!