Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

v1.1

Latest
Compare
Choose a tag to compare
@matthewtole matthewtole released this 10 May 19:47
· 9 commits to master since this release

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.