Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 329: Line 329:
{ step: function(now, fx) {
{ step: function(now, fx) {
speed = 1000 * parseInt($(this).data('speed'), 10);
speed = 1000 * parseInt($(this).data('speed'), 10);
 +
alert($(this).css("left");
},
},
-
duration: speed
+
duration: 1000
});
});
});
});

Revision as of 23:37, 29 December 2013

Parallax Test

Whee

Project