Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, November 12, 2012

Codecademy: "Animate our transitions"


//sample solution to script.js $(function () { $('#button').click( function () { // Add a call to animate to change the background to // the color #d4ecf8. $('#writing').animate({ backgroundColor: "#d4ecf8" },1000); }); });

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts