1.
What is the primary purpose of applying visual effects and animations to DOM elements?
2.
Which jQuery method is commonly used for fading elements in and out?
3.
How can you create a sliding effect to hide an element in jQuery?
4.
Which jQuery method is used to animate CSS properties of DOM elements?
5.
What is the purpose of the delay() method in jQuery animations?
6.
Which easing function in jQuery provides a bouncing effect at the end of an animation?
7.
How can you make multiple animations occur simultaneously in jQuery?
8.
What is the purpose of easing functions in jQuery animations?
9.
Which jQuery method is used to stop an animation before it completes?
10.
What is the purpose of queueing animations in jQuery?