![]() |
VOOZH | about |
The fadeIn() method in jQuery is used to change the opacity of selected elements from hidden to visible. The hidden elements will not be display.
Syntax:
$(selector).fadeIn( speed, easing, callback )
Parameters: This method accepts three parameters as mentioned above and described below:
Example 1: This example describes fadeIn() method with speed 1000 milliseconds.
Output:
Example 2: This example describes fadeIn() method with easing "swing".
Output: