Removed the material-design dependency.
This commit is contained in:
Vendored
+3
-3
@@ -75694,8 +75694,8 @@ var pixi_projection;
|
||||
})(pixi_projection || (pixi_projection = {}));
|
||||
|
||||
/*!
|
||||
* VERSION: 2.1.2
|
||||
* DATE: 2019-03-01
|
||||
* VERSION: 2.1.3
|
||||
* DATE: 2019-05-17
|
||||
* UPDATES AND DOCS AT: http://greensock.com
|
||||
*
|
||||
* @license Copyright (c) 2008-2019, GreenSock. All rights reserved.
|
||||
@@ -76658,7 +76658,7 @@ var pixi_projection;
|
||||
p._firstPT = p._targets = p._overwrittenProps = p._startAt = null;
|
||||
p._notifyPluginsOfEnabled = p._lazy = false;
|
||||
|
||||
TweenLite.version = "2.1.2";
|
||||
TweenLite.version = "2.1.3";
|
||||
TweenLite.defaultEase = p._ease = new Ease(null, null, 1, 1);
|
||||
TweenLite.defaultOverwrite = "auto";
|
||||
TweenLite.ticker = _ticker;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-3
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* VERSION: 2.1.2
|
||||
* DATE: 2019-03-01
|
||||
* VERSION: 2.1.3
|
||||
* DATE: 2019-05-17
|
||||
* UPDATES AND DOCS AT: http://greensock.com
|
||||
*
|
||||
* @license Copyright (c) 2008-2019, GreenSock. All rights reserved.
|
||||
@@ -963,7 +963,7 @@
|
||||
p._firstPT = p._targets = p._overwrittenProps = p._startAt = null;
|
||||
p._notifyPluginsOfEnabled = p._lazy = false;
|
||||
|
||||
TweenLite.version = "2.1.2";
|
||||
TweenLite.version = "2.1.3";
|
||||
TweenLite.defaultEase = p._ease = new Ease(null, null, 1, 1);
|
||||
TweenLite.defaultOverwrite = "auto";
|
||||
TweenLite.ticker = _ticker;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-3
@@ -13006,8 +13006,8 @@
|
||||
* // Create the app
|
||||
* const app = new PIXIApp({
|
||||
* view: canvas,
|
||||
* width: 900,
|
||||
* height: 250
|
||||
* width: 600,
|
||||
* height: 400
|
||||
* }).setup().run()
|
||||
*
|
||||
* // Create the Scrollview
|
||||
@@ -13015,7 +13015,7 @@
|
||||
* .add('elephant', './assets/elephant-1.jpg')
|
||||
* .load((loader, resources) => {
|
||||
* const sprite = new PIXI.Sprite(resources.elephant.texture)
|
||||
* const scrollview = new Scrollview({boxWidth: 400, boxHeight: 180})
|
||||
* const scrollview = new Scrollview({boxWidth: 400, boxHeight: 300})
|
||||
* scrollview.content.addChild(sprite)
|
||||
* app.scene.addChild(scrollview)
|
||||
*
|
||||
@@ -13030,6 +13030,7 @@
|
||||
* Creates an instance of a Scrollview.
|
||||
*
|
||||
* @constructor
|
||||
* @see https://davidfig.github.io/pixi-scrollbox/jsdoc/Scrollbox.html
|
||||
*/
|
||||
constructor(opts = {}) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user