animateToValue should use the given speed
calimarkus opened this issue · 1 comments
calimarkus commented
- (void) animateToValue: (NSInteger) value withDuration: (CGFloat) duration
is limited to the minimum timer speed of 0.001s currently set within JDFlipNumberView.m
.
calimarkus commented
Fixed in v2. Currently available on the develop branch.