mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
change total duration
This commit is contained in:
@@ -569,7 +569,7 @@ export default {
|
|||||||
// Действия после окончания таймера, если необходимо
|
// Действия после окончания таймера, если необходимо
|
||||||
} else {
|
} else {
|
||||||
this.remainingSeconds = Math.floor(diff / 1000); // Обновляем оставшееся время в секундах
|
this.remainingSeconds = Math.floor(diff / 1000); // Обновляем оставшееся время в секундах
|
||||||
const totalDuration = 10; // Допустим, обратный отсчет идет с 10 секунд1
|
const totalDuration = 30; // Допустим, обратный отсчет идет с 10 секунд1
|
||||||
this.progressBarWidth =
|
this.progressBarWidth =
|
||||||
((totalDuration - this.remainingSeconds) / totalDuration) * 100;
|
((totalDuration - this.remainingSeconds) / totalDuration) * 100;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user