jqTouch 和动画
还有其他人在使用 jqTouch 时遇到过问题并且无法使用所有动画吗?我的项目似乎只能使用 Flip 在页面之间切换(实际上是 Divs)。
Anyone else ever had trouble with jqTouch and not being able to use all the animations? My project only seems to work using Flip to switch between the pages (well Divs actually).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQTouch 非常挑剔,因此对于 Scott 和 awendt,我建议您检查 HTML。确保其结构与您在 jQtouch 示例中看到的方式相同。如果您将作为按钮的 DIV 包含在其他 DIV 中,或者将作为按钮的 DIV 包含在其他元素内,则会带来麻烦。
对我来说,这总是给动画带来麻烦。我的动画有一些小故障和类似的东西。
jQTouch is pretty picky so for both Scott and awendt I suggest you check you HTML. Make sure it's structured the way you see it on the jQtouch examples. If you're enclosing DIVs which are buttons in other DIV's or enclosing DIVs which are buttons inside of other elements, that will bring trouble.
For me it was always this that caused trouble with animations. I had animations with glitches and stuff like that.