Difference between revisions of "Sandbox"

From Organic Design wiki
Line 1: Line 1:
 
<html>
 
<html>
 
<script>
 
<script>
$('.firstHeading').animate(
+
$('.firstHeading h1').animate(
   { count: 0 },
+
   { 'font-size': '50px' },
 
   { duration: 100, easing: 'swing', step: function(now,fx) { alert(now); } }
 
   { duration: 100, easing: 'swing', step: function(now,fx) { alert(now); } }
 
);
 
);
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 14:51, 2 February 2012