fujiyuu75 / Sequent

A simple continuous animation library for Android UI.
254 stars 36 forks source link

Update Readme.md #17

Closed edwinperaza closed 7 years ago

edwinperaza commented 7 years ago

Hi,

When I see your example on readme.MD .anim(int) just need an integer but when I implement it is mandatory to pass a Context. I guess, could be fine if you can update Readme.md file.

Thanks.

fujiyuu75 commented 7 years ago

Hi,

I fix Readme.md from .anim(int) to .anim(Context, int).

Thanks @edwinperaza