Exercise:

Use the animate() method to move the <div> element 250 pixels to the right.

構文のヒント:$("element").animate({property:"value"});

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com