初始化
This commit is contained in:
@@ -19,7 +19,7 @@ onMounted(() => {
|
||||
|
||||
snowflakes.forEach((snowflake, index) => {
|
||||
const delay = Math.random() * 5
|
||||
const duration = 3 + Math.random() * 2
|
||||
const duration = 3 + Math.random() * 15
|
||||
const size = 0.5 + Math.random() * 0.8
|
||||
const opacity = 0.3 + Math.random() * 0.7
|
||||
const leftPosition = Math.random() * 100
|
||||
|
||||
Reference in New Issue
Block a user