使用缓动动画调整 NSWindows 大小
我正在尝试使用漂亮的缓动动画(EaseOut)调整 NSWindow (主要窗口)的大小。
我可以使用 [NSWindow animator]
但我还没有找到添加缓动效果的方法。
您有一个想法或代码示例可以帮助我做到这一点吗?
I'm trying to resize an NSWindow (the main one) with a nice easing animation (EaseOut).
I can use the [NSWindow animator]
but I havn't found a way to add the easing effect.
Do you have an idea or code sample which can help me to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
选项 1
选项 2
Option 1
Option 2
当您想再次显示窗口时,不要忘记将 alpha 值设置为 1.0。
Don't forget to set the alpha value to 1.0 when you want to show the window again.