Closed edwinperaza closed 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.
.anim(int)
Thanks.
I fix Readme.md from .anim(int) to .anim(Context, int).
.anim(Context, int)
Thanks @edwinperaza
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.