PageRenderTime 63ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/1.3/docs/html/api/core/node/fadeOut.html

https://github.com/yiminghe/kissyteam.github.com
HTML | 270 lines | 223 code | 28 blank | 19 comment | 0 complexity | 1cad00600249df0b7575f8bc48cf9514 MD5 | raw file
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta name="data-spm" content="1" data-spm-protocol="i" />
  6. <title>fadeOut &mdash; KISSY v1.3 Documentation</title>
  7. <link rel="stylesheet" href="http://g.tbcdn.cn/kissy/k/1.3.2/css/dpl/base-min.css"/>
  8. <link rel="stylesheet" href="../../../_static/kissy.css"/>
  9. <link rel="stylesheet" href="http://a.tbcdn.cn/s/kissy/gallery/sphinx/1.1.3/pygments.css" type="text/css" />
  10. <link rel="shortcut icon" href="http://a.tbcdn.cn/s/kissy/favicon.ico" type="image/x-icon" />
  11. <!--<link href='http://fonts.googleapis.com/css?family=Philosopher' rel='stylesheet' type='text/css'>-->
  12. <script>
  13. var DOCUMENTATION_OPTIONS = {
  14. URL_ROOT: '../../../',
  15. VERSION: '',
  16. COLLAPSE_INDEX: false,
  17. FILE_SUFFIX: '.html',
  18. HAS_SOURCE: true
  19. };
  20. </script>
  21. <script type="text/javascript" src="http://a.tbcdn.cn/s/kissy/gallery/sphinx/1.1.3/??jquery.js,underscore.js,doctools.js,searchtools.js"></script>
  22. <script>
  23. var _gaq = _gaq || [];
  24. _gaq.push(['_setAccount', 'UA-31470541-1']);
  25. _gaq.push(['_trackPageview']);
  26. (function() {
  27. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  28. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  29. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  30. })();
  31. </script>
  32. </head>
  33. <body><div id="header">
  34. <h1 class="logo"><a alt="KISSY" href="http://docs.kissyui.com">
  35. <img src="http://a.tbcdn.cn/s/kissy/logo.png" />
  36. </a></h1>
  37. <ul class="navigation">
  38. <li><a href="http://docs.kissyui.com">首页</a></li>
  39. <li><a href="../../../../html/tutorials/index.html" >Tutorials</a></li>
  40. <li><a href="../../../../html/api/index.html" >API</a></li>
  41. <li><a href="../../../../html/demo/index.html" >DEMO</a></li>
  42. <li><a href="https://groups.google.com/group/kissy-ui" >Google Group</a></li>
  43. <li><a href="http://www.github.com/kissyteam" >Source Code</a></li>
  44. <li><a href="http://docs.kissyui.com/1.3/api/" >English API Docs</a></li>
  45. <li><a href="http://blog.kissyui.com/" target="_blank">Offical Blog</a></li>
  46. </ul>
  47. <div id="searchbox" class="searchbox">
  48. <form class="search" action="../../../search.html" method="get">
  49. <input type="text" name="q" size="28" class="ipt"/>
  50. <input type="submit" value="Go" class="btn"/>
  51. <input type="hidden" name="check_keywords" value="yes"/>
  52. <input type="hidden" name="area" value="default"/>
  53. </form>
  54. </div>
  55. </div>
  56. <div id="content">
  57. <div id="layout" class="layout grid-s6m0e7">
  58. <div class="col-main">
  59. <div class="main-wrap">
  60. <div class='related'>
  61. <h3>Navigation</h3>
  62. <ul>
  63. <li class="right" style="margin-right: 10px">
  64. <a href="../../../genindex.html" title="General Index"
  65. accesskey="I">index</a></li>
  66. <li class="right" >
  67. <a href="../../../py-modindex.html" title="Python Module Index"
  68. >modules</a> | </li>
  69. <li class="right" >
  70. <a href="fadeToggle.html" title="fadeToggle"
  71. accesskey="N">next</a> | </li>
  72. <li class="right" >
  73. <a href="fadeIn.html" title="fadeIn"
  74. accesskey="P">previous</a> | </li>
  75. <li><a href="../../../index.html">KISSY v1.3 Documentation</a> &#187; </li>
  76. <li><a href="../../index.html" >API Documentation</a> &#187; </li>
  77. <li><a href="../index.html" >Core</a> &#187; </li>
  78. <li><a href="index.html" accesskey="U">node</a> &#187; </li>
  79. </ul>
  80. </div>
  81. <div class="body">
  82. <div class="section" id="fadeout">
  83. <h1>fadeOut<a class="headerlink" href="#fadeout" title="Permalink to this headline"></a></h1>
  84. <div class="section" id="module">
  85. <h2>Module<a class="headerlink" href="#module" title="Permalink to this headline"></a></h2>
  86. <blockquote>
  87. <div><a class="reference internal" href="index.html#module-node" title="node"><tt class="xref py py-mod docutils literal"><span class="pre">node</span></tt></a></div></blockquote>
  88. </div>
  89. <div class="section" id="methods">
  90. <h2>Methods<a class="headerlink" href="#methods" title="Permalink to this headline"></a></h2>
  91. <dl class="method">
  92. <dt id="node.NodeList.fadeOut">
  93. <tt class="descclassname">NodeList.</tt><tt class="descname">fadeOut</tt><big>(</big><big>)</big><a class="headerlink" href="#node.NodeList.fadeOut" title="Permalink to this definition"></a></dt>
  94. <dd><div class="line-block">
  95. <div class="line">NodeList <strong>fadeOut</strong> ( [ speed = 1, callback, easing ] )</div>
  96. <div class="line">当前节点列表元素以渐隐效果隐藏</div>
  97. </div>
  98. <table class="docutils field-list" frame="void" rules="none">
  99. <col class="field-name" />
  100. <col class="field-body" />
  101. <tbody valign="top">
  102. <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
  103. <li><strong>speed</strong> (<em>Number</em>) &#8211; 单位秒, 动画持续时间, 不设置无动画</li>
  104. <li><strong>callback</strong> (<em>Function</em>) &#8211; 每个动画结束后回调函数</li>
  105. <li><strong>easing</strong> (<em>String</em>) &#8211; 动画平滑函数, <a class="reference internal" href="../anim/index.html#anim.Anim" title="anim.Anim"><tt class="xref py py-class docutils literal"><span class="pre">Anim</span></tt></a></li>
  106. </ul>
  107. </td>
  108. </tr>
  109. <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">NodeList</p>
  110. </td>
  111. </tr>
  112. </tbody>
  113. </table>
  114. <div class="admonition note">
  115. <p class="first admonition-title">Note</p>
  116. <p class="last">注意回调 callback 在每个元素动画结束后都会回调, this 值指向当前单个元素所属的动画对象.</p>
  117. </div>
  118. </dd></dl>
  119. </div>
  120. </div>
  121. </div>
  122. <div class='related'>
  123. <h3>Navigation</h3>
  124. <ul>
  125. <li class="right" style="margin-right: 10px">
  126. <a href="../../../genindex.html" title="General Index"
  127. accesskey="I">index</a></li>
  128. <li class="right" >
  129. <a href="../../../py-modindex.html" title="Python Module Index"
  130. >modules</a> | </li>
  131. <li class="right" >
  132. <a href="fadeToggle.html" title="fadeToggle"
  133. accesskey="N">next</a> | </li>
  134. <li class="right" >
  135. <a href="fadeIn.html" title="fadeIn"
  136. accesskey="P">previous</a> | </li>
  137. <li><a href="../../../index.html">KISSY v1.3 Documentation</a> &#187; </li>
  138. <li><a href="../../index.html" >API Documentation</a> &#187; </li>
  139. <li><a href="../index.html" >Core</a> &#187; </li>
  140. <li><a href="index.html" accesskey="U">node</a> &#187; </li>
  141. </ul>
  142. </div>
  143. <div id="disqus_thread"></div>
  144. <script>
  145. if((window.location.hostname.indexOf("kissyui.com")!=-1 )&& window.localStorage.getItem("kissy-commment")!="0"){
  146. /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  147. var disqus_shortname = 'kissy-docs'; // required: replace example with your forum shortname
  148. // The following are highly recommended additional parameters. Remove the slashes in front to use.
  149. //var disqus_identifier = '/anim';
  150. //var disqus_url = window.location;
  151. /* * * DON'T EDIT BELOW THIS LINE * * */
  152. (function() {
  153. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  154. dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
  155. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  156. })();
  157. }
  158. </script>
  159. <!--<div id="google-search-box">
  160. <div id="cse" style="width: 100%;">Loading</div>
  161. <script>
  162. if(window.location.hostname.indexOf("kissyui.com")!=-1){
  163. document.write('<script src="http://www.google.com/jsapi" type="text/javascript"><'+'/script>');
  164. }
  165. </script>
  166. <script>
  167. if(window.location.hostname.indexOf("kissyui.com")!=-1){
  168. google.load('search', '1', {language : 'zh-CN', style : google.loader.themes.MINIMALIST});
  169. google.setOnLoadCallback(function() {
  170. var customSearchControl = new google.search.CustomSearchControl('012347804910294994683:n4uzb24gqdm');
  171. customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
  172. customSearchControl.draw('cse');
  173. }, true);
  174. }
  175. </script>
  176. </div>-->
  177. </div>
  178. </div>
  179. <div class="col-sub"><ul class="s-box api-toctree">
  180. <h2 class="s-box-hd">Seed</h2>
  181. <ul class="s-box-bd">
  182. <li><a href="../../seed/kissy/index.html">lang</a></li>
  183. <li><a href="../../seed/loader/index.html">loader</a></li>
  184. </ul>
  185. </ul>
  186. <ul class="s-box core-toctree">
  187. <h2 class="s-box-hd">Core</h2>
  188. <ul class="s-box-bd">
  189. <li><a href="../ajax/index.html">ajax</a></li>
  190. <li><a href="../anim/index.html">anim</a></li>
  191. <li><a href="../base/index.html">base</a></li>
  192. <li><a href="../cookie/index.html">cookie</a></li>
  193. <li><a href="../dom/index.html">dom</a></li>
  194. <li><a href="../event/index.html">event</a></li>
  195. <li><a href="../json/index.html">json</a></li>
  196. <li><a href="index.html">node</a></li>
  197. <li><a href="../ua/index.html">ua</a></li>
  198. </ul>
  199. </ul>
  200. <ul class="s-box component-toctree">
  201. <h2 class="s-box-hd">Component</h2>
  202. <ul class="s-box-bd">
  203. <li><a href="../../component/button/index.html">button</a></li>
  204. <li><a href="../../component/calendar/index.html">calendar</a></li>
  205. <li><a href="../../component/color/index.html">color</a></li>
  206. <li><a href="../../component/combobox/index.html">combobox</a></li>
  207. <li><a href="../../component/component/index.html">component</a></li>
  208. <li><a href="../../component/datalazyload/index.html">datalazyload</a></li>
  209. <li><a href="../../component/dd/index.html">dd</a></li>
  210. <li><a href="../../component/editor/index.html">editor</a></li>
  211. <li><a href="../../component/imagezoom/index.html">imagezoom</a></li>
  212. <li><a href="../../component/menu/index.html">menu</a></li>
  213. <li><a href="../../component/menubutton/index.html">menubutton</a></li>
  214. <li><a href="../../component/mvc/index.html">mvc</a></li>
  215. <li><a href="../../component/overlay/index.html">overlay</a></li>
  216. <li><a href="../../component/promise/index.html">promise</a></li>
  217. <li><a href="../../component/resizable/index.html">resizable</a></li>
  218. <li><a href="../../component/rich-base/index.html">rich-base</a></li>
  219. <li><a href="https://github.com/jquery/sizzle/wiki/Sizzle-Home">sizzle</a></li>
  220. <li><a href="../../component/stylesheet/index.html">stylesheet</a></li>
  221. <li><a href="../../component/swf/index.html">swf</a></li>
  222. <li><a href="../../component/switchable/index.html">switchable</a></li>
  223. <li><a href="../../component/tabs/index.html">tabs</a></li>
  224. <li><a href="../../component/tree/index.html">tree</a></li>
  225. <li><a href="../../component/uri/index.html">uri</a></li>
  226. <li><a href="../../component/waterfall/index.html">waterfall</a></li>
  227. <li><a href="../../component/xtemplate/index.html">xtemplate</a></li>
  228. </ul>
  229. </ul>
  230. </div>
  231. </div>
  232. <script>
  233. if(!$.trim($(".col-extra").html())){
  234. $("#layout").removeClass("grid-s6m0e7").addClass("grid-s6m0");
  235. }
  236. </script>
  237. </div>
  238. <div id="footer">
  239. &copy; Copyright 2010~2012, KISSY Team. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>
  240. </div>
  241. </body>
  242. </html>