fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Experimental support for Glass effect behavior #1381

Closed ichan-mb closed 3 years ago

ichan-mb commented 3 years ago

Added support for rendering backdrop filter of glass effect using the new Glass behavior

Example:

<ClientPanel>
    <Panel Width="150" Height="70" Alignment="Center">
        <Glass Radius="10" Background="image" />
        <Text Font="Bold" Value="This is awesome!" Color="Black" Alignment="Center" />
    </Panel>
    <Image ux:Name="image" Alignment="Center" Margin="20" Background="Purple"
        Url="https://fuseopen.com/assets/white-logo.png" />
</ClientPanel>

This PR contains:

mortend commented 3 years ago

https://travis-ci.org/github/fuse-open/fuselibs/builds/746401580

mvondoyannick commented 3 years ago

Hi, missing Glass effect documentation on fuseopen docs