📌  相关文章
📜  jQuery Mobile 面板 classes.animate 选项

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

jQuery Mobile 面板 classes.animate 选项

jQuery Mobile是一种基于 Web 的技术,可用于为可在所有类型的智能手机、平板电脑和台式机上访问的网站制作响应式内容。

在本文中,我们将学习如何使用jQuery Mobile 面板 classes.animate Option 。 Using this option, classes can be added to the panel, page contents wrapper, and fixed toolbars when option animate is true and the 3D transform feature test returns true.

句法:

// content

参数:此选项不接受任何参数/参数。

返回类型:此选项不返回任何值。

CDN 链接:以下是您的项目需要的一些 jQuery Mobile 脚本,因此请将它们添加到您的项目中。

示例:此示例描述了jQuery Mobile 面板 classes.animate 选项。

HTML


  

    
    
    
    
    
    

  

    
        
            

                GeeksforGeeks             

            

jQuery Mobile panel classes.animate Option

            
                                    Open Panel 1                                     Open Panel 2                 
                

classes.animate

                

Default: "ui-panel-animate"

            
            
                
                

Welcome to GeeksforGeeks

                

Panel animate option is false

                                                Close panel             
            
                
                

Welcome to GeeksforGeeks

                

Panel animate option is true

                                               Close panel             
        
    
         


输出:

jQuery Mobile 面板 classes.animate 选项

jQuery Mobile 面板 classes.animate 选项

参考: https ://api.jquerymobile.com/panel/#option-classes.animate