Laura Skelton
Laura Skelton
Hi @waterzhang0423, thanks for contributing to jot! I hope you've found it useful. Currently, the changes to `JotTouchBezier` aren't working with non-black drawing colors, and they don't seem to actually...
@felixjendrusch We just released JazzHands 2.0, which has an updated architecture that allows for much easier creation of custom animations. Check out [`MyCustomAnimation`](https://github.com/IFTTT/JazzHands/blob/master/Example/JazzHandsDemo/MyCustomAnimation.m) in the Demo app to see an...
@felixjendrusch Ah, I see! Animating the path it's following. Very cool! What if, to make it so that other types of animations could use this kind of bezier curve tweening...
@felixjendrusch I'm adding support for all types of `CAAnimation` to JazzHands after discovering that I'm able to set the "current time" on any object that conforms to the `CAMediaTiming` protocol....
Hi @lonkly , thanks for your feedback! Could you describe a bit more what you mean by "it randomly interrupts"? Thanks! I'll definitely look into making an initWithCoder initializer, that's...
Thanks for the clarification, I'll look into it!