Open wokalski opened 8 years ago
@Kureev ping
You can use LayoutAnimation and/or Animated to achieve this effect.
P.S. Sorry for the late response.
Not really. Native blur animation kind of blurs in/out. It's not a fade transition.
Does it look different? I've made my conclusion based on the feedback in this issue: https://github.com/react-native-community/react-native-blur/issues/52
maybe @shahen94 or @aforty can give more insights / provide an example
Yes, it is different. Think of it as going from blur with radius 0 to x by increasing blur radius vs fading in the blur view. I can provide you with an example if you want.
Yeah, I got what you mean. It sounds like a nice improvement, but I'm not sure if I have enough time to pick it up. Although, I'll try to do my best reviewing a PR implementing this feature.
I'll re-open it for now
any sample code?
Follow up to the discussion in #62.
@Kureev I'm not sure what you mean here. Would you like more options in the imperative API or pass somehow the transition to props? (not sure how)