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 f9d2079

Browse files
committed
work in progress
1 parent 6e401ca commit f9d2079

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"gsap": "^1.19.1",
88
"highlightjs": "^9.8.0",
99
"pixi.js": "^4.4.1",
10-
"vue-build": "^0.40.0",
11-
"webpack-bundle-analyzer": "^2.3.0"
10+
"vue-build": "^0.40.0"
1211
}
1312
}

‎src/helpers/logo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default class VueBuildLogo {
143143
return new Promise((resolve, reject) => {
144144
// Rotate top left
145145
TweenMax.to(this.all, timing, {
146-
rotation: 2880 * PIXI.DEG_TO_RAD,
146+
rotation: 360 * PIXI.DEG_TO_RAD,
147147
ease: Power3.easeInOut,
148148
onComplete: () => {
149149
TweenMax.to(this.all, 0, {rotation: 0})

0 commit comments

Comments
(0)

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