quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
20 lines (18 loc) • 513 B
JSON
{
"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",
"__exemption": [ "examples" ]
}
},
"returns": null,
"examples": [ "v-scroll-fire=\"fnToCall\"", "v-scroll-fire=\"void 0\"" ]
}
}