使用 jqtouch 自定义尺寸的面板滑动
我正在尝试使用 jqtouch 使视图向上滑动。但我希望视图仅向上滑动到手机屏幕高度的一半(当我们点击 safari - iPhone 中的书签按钮时出现的高度)。我尝试在 css 文件中进行更改。但它并不生效。
I am trying to make a view to slide up using jqtouch. But I want the view to slide up only to half of the phone screen height (The one that appears when we tap bookmark button in safari - iphone). I tried making changes in the css file. But it does not take effect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 css 动画,不要使用 jQtouch。相反,有一个设计用于动画和显示自身的 div。不要将其视为一个不同的部分,而更像是一个弹出窗口。试图侵入 JQtouch 转换根本不会顺利。
将其视为只是一个动画进入视图的隐藏元素。就像旧学校网站上的任何其他网页元素一样!
Look at css animations and don
t use jQtouch. Instead have a div that is designed to animate and reveal itself. Don
t think of it like a different section but more of a pop up. Trying to hack into the JQtouch transitions is not going to go well at all.Think of it as just a hidden element that animates into view. Just like any other web page element on an old school site!