|
@@ -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
|
|
|
}()
|
|
|
|