Skip to content

ssynhtn/dampingrotatedrawable

Repository files navigation

Basically RotateAnimation with damping

Usage:

View view = findView...
DampingRotateAnimation rotate = new DampingRotateAnimation(-30, 30, 200, 0.8f);
view.startAnimation(rotate);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages