组件调整大小时的 Flex、旋转 (x,y,z)
我已经开始学习 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我必须在应用程序调整大小事件时重新计算视图的视角。
I had to recalculate the view's perspective point upon the app resize event.