NineOldAndroids
NineOldAndroids copied to clipboard
[DEPRECATED] Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!
Error:Execution failed for task ':app:transformClassesWithJarMergingForRelease'. > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/nineoldandroids/animation/Animator$AnimatorListener.class
hi! I'v got a question! When I use nineoldandroids to animate,when i trigger a edittext's ontouch event ,it works!But,the system windowSoftInputMode.adjustResize does not work! Does nineoldandroids conflict with the windowSoftInputMode?I...
I have the following code : AnimatorSet set = new AnimatorSet ( ); ObjectAnimator oax = ObjectAnimator.ofFloat ( layout, "scaleX", scalingSt, scalingEn ); ObjectAnimator oay = ObjectAnimator.ofFloat ( layout, "scaleY",...
On JB & NineOldAndroids 2.4.0, when I do a setListener() on a ViewPropertyAnimator, the listener is always leaked (and my whole activity with it because it is an inner class)....
I have created an animation which splits an image horizontaly and translate both parts in opposite direction : final AnimatorSet mSetAnim = new AnimatorSet(); final Animator topAnim = ObjectAnimator.ofFloat(topImage, "translationY",...
Hi, From today it's impossible to reach the library in the maven. Android studio give me this output: "Failed to resolve: com.nineoldandroids:library:2.4.0+". Is it a problem with Maven or the...
I am animating an ImageView by scaleX. This is supposed to be a progress bar which fills from left to right. It works without problem om API 10 and API...
I have made it look better