TimelyTextView icon indicating copy to clipboard operation
TimelyTextView copied to clipboard

How to use the library?

Open susheel17 opened this issue 9 years ago • 4 comments

Actually this is more of a question than an issue. I have the following code and it does not work.

   objectAnimator = timelyView.animate(1, 9);
    objectAnimator.setDuration(1000);
    objectAnimator.setCurrentPlayTime(900);

What am I doing wrong here?

susheel17 avatar Sep 29 '15 09:09 susheel17

what are the errors do you get ? are you using android studio ?

HasanFaraaz avatar Sep 29 '15 10:09 HasanFaraaz

I was being really silly. I just added ObjectAnimator.start() and it works great. Thanks for the help

susheel17 avatar Sep 29 '15 10:09 susheel17

This not your wrong ,the library's owner not make it easy to use

ZhaoKaiQiang avatar Jun 24 '16 09:06 ZhaoKaiQiang

This library needs better documentation.

IanWambai avatar Jan 06 '17 09:01 IanWambai