An open API service indexing awesome lists of open source software.

https://github.com/behnamjz/vue-vanta

Animated website backgrounds in a few lines of code.
https://github.com/behnamjz/vue-vanta

3d vantajs vue vue-vanta

Last synced: about 1 month ago
JSON representation

Animated website backgrounds in a few lines of code.

Awesome Lists containing this project

README

        

# vue-vanta

> Animated website backgrounds in a few lines of code.

### How to use?
```bash
npm install vue-vanta
```

### Example

```vue

import VVanta from 'vue-vanta';
export default {
components: { VVanta },
data () {
return {
options: {
mouseControls: true,
touchControls: true,
minHeight: 500.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00
}
}
}
}

```

### Options
| Property | Description | type | default |
| ----------------- | ---------------- | :--------: | :----------: |
| effect | | String | birds |
| options | Each effect has its own specific parameters. Explore them all at www.vantajs.com! | Object | |