Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fatina-plugin-animator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fatina-plugin-animator

Fatina plugin to manage animations for 2d library like Pixi.js, Phaser, ...

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Logo

Fatina Helpers

Small & Light tweening library for Games / Web

  • Website: Here
  • API: Here
  • Samples: Here

NPM Version NPM Downloads Build Status Coverage Status Codacy Badge License

Description

This plugin provide tools to manage and use animations in html5 games any library (pixi, phaser, ...)

This is split in two parts:

  • AnimationManager: use to store/instantiate animations and manage tickers
  • Animator: Component added to an object to animate.

This plugin requires Fatina : Here

Getting Started

Install

If you use directly the minified version

<script src="fatina-plugin-animator.min.js"></script>

Or if you use NPM

> npm install fatina-plugin-animator

Init

// standard node.js require
var FatinaPluginAnimator = require('fatina-plugin-animator');
// OR
// standard import with typescript (typed version)
import * as FatinaPluginAnimator from 'fatina-plugin-animator';

and initialize (add this plugin to Fatina)

Fatina.init();
Fatina.loadPlugin(FatinaPluginAnimator.get());

Keywords

FAQs

Package last updated on 08 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc