jquery animate opacity | Using opacity parameter in jquery animations

Opacity defines to which extent make elements hidden. It ranges from 0 to 1. Where 0 make elements hidden and 1 completely visible. Below example shows how to use opacity in animate() method of jquery.

The opacity parameter is used inside CSS properties area.

Experience this example online



Also see jquery animate


Was this article helpful?

Related Articles

Leave A Comment?