Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit aa22ad7

Browse files
committed
minor update
1 parent 41da2e8 commit aa22ad7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎src/helpers/intro.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default class VueBuildIntro {
1818
window.addEventListener('resize', this.resize())
1919
this.canvas.appendChild(this.app.view)
2020
this.all = new PIXI.Container() // Container for all v's
21-
this.minis = []
2221

2322
// Make a container to hold all v's
2423
this.app.stage.addChild(this.all) // Add to state
@@ -228,8 +227,8 @@ export default class VueBuildIntro {
228227
return new Promise((resolve, reject) => {
229228
// Open v and slam sh
230229
TweenMax.to(this.all.scale, timing, {
231-
x: 0.45,
232-
y: 0.45,
230+
x: 2,
231+
y: 2,
233232
// this.all.scale.set(0.4),
234233
ease: Power3.easeIn,
235234
onComplete: function () {
@@ -243,8 +242,8 @@ export default class VueBuildIntro {
243242
return new Promise((resolve, reject) => {
244243
// Open v and slam sh
245244
TweenMax.to(this.all.scale, timing, {
246-
x: 0.3,
247-
y: 0.3,
245+
x: 0.5,
246+
y: 0.5,
248247
// this.all.scale.set(0.4),
249248
ease: Power3.easeIn,
250249
onComplete: function () {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /