// Name: macOS Window Animations
// Description: Enable smooth macOS-style animations for all windows
// Author: NinjaBeameR
import "@johnlindquist/kit"
const animationSettings = await arg("Select animation type:", [
{
name: "Enable All Animations",
description: "Turn on all macOS window animations",
value: "enable-all"
},
{
name: "Disable All Animations",
description: "Turn off all macOS window animations for performance",
value: "disable-all"
},
{
name: "Reduce Motion",
description: "Enable reduced motion for accessibility",