Skip to content

Commit

Permalink
Merge pull request #3746 from mstepanov/timob-11623-30x
Browse files Browse the repository at this point in the history
(3_0_X)[TIMOB-11623] iOS: Remove outdated code that caused animation artifacts
  • Loading branch information
vishalduggal committed Jan 21, 2013
2 parents a79ca0f + 6aa6dbc commit f68653e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions iphone/Classes/TiAnimation.m
Original file line number Diff line number Diff line change
Expand Up @@ -384,16 +384,6 @@ -(void)animate:(id)args
ApplyConstraintToViewWithBounds(contraints, view_, transitionView.bounds);
[ourProxy layoutChildren:NO];
}
else
{
CALayer * modelLayer = [view_ layer];
CALayer * transitionLayer = [modelLayer presentationLayer];
NSArray * animationKeys = [transitionLayer animationKeys];
for (NSString * thisKey in animationKeys)
{
[modelLayer setValue:[transitionLayer valueForKey:thisKey] forKey:thisKey];
}
}

animatedView = [theview retain];

Expand Down

0 comments on commit f68653e

Please sign in to comment.