codeinabox@programming.dev to CSS@programming.devEnglish · 6 months agoUsing CSS to Add A Reading Progress Bar To My Sitewww.bentasker.co.ukexternal-linkmessage-square4linkfedilinkarrow-up13arrow-down10
arrow-up13arrow-down1external-linkUsing CSS to Add A Reading Progress Bar To My Sitewww.bentasker.co.ukcodeinabox@programming.dev to CSS@programming.devEnglish · 6 months agomessage-square4linkfedilink
minus-squarebeelzebum@lemmy.worldlinkfedilinkarrow-up4·6 months agoso you’re invented a scroll bar? Or did you break the scroll bar with some other CSS trick?
minus-squareorcaAlinkfedilinkarrow-up3·6 months agoThe trick is that it’s purely CSS using animation-timeline: scroll(y). Previous approaches for this had to lean on JS.
so you’re invented a scroll bar? Or did you break the scroll bar with some other CSS trick?
The trick is that it’s purely CSS using
animation-timeline: scroll(y). Previous approaches for this had to lean on JS.