codeinabox@programming.dev to CSS@programming.devEnglish · 4 days 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 · 4 days agomessage-square4linkfedilink
minus-squareorcaAlinkfedilinkarrow-up3·3 days agoThe trick is that it’s purely CSS using animation-timeline: scroll(y). Previous approaches for this had to lean on JS.
The trick is that it’s purely CSS using
animation-timeline: scroll(y). Previous approaches for this had to lean on JS.