This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
Added two new functions for implementing an "end of list" bounce animation:
void sliding_text_layer_animate_bounce_up(SlidingTextLayer* layer);
void sliding_text_layer_animate_bounce_down(SlidingTextLayer* layer);
Also added a new function to check if a SlidingTextLayer is currently animating.
bool sliding_text_layer_is_animating(SlidingTextLayer* layer);
Updated the demo application with both of these new APIs.