Код: Выделить всё
function changeCss () {
var lake = document.querySelector(".lakec");
this.scrollY > 400 ? lake.style.opacity = 0 : lake.style.opacity = 1;
}
window.addEventListener("scroll", changeCss , false);
Код: Выделить всё
function changeCss () {
var lake = document.querySelector(".lakec");
this.scrollY > 400 ? lake.style.stroke = "black" : lake.style.stroke = "pink";
}
window.addEventListener("scroll", changeCss , false);
Код: Выделить всё
var animation = bodymovin.loadAnimation({
container: document.getElementById('animContainer'),
renderer: 'svg',
loop: true,
autoplay: true,
path: '/wp-content/uploads/2024/07/Lake-Animation.json'
})
Код: Выделить всё
Код: Выделить всё
#animContainer {
width: 150px;
height:150px;
}
Подробнее здесь: https://stackoverflow.com/questions/786 ... ith-jquery
Мобильная версия