浏览代码

1.修改部分bug

wenweiwei 4 年之前
父节点
当前提交
5a106223b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MusicVideoPlus/MusicVideoPlus/Classes/Modules/Home/Views/MVBannerCell.swift

+ 1 - 1
MusicVideoPlus/MusicVideoPlus/Classes/Modules/Home/Views/MVBannerCell.swift

@@ -82,7 +82,7 @@ class MVBannerCell: UICollectionViewCell {
         musicNameLab.textFont = UIFont.systemFont(ofSize: 15, weight: .semibold)
         musicNameLab.speed = 0.03
         musicNameLab.moveDirection = LMJTextScrollMoveLeft
-        musicNameLab.moveMode = LMJTextScrollFromOutside
+        musicNameLab.moveMode = LMJTextScrollContinuous
         return musicNameLab
     }()