florent37 / ViewAnimator

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

Library is broken from 1.0.1 to 1.0.2 #11

Closed FireZenk closed 8 years ago

FireZenk commented 8 years ago

animation = ViewAnimator .animate(logo).scaleX(0, 1).scaleY(0, 1).alpha(0, 1).descelerate().duration(500) .thenAnimate(logo).scaleX(1, 0).scaleY(1, 0).alpha(1, 0).accelerate().duration(500);

descelerate cannot exists...

FireZenk commented 8 years ago

Also you deleted 1.0.1 from maven repo...

florent37 commented 8 years ago

yes it's a mistake, I deleted those methods on a merge

florent37 commented 8 years ago

should be fixed on 1.0.3