Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
微调弹簧参数
Browse files Browse the repository at this point in the history
  • Loading branch information
gozaoo committed Jul 10, 2023
1 parent b9996f4 commit fea578a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ import { transform } from '@vue/compiler-core'
.lyricSet
.funcBlur](i - nowRendingLyric),
easing: (configContent.config.lyricSet
.funcDelay==false)?'cubicBezier(.3, .5, .2, 1)':'spring(1, 80, 10, 0)'
.funcDelay==false)?'cubicBezier(.3, .5, .2, 1)':'spring(1.3, 100, 12, 0.001)'
})
}
Expand Down

0 comments on commit fea578a

Please sign in to comment.