项目作者: petyappetrov

项目描述 :
Background animation
高级语言: JavaScript
项目地址: git://github.com/petyappetrov/rc-disco.git
创建时间: 2017-11-22T01:52:03Z
项目社区:https://github.com/petyappetrov/rc-disco

开源协议:MIT License

下载


rc-disco

Features

Installation

  1. npm install --save rc-dicso

Usage

  1. import Disco from 'rc-disco'
  2. <Disco
  3. duration={{
  4. min: 1000,
  5. max: 4000
  6. }}
  7. palletes={['black', 'orange']}
  8. >
  9. <span>Hello World, let's dance!</span>
  10. </Disco>

Example

Contributions Welcome!

  1. git clone https://github.com/petyappetrov/rc-disco.git
  2. cd rc-dicso
  3. npm i
  4. npm start
  5. http://localhost:8888