https://github.com/bradmartin/nativescript-bored-rudolph
:santa: NativeScript plugin for a hidden :christmas_tree: game inside a pull-to-refresh layout.
https://github.com/bradmartin/nativescript-bored-rudolph
animation christmas game nativescript nativescript-plugin pull-to-refresh rudolph
Last synced: 4 months ago
JSON representation
:santa: NativeScript plugin for a hidden :christmas_tree: game inside a pull-to-refresh layout.
- Host: GitHub
- URL: https://github.com/bradmartin/nativescript-bored-rudolph
- Owner: bradmartin
- License: other
- Created: 2016-07-07T05:12:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T05:29:42.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T16:11:28.923Z (4 months ago)
- Topics: animation, christmas, game, nativescript, nativescript-plugin, pull-to-refresh, rudolph
- Language: TypeScript
- Homepage:
- Size: 3.44 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/nativescript-bored-rudolph)
[](https://www.npmjs.com/package/nativescript-bored-rudolph)# NativeScript-Bored-Rudolph :recycle:
NativeScript plugin for a custom hidden game inside a pull-to-refresh layout.## Demo

## Native Library
[Bored Rudolph](https://github.com/FauDroids/Bored-Rudolf)## Installation
From your command prompt/termial go to your app's root folder and execute:`tns plugin add nativescript-bored-rudolph`
## Usage
## XML
```XML
```
## TS
```TSpublic stopRefresh(args: any) {
// Load more data here and then set 'refreshing = false' to end the refresh
let boredRudolph: BoredRudolph = args.object;
boredRudolph.refreshing = false;
}```
## Attributes
**refresh : function** *optional* - this event is triggered when you set the BoredRudoplh *refresh* property equal to false.## API
### refreshing
Property. Notifies the widget that the refresh state has changed.