Possible feature : Animating through a set of time within a duration
steve21124 opened this issue · 3 comments
currently you have "- (void)animateToValue:(NSInteger)newValue duration:(CGFloat)duration;"
it might be nice to add animateToValue for time. Like animateTimeFrom to animateTimeTo in duration
That would only save you calculating the duration yourself, right? I think that's too less to put a new method in. You can write a category, if you need this more often? Or didn't I get your idea right?
for example animating from 20 March 2007 to 12 June 2010 in 4 seconds or from 15 June 2014 to 10 January 2003 in 8 seconds.
yeah, probably if it is not requested often may be just write a category :)
for the date flipnumberview? get it. but yeah, don't think that is a too common usecase. So I'd recommend to build a category. Will close.