domhofmann / PRTween

Lightweight tween library for iOS
BSD 2-Clause "Simplified" License
459 stars 63 forks source link

Cancellable tween operations #30

Open cmezak opened 11 years ago

cmezak commented 11 years ago

Added a BOOL flag to tween operation. when this is set to YES, the tween operation is cancelled.

Im using a tween to add animations when the user finished interacting with a collection view, but I need to cancel these animations if the user begins interacting with the view again before the animations finish.

rivera-ernesto commented 9 years ago

Needs update to be included in https://github.com/PRTween/PRTween.