📜  jQWidgets jqxExpander expandAnimationDuration 属性

📅  最后修改于: 2022-05-13 01:55:54.808000             🧑  作者: Mango

jQWidgets jqxExpander expandAnimationDuration 属性

jQWidgets 是一个 JavaScript 框架,用于为 PC 和移动设备制作基于 Web 的应用程序。它是一个非常强大和优化的框架,独立于平台,并且被广泛支持。 jqxExpander 代表一个显示标题和内容部分的 jQuery 小部件。单击标题部分以展开或折叠内容。

expandAnimationDuration 属性用于设置或返回展开动画的持续时间。它接受 Number 类型的值,默认值为 400。

句法:

设置 expandAnimationDuration 属性。

$('selector').jqxExpander({ expandAnimationDuration: Number });

返回 expandAnimationDuration 属性。

var EAD = $('selector').jqxExpander('expandAnimationDuration');

链接文件:从给定链接 https://www.jqwidgets.com/download/ 下载 jQWidgets。在 HTML 文件中,找到下载文件夹中的脚本文件。

下面的示例说明了 jQWidgets jqxExpander expandAnimationDuration 属性。

例子:

HTML


  

    
    
    
    
    
    

  

    
        

            GeeksforGeeks         

           

            jQWidgets jqxExpander expandAnimationDuration Property         

           
            
GeeksforGeeks
               
                A Computer Science portal for geeks. It                  contains well written, well thought and                  well explained computer science and                  programming articles, ...             
        
    
          


输出:

参考: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxexpander/jquery-expander-api.htm