Which jQuery method allows fading to a given opacity (value between 0 and 1)?

45. Which jQuery method allows fading to a given opacity (value between 0 and 1)?

  1. fade()
  2. fadeOpacity()
  3. fadeTo()
  4. fadeto()

Answer: C) fadeTo()

Explanation:

The jQuery fadeTo() method allows fading to a given opacity (value between 0 and 1).

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.