Socket
Socket
Sign inDemoInstall

@minidesign/marquee

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @minidesign/marquee

## Install


Version published
Weekly downloads
3
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@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
delayNumber1000首次执行延迟,ms
orientationString'left'滚动方向: `left
fixedBooleanfalse是否固定在顶部
speedNumber1滚动的速度,单位px
frequencyNumber20更新频率,单位ms

FAQs

Last updated on 15 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc