how do i adopt liquid glass on the web?

Asked on 06/11/2025

1 search

To adopt Liquid Glass on the web, you would need to understand its principles and how it is used in native app development, as discussed in the WWDC sessions. Liquid Glass is primarily a design element used in Apple's native app frameworks like SwiftUI, UIKit, and AppKit. It provides a translucent, adaptive layer that enhances the visual depth and interactivity of apps.

For web development, you would need to mimic these effects using web technologies such as CSS and JavaScript. You can create similar visual effects by using CSS properties like backdrop-filter, opacity, and box-shadow to achieve a glass-like appearance. However, the dynamic and adaptive behaviors of Liquid Glass, such as its ability to morph and adapt to different contexts, would require more complex JavaScript logic to replicate.

For more detailed guidance on Liquid Glass, you can refer to the session Meet Liquid Glass (12:34) which discusses its structure, behaviors, and how to use it effectively in your designs.