@pixi/sprite-animated
Advanced tools
Comparing version 5.3.0 to 5.3.1
/*! | ||
* @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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202684
1556
+ Added@pixi/constants@5.3.1(transitive)
+ Added@pixi/core@5.3.1(transitive)
+ Added@pixi/display@5.3.1(transitive)
+ Added@pixi/math@5.3.1(transitive)
+ Added@pixi/runner@5.3.1(transitive)
+ Added@pixi/settings@5.3.1(transitive)
+ Added@pixi/sprite@5.3.1(transitive)
+ Added@pixi/ticker@5.3.1(transitive)
+ Added@pixi/utils@5.3.1(transitive)
- Removed@pixi/constants@5.3.0(transitive)
- Removed@pixi/core@5.3.0(transitive)
- Removed@pixi/display@5.3.0(transitive)
- Removed@pixi/math@5.3.0(transitive)
- Removed@pixi/runner@5.3.0(transitive)
- Removed@pixi/settings@5.3.0(transitive)
- Removed@pixi/sprite@5.3.0(transitive)
- Removed@pixi/ticker@5.3.0(transitive)
- Removed@pixi/utils@5.3.0(transitive)
Updated@pixi/core@5.3.1
Updated@pixi/sprite@5.3.1
Updated@pixi/ticker@5.3.1