-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
我目前是这样的
-(void)startFingerAni{
LSAnimator * ani = [LSAnimator animatorWithView:self.handView];
ani.moveXY(-20, -20).postAnimationBlock(^{
[self endFingerAni];
}).animate(0.35);
}
-(void)endFingerAni{
LSAnimator * ani = [LSAnimator animatorWithView:self.handView];
ani.moveXY(20, 20).postAnimationBlock(^{
[self startFingerAni];
}).animate(0.35);
}
有好一点的实现方式吗
Metadata
Metadata
Assignees
Labels
No labels