shem8/MaterialLogin

where is "io.codetail.animation.SupportAnimator"

Closed this issue · 6 comments

The login effect that you make is very brilliant. I like it very much!
but here is a problem for me:
I imported this lib into my workspace by eclipse.
but I can't find "io.codetail.animation.SupportAnimator" and "io.codetail.animation.ViewAnimationUtils".
could you tell me where this lib is?
much thanks in advance.

shem8 commented

I'm using a 3rd party library to support animation on old api's, you can find it here: https://github.com/ozodrukh/CircularReveal

thanks!
I had import the 3rd party library according to the address that you provide.but I still can't find "io.codetail.animation.SupportAnimator" in the 3rd party library.

thanks again.

I can find ViewAnimationUtils in this 3rd party library
but for SupportAnimator, it does not exist in this 3rd party library for sure.

shem8 commented

Try changing

compile ('com.github.ozodrukh:CircularReveal:1.3.1@aar') {
        transitive = true;
}

to

compile ('com.github.ozodrukh:CircularReveal:1.1.1@aar') {
        transitive = true;
}

(source: ozodrukh/CircularReveal#67)
Let me know if that was the problem and I'll change it in the Readme file.

thanks very much,it works.
but the method setStartDelay(200) still can't be find.so I have to comment it out.

shem8 commented

It should be ok now in the v2.2.0