Taking a closer look at that footer, you’ll notice the variable blur effect. This has been showing up in a TON of first-party apps.
Achieving this effect is quite difficult. There’s nothing in Figma that lets you do this and the API to do this is private (for now) 😕
Some people mimic this by making a blurred overlay and gradient masking it, but that creates a nasty halo effect when you dim the opacity of a blur layer. It’s not worth it, don’t do it.
(By the way, we created this graphic using
Janum Trivedi’s VariableBlurView. Very fun to play with but not App Store-safe!!)
https://github.com/jtrivedi/VariableBlurView