使用 FireFox 时遇到问题Jquery - 溢出隐藏/自动属性
正如标题提到的,我在让 Firefox 对类名 .mover 的容器元素进行动画处理时遇到问题 - left : 0% 和 back to left : 100% 。
我在这里整理了一个例子.. http://jsbin.com/ucefig/28
向下滚动到黄页“我们是谁” ',然后选择黑框,这应该将 .mover 元素动画到左侧。在显示的“我们的人员”页面上再次单击它,它应该返回到原来的位置。
我的代码可以在 IE9、chrome 和 safari 上运行,但在 Firefox 上失败?
图片说明了我在上面的示例中遇到的困境,灰色框是动画的 .mover 元素,方块是页面。在 FF 中,.mover 顶部滚动到 0,然后向左动画进入空白。
谢谢 凸轮
As the title mentions i'm having a problem getting Firefox to animate a container element with the class name .mover - left : 0% and back to left : 100%.
I've put together an example here..
http://jsbin.com/ucefig/28
Scroll down to the yellow page, 'who we are', then select the black box, this should animate the .mover element to the left. Click it again on the revealed 'our people' page, and it should return to its original position.
My code works on IE9, chrome and safari, but fails on Firefox ??
the picture illustrates my dilemma in the example above, the grey box is the .mover element thats animated on, the squares are the pages. in FF .mover topscrolls to 0 then animates left into a void.
Thanks
cam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案 - 将“html”溢出属性设置为“隐藏”/“自动”是罪魁祸首。
FF 中的工作示例;
http://jsbin.com/opevoz/2/
ANSWER - Setting the 'html' overflow properties to 'hidden'/'auto' was the culprit.
Working example in FF;
http://jsbin.com/opevoz/2/