To remove the fade-in/fade-out animation of the RadExpander control, you can extract the ControlTemplate of RadExpander for the Windows11 theme, located in the Telerik.Windows.Controls.xaml file. In the ControlTemplate, you can remove the FadeOutContentBorderStoryboard and FadeInContentBorderStoryboard animations which are located in the IsExpanded trigger.