asyl / ArcAnimator

ArcAnimator helps to create arc transition animation: 2.3.+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update README.md file

dmytrodanylyk opened this issue · comments

Sample code below will not compile since start() method doesn't return ArcAnimator object.

ArcAnimator arcAnimator = ArcAnimator.createArcShift(clipView, endX, endY, DEGREE, SIDE)
                    .setDuration(500)
                    .start();
``

I didn't pay enough attention. I'm sorry. I will fix it.

README.md updated