Difference between revisions of "Sandbox"

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

Revision as of 14:47, 2 February 2012