Fast fade in
<html> <head> <script type="text/javascript" src="js/jquery-1.3.2.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("div").fadeIn("fast"); }); </script> </head> <body> <body> <div style="display:none;">Click me</div> </body> </html>
1. | Fade in callback | ||
2. | Fade in controlled by milliseconds | ||
3. | Slow fade in | ||
4. | Header fade in | ||
5. | Fade in/out dialog |