Difference between revisions of "Sandbox"
From Organic Design wiki
Line 3: | Line 3: | ||
$('.firstHeading').animate( | $('.firstHeading').animate( | ||
{ 'font-size': '100px' }, | { 'font-size': '100px' }, | ||
− | { duration: | + | { duration: 1000, step: function(now,fx) { fx.elem.innerHTML = now; } } |
); | ); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 14:57, 2 February 2012