是否有一个可行的跨浏览器库用于类似 Sencha 的立方体转换
我发现 Sencha Touch 的 3D 立方体过渡非常有吸引力,并且想将其用于网站。然而,Sencha 仅适用于 WebKit 浏览器(尽管在 Chrome 中效果不佳)。
那么,是否有一个可在现代浏览器中运行并支持触摸的替代库?
I found the 3d cube transition of Sencha Touch very attractive and want to use it for a web site. However, Sencha only works in WebKit browsers (although not so well in Chrome).
So, is there an alternative library which works in modern browsers, with touch support?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的实现是这个: http://keith-wood.name/imageCube.html
它不像使用 WebKit 3d 转换功能的解决方案那么顺利,但它完成了它的工作。
The best implementation is this one: http://keith-wood.name/imageCube.html
While not nearly as smooth as the solutions which use the WebKit 3d transform functionality, it does its job.