rnystrom / RNBlurModalView

Add depth to your alerts.
MIT License
830 stars 143 forks source link

Rotation issue: animation jumps #7

Open cyndibaby905 opened 11 years ago

cyndibaby905 commented 11 years ago

Thanks for posting your RNBlurModalView, very helpful! The view will be updated after rotation finished(UIApplicationDidChangeStatusBarOrientationNotification), so the animation seems to jump a little bit. I know the reason to postpone the update operation to the time when rotation finished is to re-generate the blur view (RNBlurView), but any idea to make it not so sharp? Thanks!

rnystrom commented 11 years ago

I'll play around w/ this. Ya I had to settle a little bit, but might be able to smooth it out a tad.