codeinabox@programming.dev to CSS@programming.devEnglish · 1 month 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 · 1 month agomessage-square4linkfedilink
minus-squarebeelzebum@lemmy.worldlinkfedilinkarrow-up4·1 month agoso you’re invented a scroll bar? Or did you break the scroll bar with some other CSS trick?
minus-squareorca@orcas.enjoying.yachtslinkfedilinkarrow-up3·1 month 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.