jquery中fadeIn淡入效果


 [示例代码]

<html>
  <head>
    <script src="jquery-1.2.js"></script>
    <script>
      $(document).ready(function() {
      $('#fadein').fadeIn('slow');
      });
    </script>
  </head>
  <body>
    <div id="fadein" style="display: none;font-size: 100px;">
      fadein
    </div>
  </body>
</html>

 

本文作者:
« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3