npm i --save nativescript-marshmallow-loader
- 版本:1.0.0
- GitHub: https://github.com/bradmartin/nativescript-marshmallow-loader
- NPM: https://npmjs.net.cn/package/nativescript-marshmallow-loader
- 下载量
- 昨天: 0
- 上周: 10
- 上个月: 42
NativeScript Marshmallow Loader
为Android Marshmallow加载动画提供的NativeScript插件。
仅适用于Android
示例用法
示例 |
---|
原生库
Android |
---|
Cleveroad/CRAndroidMBootAnimationView |
安装
从您的命令提示符/终端转到您的应用程序根文件夹并执行
tns plugin add nativescript-marshmallow-loader
使用
<Page
xmlns="http://schemas.nativescript.org/tns.xsd"
xmlns:Marshmallow="nativescript-marshmallow-loader" loaded="pageLoaded">
<ActionBar title="Marshmallow Loader" />
<StackLayout>
<Marshmallow:MarshmallowLoader id="marshmallow" height="140" />
<StackLayout orientation="horizontal">
<Button text="Pause" tap="{{ pauseIt }}" />
<Button text="Play" tap="{{ playIt }}" />
<Button text="Stop" tap="{{ stopIt }}" />
</StackLayout>
</StackLayout>
</Page>
API
- startAnimation() - 开始播放视频
- pauseAnimation() - 暂停视频
- stopAnimation() - 停止动画,并在恢复时重置到开始位置。