组件调整大小时的 Flex、旋转 (x,y,z)

发布于 2024-10-27 05:38:33 字数 353 浏览 2 评论 0原文

我已经开始学习 Flex,作为第一个项目,我从发现的示例中创建了一个组件 here 组件,我用它调用主应用程序(基于网络)。

当我旋转图像时效果很好, 但是,当我调整应用程序大小时,填充应用程序容器的组件(即宽度、高度 100%)似乎会根据其先前的宽度和高度进行旋转演算。

因此,当我调整应用程序大小时,基本上旋转会出错。关于如何解决这个问题有什么想法吗?

I've started learning flex and as a first project I've created a component from the example found here component with which I call into the main application (web based).

When I rotate the image it goes well,
however, when I resize the application, my component which fills the application container ie width, height 100%, seems to make the rotations calculus based on it's previous width and height.

So basically the rotations go wrong when I resize the app. Any ideas on how to fix this?

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

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

发布评论

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

评论(1

泛滥成性 2024-11-03 05:38:33

我必须在应用程序调整大小事件时重新计算视图的视角。

I had to recalculate the view's perspective point upon the app resize event.

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