Browse Source

一行谱动画

黄琪勇 8 months ago
parent
commit
bc7faeae1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/page-instrument/simple-detail/index.tsx

+ 1 - 1
src/page-instrument/simple-detail/index.tsx

@@ -167,7 +167,7 @@ export default defineComponent({
 			state.activeNoteIndex = item?.i || 0
 			state.activeNoteIndex = item?.i || 0
 			// 一行谱,需要滚动小节
 			// 一行谱,需要滚动小节
 			if (state.isSingleLine) {
 			if (state.isSingleLine) {
-				moveSmoothAnimationByPlayTime(currentTime)
+				moveSmoothAnimationByPlayTime(currentTime, true)
 			}
 			}
 		
 		
 		};
 		};