Skip to content

chenyuantao/RotateAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RotateAnimation

效果图 ##Usage

// mTargetBitmap is the image which you want to show after click.
RotateAnimation mRotateAnimation = new RotateAnimation(mImageView, mTargetBitmap);
mImageView.startAnimation(mRotateAnimation);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages