使用 jqtouch 自定义尺寸的面板滑动

发布于 2024-10-17 10:27:05 字数 113 浏览 2 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北方。的韩爷 2024-10-24 10:27:05

查看 css 动画,不要使用 jQtouch。相反,有一个设计用于动画和显示自身的 div。不要将其视为一个不同的部分,而更像是一个弹出窗口。试图侵入 JQtouch 转换根本不会顺利。

将其视为只是一个动画进入视图的隐藏元素。就像旧学校网站上的任何其他网页元素一样!

Look at css animations and dont use jQtouch. Instead have a div that is designed to animate and reveal itself. Dont 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文