diff --git a/js/impress.js b/js/impress.js index a50b88d..2498f60 100644 --- a/js/impress.js +++ b/js/impress.js @@ -194,12 +194,12 @@ rotate: { x: -parseInt(step.rotate.x, 10), y: -parseInt(step.rotate.y, 10), - z: -parseInt(step.rotate.z, 10), + z: -parseInt(step.rotate.z, 10) }, scale: { x: 1 / parseFloat(step.scale.x), y: 1 / parseFloat(step.scale.y), - z: 1 / parseFloat(step.scale.z), + z: 1 / parseFloat(step.scale.z) }, translate: { x: -step.translate.x,