npm i --save nativescript-fading-scroll-view
- Version: 1.0.1
- GitHub: https://github.com/dfyer/nativescript-fading-scroll-view
- NPM: https://www.npmjs.com/package/nativescript-fading-scroll-view
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
nativescript-fading-scroll-view
Installation
Describe your plugin installation steps. Ideally it would be something like:
tns plugin add nativescript-fading-scroll-view
Usage
In app.js
Vue.registerElement('FadingScrollView', () => require('nativescript-fading-scroll-view').FadingScrollView)
In xml
<FadingScrollView fadePercentage="0.3" scroll="onScroll">
...
</FadingScrollView>
API
This plugin acts exactly like NativeScript core ui ScrollView, only with fading edge effects. If you don't want any fading edge effect, set fadePercentage="0" (or just use ScrollView, of course).
Remember that if the exact height isn't specified, the fading edge effect won't work in Android.
Property | Default | Description |
---|---|---|
fadePercentage | 0.3 | Strength of fade effect (value in range [0, 0.5]) |
License
Apache License Version 2.0, January 2004