Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradmartin/nativescript-marshmallow-loader
https://github.com/bradmartin/nativescript-marshmallow-loader
android animation nativescript nativescript-plugin
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradmartin/nativescript-marshmallow-loader
- Owner: bradmartin
- License: other
- Created: 2016-07-20T03:42:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T05:16:08.000Z (over 8 years ago)
- Last Synced: 2024-10-16T15:41:35.456Z (about 1 month ago)
- Topics: android, animation, nativescript, nativescript-plugin
- Language: TypeScript
- Size: 2.11 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/nativescript-marshmallow-loader.svg)](https://www.npmjs.com/package/nativescript-marshmallow-loader)
[![npm](https://img.shields.io/npm/dt/nativescript-marshmallow-loader.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript-marshmallow-loader)# NativeScript Marshmallow Loader
NativeScript plugin for the Android Marshmallow loading animation.
*Android Only*## Sample Usage
Sample |
------------|
![Sample](./screens/marshmallow.gif) |#### 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.