NineOldAndroids: set view pivot

后端 未结 2 476
心在旅途
心在旅途 2021-02-02 16:01

I\'m using the wonderful framework NineOldAndroids, but I can\'t find anything to set the pivot on my animated views. Specifically, I\'m trying to do a scaleX +

2条回答
  •  臣服心动
    2021-02-02 16:27

    Thanks to the author Jake Wharton, here is the solution:

    AnimatorProxy.wrap(myView).setPivotX(0);
    

    at any time, even after having called ObjectAnimator.start().

提交回复
热议问题