florent37 / ViewAnimator

A fluent Android animation library
Apache License 2.0
2.71k stars 424 forks source link

add some animations, such as wave, shake,bounce,fade in, roll out… #3

Closed gzu-liyujiang closed 8 years ago

gzu-liyujiang commented 8 years ago

add some animations, such as wave, shake,bounce,fade in, roll out… sample:

 EnhancedViewAnimator.animate(view).shake().duration(3000).start();
florent37 commented 8 years ago

So cool man :+1: thanks for the pull request,

but why do not add them directly on the ViewAnimator ?

you can do it and add the Link:https://github.com/daimajia/AndroidViewAnimations on the Readme

(and an author line ;) )

gzu-liyujiang commented 8 years ago

Because I'm sorry to break your code, so add them extends the ViewAnimator . Thanks your advisement, I will try do it.

florent37 commented 8 years ago

It's not specially my code, it's open source man ;)

florent37 commented 8 years ago

BTW thanks for your pull request :+1: