translate3d(0%, 0px, 0px);
制动我的位置。
在我的演示中,您应该看到click
上的内容打开正常,但它应该固定在最顶端。
因此,向下滚动我的容器(placekitten图像)然后单击按钮,隐藏的内容应该打开,并且Google图像卡在顶部。
<html>
<div class="container">placekitten images</div>
<button>LOADED-CONTENT comes in translate3d(0%, 0px, 0px)</button>
</html>
<html>
<div class="sticky">Google image always on top.</div>
<button>back button slides the loaded content translate3d(100%, 0px, 0px)</button>
</html>
translate3d刹车位置固定!!!我怎样才能解决这个问题?