{"id":15686311,"url":"https://github.com/bradmartin/nativescript-explosionfield","last_synced_at":"2025-05-07T18:24:53.272Z","repository":{"id":57308510,"uuid":"55208827","full_name":"bradmartin/nativescript-explosionfield","owner":"bradmartin","description":":collision: NativeScript plugin to create an exploding particle animation :collision:","archived":false,"fork":false,"pushed_at":"2019-03-13T03:30:02.000Z","size":10286,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T00:37:06.598Z","etag":null,"topics":["android","animation","explosionfield","nativescript-plugin","ui-components"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bradmartin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-01T06:25:40.000Z","updated_at":"2019-03-13T03:30:03.000Z","dependencies_parsed_at":"2022-09-12T11:13:29.195Z","dependency_job_id":null,"html_url":"https://github.com/bradmartin/nativescript-explosionfield","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fnativescript-explosionfield","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fnativescript-explosionfield/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fnativescript-explosionfield/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradmartin%2Fnativescript-explosionfield/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradmartin","download_url":"https://codeload.github.com/bradmartin/nativescript-explosionfield/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252932630,"owners_count":21827343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","animation","explosionfield","nativescript-plugin","ui-components"],"created_at":"2024-10-03T17:37:44.452Z","updated_at":"2025-05-07T18:24:53.245Z","avatar_url":"https://github.com/bradmartin.png","language":"TypeScript","funding_links":["https://www.paypal.me/bradwayne88"],"categories":["Awesome {N} [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)"],"sub_categories":["Table of Contents"],"readme":"[![npm](https://img.shields.io/npm/v/nativescript-explosionfield.svg)](https://www.npmjs.com/package/nativescript-explosionfield)\n[![npm](https://img.shields.io/npm/dt/nativescript-explosionfield.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript-explosionfield)\n[![GitHub stars](https://img.shields.io/github/stars/bradmartin/nativescript-explosionfield.svg)](https://github.com/bradmartin/nativescript-explosionfield/stargazers)\n[![PayPal Donate](https://img.shields.io/badge/Donate-PayPal-ff4081.svg)](https://www.paypal.me/bradwayne88)\n\n\n# NativeScript-ExplosionField\nNativeScript plugin to create an exploding dust effect animation for Android {N} apps.\n\n[*ExplosionField*](https://github.com/tyrantgit/ExplosionField) - **tyrantgit**\n\n*Android Only*\n\n## Installation \n`npm install nativescript-explosionfield`\n\n## Sample\n\n![GifExample](./screens/explode.gif)\n\n**This .gif does not do the animation justice, please watch the YouTube video\nto see how smooth it really is. [Watch here on YouTube](https://youtu.be/pjFZgDMvioY)**\n\n\n## Usage\n\n### XML\n```XML\n\u003cPage xmlns=\"http://schemas.nativescript.org/tns.xsd\" loaded=\"pageLoaded\"\u003e\n  \u003cStackLayout\u003e\n    \u003cButton text=\"Boom\" tap=\"goBoom\" /\u003e\n    \u003cLabel text=\"Explode This\" tap=\"goBoom\" /\u003e\n  \u003c/StackLayout\u003e \n\u003c/Page\u003e  \n```\n\n### JS\n```JS\n// require the plugin module\nvar explosion = require(\"nativescript-explosionfield\");\n\nfunction goBoom(args) {    \n    // call the *explode* method on the plugin passing in a view\n    // on tap events in Nativescript this will be args.object.\n    explosion.explode(args.object);\n}\nexports.goBoom = goBoom;\n```\n\n### API\n\n**explode(view)**\n- executes the animation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradmartin%2Fnativescript-explosionfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradmartin%2Fnativescript-explosionfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradmartin%2Fnativescript-explosionfield/lists"}