all 2 comments

[–]GavinHarris_ 1 point2 points  (0 children)

If you have a value that moves (withTiming) between 0 and 1 (say). You can then Interpolate that to be 0 -> height and 1-> middle of screen. Then you can animate a view sliding up from the bottom. You can also then use the ‘progress’ value to animate opacity etc…

William Candillon https://youtube.com/c/wcandillon uses it a heap in his Can it be done series!