vue-stroll
Vue.js + Stroll.js. Awesome CSS list scroll effects for Vue2.x.
Installation
CDN
### Use this URL for development
https://rawgit.com/xiaoluoboding/vue-stroll/master/dist/vue-stroll.min.js
### Use this URL in production
https://cdn.rawgit.com/xiaoluoboding/vue-stroll/master/dist/vue-stroll.min.js
Import
ES6
CommonJS
script
Usage
script
html
Props
Name | Type | Desc | Example |
---|---|---|---|
el | String | The element you will bind | "#app ul" |
collection | Array | The list you will render | ['One', 'Two', 'Three', 'Four', 'Five'] |
effect | String | The awesome effects style | wave See Demo |