You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wan't to implement a shared element transition using react native skia.
If i need to explain with more details, trying to to something similar like whatsapp does, when you press and hold a message bubble.
It blurring the underlay smoothly and translate the element to the center of the screen vertically.
Blurring the underlay, taking a snapshot , animations etc... these are easy.. but i wonder, how should i manage the refs, since each bubble will be a list element...
basically how can i do this thing ?
If you have any suggesstions please share with me..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Everyone,
I have a question,
I wan't to implement a shared element transition using react native skia.
If i need to explain with more details, trying to to something similar like whatsapp does, when you press and hold a message bubble.
It blurring the underlay smoothly and translate the element to the center of the screen vertically.
Blurring the underlay, taking a snapshot , animations etc... these are easy.. but i wonder, how should i manage the refs, since each bubble will be a list element...
basically how can i do this thing ?
If you have any suggesstions please share with me..
Thank you
Beta Was this translation helpful? Give feedback.
All reactions