This commit is contained in:
parent
f09ce128e8
commit
5a1fb0c5f9
@ -41,7 +41,7 @@
|
|||||||
bgAnimationTimeline.add({
|
bgAnimationTimeline.add({
|
||||||
targets: '#m-logo #bg-gradient #bg-stop',
|
targets: '#m-logo #bg-gradient #bg-stop',
|
||||||
offset: "0%",
|
offset: "0%",
|
||||||
stopColor: "rgba(216, 246, 255, 1)",
|
stopColor: "rgba(216, 246, 255, 0.8)",
|
||||||
easing: 'easeInQuint',
|
easing: 'easeInQuint',
|
||||||
duration: 123,
|
duration: 123,
|
||||||
})
|
})
|
||||||
@ -50,6 +50,18 @@
|
|||||||
offset: "100%",
|
offset: "100%",
|
||||||
easing: 'easeOutExpo',
|
easing: 'easeOutExpo',
|
||||||
duration: 333,
|
duration: 333,
|
||||||
|
complete: (animation) => {
|
||||||
|
const target = animation.animatables[0].target
|
||||||
|
target.setAttribute("stop-color", "rgba(216, 246, 255, 0.8)")
|
||||||
|
anime({
|
||||||
|
targets: '#m-logo #bg-gradient #bg-stop',
|
||||||
|
stopColor: "rgba(216, 246, 255, 0.3)",
|
||||||
|
easing: 'easeOutQuad',
|
||||||
|
duration: 3333,
|
||||||
|
direction: 'alternate',
|
||||||
|
loop: true,
|
||||||
|
});
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}, 160)
|
}, 160)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user