Configuration for the auto-hide animation.
Controls how the ControlBar animates when hiding/showing due to inactivity.
const autoHide: AutoHideConfig = { animationDuration: 500, animationEasing: 'ease-out',}; Copy
const autoHide: AutoHideConfig = { animationDuration: 500, animationEasing: 'ease-out',};
Duration of the hide/show animation in milliseconds
CSS easing function for the animation
Configuration for the auto-hide animation.
Remarks
Controls how the ControlBar animates when hiding/showing due to inactivity.
Example