|
@@ -1475,10 +1475,15 @@ export default {
|
|
|
if (open) {
|
|
|
// paper bring to front
|
|
|
this.paper_objects.bringToFront();
|
|
|
+ // calcul opened size regarding window size
|
|
|
+ // let ch = this.canvas.height;
|
|
|
+ let s = this.canvas.height / (this.ray*2.8)
|
|
|
+ // debugger;
|
|
|
+
|
|
|
// opening tweening
|
|
|
this.tween = new Tween.Tween({s: this.scale, x: this.pos.x, y: this.pos.y, o: 0})
|
|
|
.to({
|
|
|
- s: 3,
|
|
|
+ s: s,
|
|
|
x: (this.canvas.width - 450) / 2,
|
|
|
y: this.canvas.height / 2,
|
|
|
o: 0.8
|