Multiple choice

What does fadeTo() method in jquery?

  1. This method is used to stop the animation effect.

  2. This method is used to hide the html element.

  3. This method is used to show the html element.

  4. This method uses a speed parameter to show the duration of effect with the given parameters.

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is a true statement about fadeTo() method. It has the duration 0 to 1 millisecond.