Part 4 – Animations
Explore smooth transitions using jQuery’s .animate() method for movement, size, and opacity.
Task 8 – Basic Animation
- Animate a square
<div>: increase its size and move position. - Use
.animate().
Task 9 – Sequential Animations
- Animate step by step: move right → move down → shrink → return.
Task 10 – Combined Animation
- Combine opacity, size, and movement into one
.animate()call.