📄 src/App/Styles/MainResources.axaml
1 2 3 4 5 6
<ResourceDictionary xmlns="https://github.com/avaloniaui"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <x:TimeSpan x:Key="FadeInDuration">0:0:1</x:TimeSpan>
    <Easing x:Key="FadeInEasing">CubicEaseOut</Easing>
</ResourceDictionary>