jquery 手风琴和闪烁/抖动文本
我正在使用 jQuery Accordion 此处,并在打开一个部分时发现一些奇怪的行为。文本出现抖动,看起来很可怕一秒钟左右,然后就正常显示了。仅当向下移动并打开下一部分时才会发生这种情况。当我走另一条路时,过渡很顺利。是否有一个设置可以消除这种行为?
谢谢。
I am using jQuery Accordion here and find some strange behavior when opening a section. The text jerks and looks dreadful for a second or so and then appears normally. This only happens when moving down and opening the next section. When I go the other way, the transition is smooth. Is there a setting that would remove this behavior?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我做了两件事来解决这个问题:
我按照上面的建议更新到 1.7.2。
我解决了一些导致页面无法验证的问题。
这似乎已经解决了与向上运动相关的问题。
I did two things to solve the problem:
I updated to 1.7.2 as suggested above.
I resolved some issues that caused the page to not validate.
This appears to have resolved the issue related to the upward motion.