diff --git a/build/scripts/TurnOffAnimationEffects.ps1 b/build/scripts/TurnOffAnimationEffects.ps1 index 9cfa1e4a..0728c8eb 100644 --- a/build/scripts/TurnOffAnimationEffects.ps1 +++ b/build/scripts/TurnOffAnimationEffects.ps1 @@ -19,4 +19,4 @@ Function WaitForAsyncAction($WinRtTask, $ResultType) { $controller = WaitForAsyncAction ([Windows.UI.ViewManagement.Core.UISettingsController]::RequestDefaultAsync()) ([Windows.UI.ViewManagement.Core.UISettingsController]) -$controller.SetAnimationsEnabled($false) +$controller.SetAnimationsEnabled($true)