AndroidViewAnimations
AndroidViewAnimations copied to clipboard
Cute view animation collection.
When I execute rope.stop (true), it will trigger onAnimationEnd code: `rope2 = YoYo.with(...).onEnd(new YoYo.AnimatorCallback() { @Override public void call(Animator animator) { if (rope != null) { rope.stop(true); } } })...
Applying this library to a view with alpha attribute will result in ignore the alpha value! I saw the BaseViewAnimator class and in it you have set alpha to 1...
java.lang.NoClassDefFoundError: Failed resolution of: com/daimajia/androidanimations/library/Techniques; Any solution for this?
I'm having a few performance issues when running a (Techniques.SlideInRight) into a single view. It's not a heavy view to load. But it is lagging a lot. Is there anything...
And umeng together will lead to the crash of running APP
Hi. Is it possible to make slide animation from position 0 to target position without fading ?
Hello, Is it possible to place multiple animations on the same view and play them at once? Thanks, Daniel
i see FlipOutY but wheres FlipInY ? and thx for this awesome lib!)
Hi. thank you for your build animation library, I met some problems in use process.I want to use this animation in a view.Such as: ((BaseViewAnimator) (view.getTag())).setDuration(800) .setInterpolator(new AccelerateInterpolator()) .animate(mTarget); How...
Hi Does this library have translate to X,Y and scale to W,H animations? Thanks