quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
21 lines • 511 B
JSON
{
"type": "directive",
"meta": {
"docsUrl": "https://v1.quasar.dev/vue-directives/scroll-fire"
},
"value": {
"type": "Function",
"desc": "Function to call when scrolling and element comes into the viewport (use a non-function to disable)",
"params": {
"el": {
"type": "Object",
"desc": "DOM element that scroll-fire is applied to"
}
},
"returns": null,
"examples": [
"v-scroll-fire=\"fnToCall\"",
"v-scroll-fire=\"void 0\""
]
}
}