RNBlurModalView
RNBlurModalView copied to clipboard
Rotation issue: animation jumps
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!
I'll play around w/ this. Ya I had to settle a little bit, but might be able to smooth it out a tad.