react-progress
react-progress copied to clipboard
Simple youtube style progress bar for React
Progress bar hides on `percent >= 100`. Added a new prop `showProgressOnHundred` to override the behavior.
Hi! I tryed this on this component: ```jsx (this._progressRef = ref)} /> ``` **But got this warning:** Warning: Stateless function components cannot be given refs. Attempts to access this ref...
Hello, Unfortunately I haven't had the time to maintain this project. Rather than let it stagnate and potentially break projects I'd be more than happy to transfer github and npm...
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()`
The animation flows backwards when setting the progress back to 0. There should be some sort of reset method, that would maybe hide the progress when it goes back. I...