MasayukiSuda / CountAnimationTextView

A tiny Android library makes very easier count animation of TextView.
409 stars 62 forks source link

Features #1

Closed webserveis closed 8 years ago

webserveis commented 8 years ago

Add posibility change steps frequency +1 and speed with animations, ease etc...

MasayukiSuda commented 8 years ago

speed with animations use setInterpolator.

    mCountAnimationTextView
        .setInterpolator(new AccelerateInterpolator())
        .countAnimation(0, 9999999);

Add Kind of easing , please refer to this library .