cezary / react-progress

Simple youtube style progress bar for React
http://cezary.github.io/react-progress
153 stars 13 forks source link

Use svg and animate on stroke-dashoffset #10

Open stevemao opened 7 years ago

stevemao commented 7 years ago

css width property would force reflow (https://gist.github.com/paulirish/5d52fb081b3570c81e3a, https://csstriggers.com/width). stroke-dashoffset doesn't so it's a lot more efficient. Alternatively you could use transform: scaleX()