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 want to use Avalonia to implement the liquid glass effect of iOS 26 (of course, it is not limited to iOS). This effect is simply a blurred background effect, similar to the Aero effect of Windows Vista.
I remember there were some related discussions on the forum, and some people proposed solutions, but some of them worked and some didn't. The ones that worked seemed to have some problems such as long rendering time and no support for animation effects.
In fact, I want to use it to implement a drop-down menu like the following, but at the same time support opacity animation:
I have seen many implementations of other UI frameworks on the Internet, such as Flutter, WebView, QT, etc. I wonder if Avalonia has corresponding implementations?
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use Avalonia to implement the liquid glass effect of iOS 26 (of course, it is not limited to iOS). This effect is simply a blurred background effect, similar to the Aero effect of Windows Vista.
I remember there were some related discussions on the forum, and some people proposed solutions, but some of them worked and some didn't. The ones that worked seemed to have some problems such as long rendering time and no support for animation effects.
In fact, I want to use it to implement a drop-down menu like the following, but at the same time support opacity animation:

I have seen many implementations of other UI frameworks on the Internet, such as Flutter, WebView, QT, etc. I wonder if Avalonia has corresponding implementations?
Beta Was this translation helpful? Give feedback.
All reactions