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

@pixi/sprite-animated

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/sprite-animated - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

23

dist/sprite-animated.js
/*!
* @pixi/sprite-animated - v5.3.0
* Compiled Thu, 18 Jun 2020 23:27:40 UTC
* @pixi/sprite-animated - v5.3.1
* Compiled Fri, 24 Jul 2020 20:56:48 UTC
*

@@ -300,4 +300,8 @@ * @pixi/sprite-animated is licensed under the MIT License.

/**
* Function to call when an AnimatedSprite finishes playing.
* User-assigned function to call when an AnimatedSprite finishes playing.
*
* @example
* animation.onComplete = function () {
* // finished!
* };
* @member {Function}

@@ -307,4 +311,8 @@ */

/**
* Function to call when an AnimatedSprite changes which texture is being rendered.
* User-assigned function to call when an AnimatedSprite changes which texture is being rendered.
*
* @example
* animation.onFrameChange = function () {
* // updated!
* };
* @member {Function}

@@ -314,4 +322,9 @@ */

/**
* Function to call when `loop` is true, and an AnimatedSprite is played and loops around to start again.
* User-assigned function to call when `loop` is true, and an AnimatedSprite is played and
* loops around to start again.
*
* @example
* animation.onLoop = function () {
* // looped!
* };
* @member {Function}

@@ -318,0 +331,0 @@ */

/*!
* @pixi/sprite-animated - v5.3.0
* Compiled Thu, 18 Jun 2020 23:27:40 UTC
* @pixi/sprite-animated - v5.3.1
* Compiled Fri, 24 Jul 2020 20:56:48 UTC
*

@@ -5,0 +5,0 @@ * @pixi/sprite-animated is licensed under the MIT License.

/*!
* @pixi/sprite-animated - v5.3.0
* Compiled Thu, 18 Jun 2020 23:27:40 UTC
* @pixi/sprite-animated - v5.3.1
* Compiled Fri, 24 Jul 2020 20:56:48 UTC
*

@@ -138,4 +138,8 @@ * @pixi/sprite-animated is licensed under the MIT License.

/**
* Function to call when an AnimatedSprite finishes playing.
* User-assigned function to call when an AnimatedSprite finishes playing.
*
* @example
* animation.onComplete = function () {
* // finished!
* };
* @member {Function}

@@ -145,4 +149,8 @@ */

/**
* Function to call when an AnimatedSprite changes which texture is being rendered.
* User-assigned function to call when an AnimatedSprite changes which texture is being rendered.
*
* @example
* animation.onFrameChange = function () {
* // updated!
* };
* @member {Function}

@@ -152,4 +160,9 @@ */

/**
* Function to call when `loop` is true, and an AnimatedSprite is played and loops around to start again.
* User-assigned function to call when `loop` is true, and an AnimatedSprite is played and
* loops around to start again.
*
* @example
* animation.onLoop = function () {
* // looped!
* };
* @member {Function}

@@ -156,0 +169,0 @@ */

/*!
* @pixi/sprite-animated - v5.3.0
* Compiled Thu, 18 Jun 2020 23:27:40 UTC
* @pixi/sprite-animated - v5.3.1
* Compiled Fri, 24 Jul 2020 20:56:48 UTC
*

@@ -142,4 +142,8 @@ * @pixi/sprite-animated is licensed under the MIT License.

/**
* Function to call when an AnimatedSprite finishes playing.
* User-assigned function to call when an AnimatedSprite finishes playing.
*
* @example
* animation.onComplete = function () {
* // finished!
* };
* @member {Function}

@@ -149,4 +153,8 @@ */

/**
* Function to call when an AnimatedSprite changes which texture is being rendered.
* User-assigned function to call when an AnimatedSprite changes which texture is being rendered.
*
* @example
* animation.onFrameChange = function () {
* // updated!
* };
* @member {Function}

@@ -156,4 +164,9 @@ */

/**
* Function to call when `loop` is true, and an AnimatedSprite is played and loops around to start again.
* User-assigned function to call when `loop` is true, and an AnimatedSprite is played and
* loops around to start again.
*
* @example
* animation.onLoop = function () {
* // looped!
* };
* @member {Function}

@@ -160,0 +173,0 @@ */

{
"name": "@pixi/sprite-animated",
"version": "5.3.0",
"version": "5.3.1",
"main": "lib/sprite-animated.js",

@@ -27,7 +27,7 @@ "module": "lib/sprite-animated.es.js",

"dependencies": {
"@pixi/core": "5.3.0",
"@pixi/sprite": "5.3.0",
"@pixi/ticker": "5.3.0"
"@pixi/core": "5.3.1",
"@pixi/sprite": "5.3.1",
"@pixi/ticker": "5.3.1"
},
"gitHead": "a9b7b32a9c0aeb3d9c42ef04b2c2a39be1cd0880"
"gitHead": "2aa5682f945df0bffc9559caeda4ba765f7f8d31"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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