А
Size: a a a
А
А
А
L
L
А
L
L
А
А
// Tween to 0 to remove the transforms
TweenLite.set(box.node, { x, y });
TweenLite.to(box.node, time, { x: 0, y: 0, ease });
}
if (lastW !== box.width || lastH !== box.height) {
TweenLite.to(box.content, time, { autoRound: false, width, height, ease });
}
А
L
var time = 10.9;
А
А
А