Which jQuery method allows fading to a given opacity (value between 0 and 1)?
Options:
Explanation:
The jQuery
fadeTo() method allows fading to a given opacity (value between 0 and 1).
Tags:
jQuery
Answer:
Which jQuery method allows fading to a given opacity (value between 0 and 1) fadeTo().