Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.