twentytwenty_toggle_duration

过滤钩子
apply_filters( 'twentytwenty_toggle_duration', 250 )
参数
  • (int) $duration Duration in milliseconds.
    Required:
定义位置
  • wp-content/themes/twentytwenty/inc/template-tags.php , line 808
相关勾子
twentytwenty_site_descriptiontwentytwenty_site_logotwentytwenty_svg_icon_colortwentytwenty_get_elements_arraytwentytwenty_starter_content
相关方法
human_readable_duration_get_path_to_translation
引入
Twenty Twenty 1.0
弃用
-

twentytwenty_toggle_duration:这是一个过滤器钩子,允许您更改切换动画的持续时间。

过滤通常用于子菜单切换的动画持续时间/速度。

$duration = apply_filters( 'twentytwenty_toggle_duration', 250 );

常见问题

FAQs
查看更多 >