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.
- Host: GitHub
- URL: https://github.com/behnamjz/vue-vanta
- Owner: behnamjz
- Created: 2020-06-20T11:38:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T06:39:08.000Z (about 4 years ago)
- Last Synced: 2025-04-14T01:52:54.692Z (about 1 month ago)
- Topics: 3d, vantajs, vue, vue-vanta
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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 | |