0
麻煩:我在現場幾個視差塊,這裏就是其中之一:在Firefox和Chrome如何修復落後的背景附件:在Safari中修復?
<section data-original="img/purity.jpg" class="special-soft lazy module parallax parallax-window_2 cf"
id="quality">
<div class="special-soft__text cf">
<span class="f_left">01</span>
<h2 class="f_left">ОСОБЛИВА М'ЯКІСТЬ</h2>
<hr class="f_left">
<p class="f_left">
Особливість м'якого смаку класичної горілки Medoff досягається завдяки унікальній технології фільтрації
«медовий дощ». Смак напою дозріває під впливом мікрочастинок меду, який вважається кращим природним
фільтром
</p>
</div>
</section>
section.special-soft {
position: relative;
height: 722px;
background: url("../img/purity.jpg") no-repeat scroll center;
background-size: cover;
text-align: center;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: background-image 0.4s;
-moz-transition: background-image 0.4s;
-ms-transition: background-image 0.4s;
-o-transition: background-image 0.4s;
transition: background-image 0.4s;
overflow: hidden;
-webkit-font-smoothing: subpixel-antialiased;
}
工作正常,但在Safari我得到滯後
問題:如何我可以解決它嗎?我需要在Safari
更好的性能的jsfiddle:https://jsfiddle.net/z7b0fsx9/
感謝您
請創建一個小提琴,以便我們可以看到問題。 –
@MuhammadUsman做到了 –