Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Andrlid-Animation-ClickEffect

9 animation made by pure java code without .xml files. Every functions are static that can be called easily.

  • Note: these animation are using native android ImageView.

Preview

Usage

Just copy ClickEffect.java into your project, then simply use it like this in whereever you want:

ClickEffect.animRipple(context, view);
ClickEffect.animRing(context, view, 600);
ClickEffect.animNova(context, view);
ClickEffect.animExplosion(context, view);
ClickEffect.animHeartBeat(context, imageButton); // this one can only be ImageView or ImageButton
ClickEffect.animHelixNova(context, view, 12);
ClickEffect.animParticalNova(context, view, 18);
ClickEffect.animJumping(view);
ClickEffect.animShaking(view);             

About

9 animation made by pure java code without .xml files. Every functions are static that can be called easily.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages