0.0.9 • Published 6 years ago

@minidesign/marquee v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@minidesign/marquee

Install

  • 从小程序基础库版本 2.2.1 或以上、及开发者工具 1.02.1808300 或以上开始,小程序支持使用 npm 安装第三方包
  • 如果你的不支持,那么可以先下载下来,在手动拷贝到你的components/marquee文件夹下,在使用的细节上调整一下就行了。
  1. npm install --save @minidesign/marquee
  2. 【微信开发者工具】->【工具】-> 【构建 npm】
  3. ok. (别忘记执行【构建 npm】步骤)

Usage

page.json

{
  "usingComponents": {
    "marquee": "@minidesign/marquee"
  }
}

page.wxml

<marquee
  text="Minidesign is best Mini program UI. Minidesign is best Mini program UI."
></marquee>

options

NameTypeDefaultDescription
textStringMinidesign is best Mini program UI.需要滚动的字幕
gapString''滚动时字幕间的间隔,带单位,单位可选:px | rpx | %,默认值为屏幕宽度的三分之一
delayNumber1000首次执行延迟,ms
orientationString'left'滚动方向: left | right
fixedBooleanfalse是否固定在顶部
speedNumber1滚动的速度,单位px
frequencyNumber20更新频率,单位ms