Skip to content
New issue

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

Does not work #107

Open
bryan-ibrahim opened this issue Dec 10, 2019 · 2 comments
Open

Does not work #107

bryan-ibrahim opened this issue Dec 10, 2019 · 2 comments

Comments

@bryan-ibrahim
Copy link

No description provided.

@jansvanda
Copy link

It is also not working for me.. weird and sad :(

@azehari
Copy link

azehari commented Apr 12, 2020

I tried to perform scale animation to the list of texts.

hTextView = findViewById(R.id.textViewAnimate); hTextView.setAnimationListener(this); hTextView.animateText(animateWords[animateWordIndex]);

And in the listener, On Animation End Listener, I tried to move to next in the list of the words.

@Override public void onAnimationEnd(HTextView hTextView) { animateWordIndex++; if(animateWordIndex == animateWords.length) { animateWordIndex = 0; } hTextView.animateText(animateWords[animateWordIndex]); }

But I always get the last word simply displayed in the TextView without any animation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants