https://github.com/bradmartin/nativescript-marshmallow-loader
https://github.com/bradmartin/nativescript-marshmallow-loader
android animation nativescript nativescript-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradmartin/nativescript-marshmallow-loader
- Owner: bradmartin
- License: other
- Created: 2016-07-20T03:42:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T05:16:08.000Z (almost 10 years ago)
- Last Synced: 2025-08-19T11:33:16.391Z (10 months ago)
- Topics: android, animation, nativescript, nativescript-plugin
- Language: TypeScript
- Size: 2.11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/nativescript-marshmallow-loader)
[](https://www.npmjs.com/package/nativescript-marshmallow-loader)
# NativeScript Marshmallow Loader
NativeScript plugin for the Android Marshmallow loading animation.
*Android Only*
## Sample Usage
Sample |
------------|
 |
#### Native Library:
Android |
---------- |
[Cleveroad/CRAndroidMBootAnimationView](https://github.com/Cleveroad/CRAndroidMBootAnimationView) |
## Installation
From your command prompt/terminal go to your app's root folder and execute:
`tns plugin add nativescript-marshmallow-loader`
## Usage
###
```XML
```
## API
- **startAnimation()** - start playing the video
- **pauseAnimation()** - pause the video
- **stopAnimation()** - stop the animation and reset to beginning when resumed.