react-progress icon indicating copy to clipboard operation
react-progress copied to clipboard

Use svg and animate on stroke-dashoffset

Open stevemao opened this issue 8 years ago • 0 comments

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()

stevemao avatar Mar 28 '17 05:03 stevemao