动画 NSWindow

发布于 2024-12-06 16:20:07 字数 121 浏览 3 评论 0原文

我想通过缩放变换为自定义 NSWindow (仅包含图像)设置动画。 我以前使用的是 CGSPrivate 函数,但我想将我的应用程序发布到应用程序商店,因此它不再是一个选项。

你知道我怎样才能达到同样的结果吗?

I would like to animate a custom NSWindow (just containing an image) with a scale transform.
I was using previously an CGSPrivate function but I would like to publish my app to teh appstore, so it no more an option.

Do you know how I can achieve the same result?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一袭白衣梦中忆 2024-12-13 16:20:07

如果您只需要缩放 NSWindow 实例,则应该查看 setFrame:display:animate: 函数。

If you only need to scale an NSWindow instance, you should look into the setFrame:display:animate: function.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文