You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
Sorry,i have no idea……
[email protected]
From: Wilson Yuan
Date: 2017-02-09 16:38
To: facebook/pop
CC: Subscribed
Subject: [facebook/pop] Animation looks like have some delay when first perform. (#350)
My code:
POPSpringAnimation *animation = [POPSpringAnimation animationWithPropertyNamed:kPOPViewFrame];
animation.toValue = [NSValue valueWithCGRect:CGRectMake(45, 14, kScreenWidth - 45 - 10, 40)];
[self.searchBar pop_addAnimation:animation forKey:@"frameAniamtion"];
and i'm try to add:
animation.beginTime = CACurrentMediaTime();
but it's still not working.
When perform again, it's work fine.
anyone have the same problem?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My code:
and i'm try to add:
but it's still not working.
When perform again, it's work fine.
anyone have the same problem?
The text was updated successfully, but these errors were encountered: