PRTween icon indicating copy to clipboard operation
PRTween copied to clipboard

Lightweight tween library for iOS

Results 21 PRTween issues
Sort by recently updated
recently updated
newest added

I found that Question at stackoverflow: http://stackoverflow.com/questions/24541746/prtweenoperation-timingfunction-member-not-found-in-swift Are you supporting swift in future?

Is there a way to force a tween to call completion and end at its endValue?

I've been looking @ the source and I haven't seen an obvious way to stop/kill a running tween yet. I'll keep looking but something like this should be available.

I've been playing around with linear damping as an alternative to the elastic tween timing functions. I have some code that is able to better mimic (I think) the iOS...

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...

...TrackingRunLoopMode completed, as when a UITableView or UIScrollView is scrolling. Added support for NSRunLoopCommonModes in calls to performSelector and with the NSTimer.

Created an organization and forked the project to https://github.com/PRTween/PRTween. Added the main contributors as owners and will add more periodically so pull request should be merged pretty quickly now. ---...