Loading video...
Video Failed to Load
scroll 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 { to { --pos: 124; }}
117,737 views • 1 year ago •via X (Twitter)
12 Comments

here's the @CodePen for this one! 🤙 wanted to tidy a little before postin' it happy to throw together the JavaScript version if you need, the concept is the same ✨

📢It is live! @figma design to @MUI_hq or @AntDesignUI "Whether your design is well organized or a bit chaotic, using standard components or none, Anima takes it all and translates it into high-quality #MUI or #AntDesign code."-->

Dang! I feel like I need a crash course on modern CSS

Honestly every time you post some absolutely mind-blowing CSS it makes me question everything

thanks Stefan 🙏

not sure how many times I can say this but: genius

👀 Beautiful! Syntax highlighting for programming codes would be great.

Is it possible to get code? I tried to find it on your cdpn, but couldn't

Can you do a codepen of this

posted it underneath 🤙 gonna add some extra breakdown for it

Does it work on ios chrome?

Chrome doesn't really exist on iOS so not yet But can patch in a snippet of JS to make it work 🤙
