跳到主要内容

Device.SetReduceMotionEnable 减弱动效开关

🎯功能

弱动画效果开关, 仅支持ios

📜语法

结果 = Device.SetReduceMotionEnable(开关)

📥参数

参数数据类型解释
开关布尔型打开减弱动画效果为true, 关闭减弱动画效果为false

📤返回

💡示例

Device.SetReduceMotionEnable(true)

📘备注

  • 仅支持ios