codeinabox@programming.dev to CSS@programming.devEnglish · 5 months agoUsing CSS to Add A Reading Progress Bar To My Sitewww.bentasker.co.ukexternal-linkmessage-square3linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1external-linkUsing CSS to Add A Reading Progress Bar To My Sitewww.bentasker.co.ukcodeinabox@programming.dev to CSS@programming.devEnglish · 5 months agomessage-square3linkfedilink
minus-squarebeelzebum@lemmy.worldlinkfedilinkarrow-up0·5 months agoso you’re invented a scroll bar? Or did you break the scroll bar with some other CSS trick?
minus-squareorca@orcas.enjoying.yachtslinkfedilinkarrow-up1·5 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.