Difference between revisions of "Sandbox"
From Organic Design wiki
Line 2: | Line 2: | ||
<script> | <script> | ||
$('.firstHeading').animate( | $('.firstHeading').animate( | ||
− | {'foo': | + | {'foo':1000}, |
{ duration: 1000, easing: 'linear', 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 15:00, 2 February 2012