npm install vue-comps-wavesMaterial design click animation. Done with svg and Velocity.js.
Very lightweight if Velocity.js is present.
``sh`
npm install --save-dev vue-comps-wavesbuild/bundle.js
or include .
`coffee`
components:
waves: require("vue-comps-waves")
# or with bundle.js
waves: window.vueComps.waves
]`html`
For examples see dev/.
#### Props
Name | type | default | description
---:| --- | ---| ---
color | String | "black" | color of the effect
speed | Number | 1 | speed of the effect
sh
npm install
npm run dev
`
Browse to http://localhost:8080/`.- 1.0.0
Usage changes to attach to parent instead of being the parent.