如何在NSVisualEffectView上制作淡入/淡出动画。 我使用过NSAnimationContext,但它没有动画就消失了。
NSAnimationContext.runAnimationGroup({ (context) in
context.duration = 0.5
blurView.animator().alphaValue = 0
}, completionHandler: {
})
答案 0 :(得分:2)
无法修改NSVisualEffectView
的alpha。既不直接也不通过动画。