Difference between revisions of "Sandbox"

From Organic Design wiki
Line 3: Line 3:
 
$('.firstHeading').animate(
 
$('.firstHeading').animate(
 
   { 'font-size': 100 },
 
   { 'font-size': 100 },
   { duration: 1000, step: function(now,fx) { fx.elem.innerHTML = now; } }
+
   { duration: 1000, easing: 'linear', step: function(now,fx) { fx.elem.innerHTML = now; } }
 
);
 
);
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 14:58, 2 February 2012