1.2.5 • Published 4 years ago

rainbow-waves v1.2.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

rainbow-waves

rainbow-waves is a wave component on Vue by z7xisoo in github.

Install

npm i --save rainbow-waves
import RainbowWaves from 'rainbow-waves'

Usage

<rainbow-waves :config="config"></rainbow-waves>

Options

  • config
keytypedefaultuse
elString"rainbow-waves"canvas id
newBooleantruecreate new canvas
clearBooleantrueclear canvas when animation
widthNumber1920canvas width
heightNumber1080canvas height
directionString"bottom"waves direction
backgroundObject{...}canvas background
  • waves
keytypedefaultuserange
jitterNumber0.04波浪抖动频率0.01 - 1.00
restoreNumber0.03波峰差值恢复速度0.01 - 1.00
waveGapNumber80波浪峰差-
waterGapNumber20水位差-
waveUpsNumber6波浪起伏频率1 - 10
bitNumber0.45波浪占比0.01 - 1.00
backgroundObject{...}canvas background-
  • background
keytypedefaultuserange
typeString""type"color","image","gradient"
colorString Array""color-
positionArray""image-gradient-positon0,0,width,0
srcString""image-url"color","image","gradient"
repetitionString""image-repetition"color","image","gradient"
import image from "rainbow-waves.png";

background = {
  type: "gradient",
  color: ["red", "orange", "green", "blue"],
  position:[0,0,1920,1080]
};

background = {
  type: "image",
  src:image,
  repetition:"repeat", // "repeat","repeat-x","repeat-y","no-repeat"
};

background = {
  type: "color",
  color: "green",
};

LICENSE

MIT


npm.io

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago