首页 > 解决方案 > Slow down the text fading on scroll down in squarespace gallery page

问题描述

I have a website in squarespace. There is a gallery page which has some text and when scrolled down it shows some pictures and text fades away, all i want is to slow the fading transition effect of the page, anyone can help? i tried to add the following script in the header code injection but it didn't work

<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>


<script type="text/javascript">



window.sr = ScrollReveal();

sr.reveal('#collection-5aa2fea971c10b74be7193dd', {duration: 1500});

</script>

标签: javascriptcsssquarespace

解决方案


尝试这个 sr.reveal('#collection-5aa2fea971c10b74be7193dd', {delay: 1500});


推荐阅读