nithinpp69 / react-native-circular-progress-indicator

react native circular progress indicator library
MIT License
242 stars 54 forks source link

Setting a custom duration immediately sets progress to value without animating. #109

Closed sannajammeh closed 1 year ago

sannajammeh commented 1 year ago

Adding a custom duration prop will disable all animation and show the circular progress as the current value.

sannajammeh commented 1 year ago

Never mind, my mistake thinking the duration would be in seconds instead of milliseconds.