Difference between revisions of "Sandbox"

From Organic Design wiki
Line 2: Line 2:
 
<script>
 
<script>
 
$('.firstHeading h1').animate(
 
$('.firstHeading h1').animate(
   { 'font-size': '50px' },
+
   { 'font-size': 50 },
 
   { 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:52, 2 February 2012