impressive demo content added

This commit is contained in:
Bartek Szopka
2011-12-31 09:48:13 +01:00
parent 3a67355863
commit da7a27d44e
3 changed files with 314 additions and 39 deletions

View File

@@ -148,7 +148,8 @@
transform: "translate(-50%,-50%)" +
translate(step.translate) +
rotate(step.rotate) +
scale(step.scale)
scale(step.scale),
transformStyle: "preserve-3d"
});
});
@@ -186,7 +187,7 @@
var zoomin = target.scale.x > current.scale.x ||
target.scale.y > current.scale.y ||
target.scale.z > current.scale.z;
css(impress, {
transform: scale(target.scale),
transitionDelay: (zoomin ? "300ms" : "0")