AndroidViewAnimations icon indicating copy to clipboard operation
AndroidViewAnimations copied to clipboard

Cute view animation collection.

Results 67 AndroidViewAnimations issues
Sort by recently updated
recently updated
newest added

I raise this issue to clarify what animation ZoomXXXAnimators should describe. The question raised because of strange behavior. Example: Look at ZoomOutUpAnimator. At first view zooming out and moving down...

Missing class com.daimajia.easing.Skill (referenced from: void com.daimajia.androidanimations.library.specials.HingeAnimator.prepare(android.view.View) and 3 other contexts) Missing class com.daimajia.easing.Glider (referenced from: void com.daimajia.androidanimations.library.specials.HingeAnimator.prepare(android.view.View) and 3 other contexts) Missing class com.daimajia.easing.Skill (referenced from: void com.daimajia.androidanimations.library.specials.HingeAnimator.prepare(android.view.View) and...

I got some trouble when try to use YoYoString to control animation. When i assign YoYoString, the animation auto run. Can some one explain me the problem, sorry for my...

will change into better user friendly UI.

I would like to know if instead of downloading the apk of the demo from the link in the README, can I just run the demo folder after I clone...

I am using implementation "com.daimajia.androidanimations:library:2.4" with gradle-8.14.3-bin.zip and when i try to run my project i get the following errors: **package com.daimajia.androidanimations.library does not exist** `import com.daimajia.androidanimations.library.Techniques;` `import com.daimajia.androidanimations.library.YoYo;` **cannot...