dom hofmann
dom hofmann
It's a remnant from a quick port job of Penner's curves. I think ultimately we want to leave those parameters in, as they can be quite useful and it bothers...
Working on this and it should be up soon. As a side note, don't hit E by accident on the issues page.
I'd modernize the API (use blocks instead of function pointers, remove `@synthesize` usage) and add the ability to render tweens to CAKeyframeAnimations.
Basic support for this has been committed. There is still some more work to be done, but in general using the shorthand syntax for something that can be animated with...
Additionally, fallbacks can be overridden on a case-by-case basis like this: ``` objective-c [PRTween tween:someView property:@"alpha" from:1 to:0 duration:2].override = YES; ```
There's some remaining work on this ticket before we have full coverage on all built in animations, but the existing code base covers most basic cases now.
Four maintainers have been invited to start! We'll continue inviting folks as needed, so if you're interested please respond here. The maintainers in this batch are: @ravindranrahul @thsnyzkn @tinahaibodi @zhew2013...
Whoa! Thank you so much. Lots to dig through. Looking at this now.
Okay, this is AMAZING. Two pieces of feedback: 1. I think the post style could use a tiny bit more work. I find the centering a bit difficult to parse,...
Thank you again. So amazing.