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

Releases: dunizb/SMmuiscPlay

0.0.3

15 Oct 08:38
Compare
Choose a tag to compare

去掉了audioList特性

0.0.2

30 Aug 17:56
Compare
Choose a tag to compare

音乐播放图标使用方式变更

升级 0.0.1 => 0.0.2

音乐播放图标

  • 默认使用SVG格式
  • 需要自己设置图标的旋转动画

样例,可直接拷贝到页面:

@keyframes muiscIconRotate{
    from{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
}

然后添加animaClass属性:

SMmuiscPlay({
    el: "app",
    audioUrl: "muisc/xxxx.mp3",
    animaClass: "muiscIconRotate"
});

0.0.1

23 May 16:35
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
Update readme