Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Latest commit

 

History

History
132 lines (120 loc) · 2.5 KB

File metadata and controls

132 lines (120 loc) · 2.5 KB

Animation

Go back to the previous level

Description

Note:
Most of the values set on this page require EnableFluentAnimation in Menu to be 1; otherwise, these values will be ignored.

Storage location: HKEY_CURRENT_USER\SOFTWARE\TranslucentFlyouts\Menu\Animation

Values

Type: DWORD

Name Accepted Values Description
FadeOutTime
Default Value: 350
Duration of the fade-out animation after interacting with a menu item (ms).

EnableFluentAnimation doesn't need to be 1.
PopInTime
Default Value: 250
Duration of the pop-in animation when the menu appears (ms).
FadeInTime
Default Value: 87
Duration of the fade-in animation when the menu appears (ms).
PopInStyle
Default Value: 0
0: Slide Down (WinUI/UWP)
1: Ripple
2: Smooth Scroll
3: Smooth Zoom
Style of the pop-in animation.
StartRatio
Default Value: 50
0-100
Percentage (%) of the pop-in animation.
Increasing this value can reduce the visual perception of animation lag, but too high may weaken the visual effect of the animation; decreasing this value can enhance the visual experience of the animation, but too low may affect the interaction experience.
EnableImmediateInterupting
Default Value: 0
Disable: 0
Enable: 1
Allow users to immediately interrupt animations.
Enabling this option will immediately stop and end the Fluent animation when a menu item is selected/hovered with the mouse.

Reading Order

  1. HKEY_CURRENT_USER\SOFTWARE\TranslucentFlyouts\Menu\Animation
  2. HKEY_LOCAL_MACHINE\SOFTWARE\TranslucentFlyouts\Menu\Animation
  3. Use default values