calimarkus/JDFlipNumberView

animateToValue should use the given speed

calimarkus opened this issue · 1 comments

- (void) animateToValue: (NSInteger) value withDuration: (CGFloat) duration is limited to the minimum timer speed of 0.001s currently set within JDFlipNumberView.m.

Fixed in v2. Currently available on the develop branch.