如何在 GWT 中旋转 Widget?
我正在尝试在 GWT 中旋转 Widget(实际上是 LayoutPanel)。我认为这在例如 jQuery 中是可能的,但似乎无法找到如何在(纯)GWT 中做到这一点。是否可以?
I'm trying to rotate a Widget (a LayoutPanel in fact) in GWT. I think this is possible in e.g. jQuery, but can't seem to find out how to do it in (pure) GWT. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
旋转
元素并不那么容易。请参阅此处和此处提供一些输入。我所知道的 GWT 效果库(此处列出了一些)不提供旋转支持。
Rotating a
<div>
element is not that easy. See here and here for some input. The effects libraries for GWT I know of (some listed here) do not provide support for rotation.试试这个:
您可以按照相同的模式进行大量转换。
Try this:
You can can do lots of transformations following the same pattern.