We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
what are the errors do you get ? are you using android studio ?
Sorry, something went wrong.
I was being really silly. I just added ObjectAnimator.start() and it works great. Thanks for the help
This not your wrong ,the library's owner not make it easy to use
This library needs better documentation.
No branches or pull requests
Actually this is more of a question than an issue. I have the following code and it does not work.
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: