Exercise:Use the animate() method to set the following CSS properties for <div>:
Syntax hint: $("element").animate({property:"value", property:"value",...}); |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|