Use:
+
jQ 2.0.3
jQ 1.9.0b1
jQ 1.8
jQ 1.7
@@ -157,6 +158,12 @@
jQuery transit tests
.transition({ opacity: 0 });
});
+ test('Transition of transform (no jump first time)', function($box) {
+ $box
+ .transition({ transform: "translateX(80px)" });
+ });
+
+