IOS8 animation transform not working as expected

I had a nice zoom animation that worked great until iOS8. Now he seems to "jump" halfway through the animation and looks terrible. The code was pretty simple ...

// zoom in on this focus kanji
[UIView animateWithDuration:0.5f animations:^{
    // zoom in
    newFocusSentence.transform = [self getZoomTransformForKanji:thisKanji];

      

So I'm pretty sure nothing happened to that. The zoom hits the right place, but doesn't seem to start from the right place. The fact that he ended up in eighth place and worked makes me believe that the transformation itself is wonderful. Anyone else seeing bad results with animation conversions?

Thanks Ray

+3
jquery-animate ios xcode transform


source to share


No one has answered this question yet

Check out similar questions:

909
How do I change restrictions changes?
613
iOS 8 UITableView separator inset 0 not working
525
How do I apply multiple transformations in CSS?
316
jQuery animate backgroundColor
240
Is Simulated Slow Animation Enabled Now?
69
Rotating an animation element
nine
Unwanted scrolling on zoomScale animation in UIScrollView
7
Animation in UISlider skipped on iOS 7
1
multiple broadcast animations in jQuery
1
CATransform3D animation with 2 steps not working



All Articles
Loading...
X
Show
Funny
Dev
Pics