JazzHands icon indicating copy to clipboard operation
JazzHands copied to clipboard

A simple keyframe-based animation framework for UIKit. Perfect for scrolling app intros.

Results 15 JazzHands issues
Sort by recently updated
recently updated
newest added

The initial idea was to provide quadratic and cubic bezier curve animations of the frame's origin. I'm not sure this is a good way, but it's at least a very...

Please add support for swift package manager as soon as possible. Thank you.

不能适配iPhone X 顶部被覆盖 没有适配safeAero

Previously, I had this code: - (void)setView:(UIView *)view hiddenAtEndOfAnimation:(BOOL)hidden atPage:(Page)page { IFTTTHideAnimation *hideAnimation = [[IFTTTHideAnimation alloc] initWithView:view]; [hideAnimation addKeyFrame:[[IFTTTAnimationKeyFrame alloc] initWithTime:page.left andHidden:!hidden]]; [hideAnimation addKeyFrame:[[IFTTTAnimationKeyFrame alloc] initWithTime:page.right - 1 andHidden:!hidden]]; [hideAnimation...

I apologize if this question seems basic to some, but I am a bit of a newbie. I have tried for hours to tweak the demo code to make the...

Hi, I used your JazzHands to build a app guide page. and found a little issue about position of animation issue in iOS 7.0.3 while in other version of iOS...

Any really simple way to get a callback when specific page is shown? If not trivial do you think it make sense to add it on ``` - (void)animateCurrentFrame {...

Hello guys, im a newbie in coding IOS Apps, I just want to ask how to code jazz hand without using the cocoapods. thanks. I tried whats in your tutorial...