|
|
@ -276,7 +276,9 @@ export default {
|
|
|
|
this.$parent.$refs.player.player.seek(value);
|
|
|
|
this.$parent.$refs.player.player.seek(value);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
blurEffect(ev) {
|
|
|
|
blurEffect(ev) {
|
|
|
|
ev.target.children.forEach((el) => {
|
|
|
|
for (let i = 0; i < ev.target.children.length; i++) {
|
|
|
|
|
|
|
|
const el = ev.target.children[i];
|
|
|
|
|
|
|
|
|
|
|
|
const distanceToCenterPercentage =
|
|
|
|
const distanceToCenterPercentage =
|
|
|
|
Math.abs(
|
|
|
|
Math.abs(
|
|
|
|
el.getBoundingClientRect().y +
|
|
|
|
el.getBoundingClientRect().y +
|
|
|
@ -290,7 +292,7 @@ export default {
|
|
|
|
"--func-val",
|
|
|
|
"--func-val",
|
|
|
|
isNaN(functionedEffectValue) ? "" : functionedEffectValue.toFixed(2)
|
|
|
|
isNaN(functionedEffectValue) ? "" : functionedEffectValue.toFixed(2)
|
|
|
|
);
|
|
|
|
);
|
|
|
|
});
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
setLyricsInterval() {
|
|
|
|
setLyricsInterval() {
|
|
|
|
this.lyricsInterval = setInterval(() => {
|
|
|
|
this.lyricsInterval = setInterval(() => {
|
|
|
|