quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
19 lines (17 loc) • 468 B
JSON
{
"meta": {
"docsUrl": "https://v2.quasar.dev/vue-directives/scroll-fire"
},
"value": {
"type": ["Function", "undefined"],
"desc": "Function to call when scrolling and element comes into the viewport (use undefined to disable)",
"params": {
"el": {
"type": "Element",
"desc": "DOM element that scroll-fire is applied to"
}
},
"returns": null,
"examples": [ "el => { console.log('Element:', el) }" ]
}
}