我是靠谱客的博主 精明豌豆,最近开发中收集的这篇文章主要介绍css的navigation,响应式导航(Responsive Nav) — 响应式导航插件(Responsive Navigation Plugin)...,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

使用指南

按照下面的步骤即可引入此插件并让其顺利的运行。如果在使用过程中发现bug,请提交到GitHub issues.

引入文件

添加标签

启动此插件

var navigation = responsiveNav("#nav");

调整参数

var navigation = responsiveNav("#nav", { // Selector: The ID of the wrapper

animate: true, // Boolean: 是否启动CSS过渡效果(transitions), true 或 false

transition: 400, // Integer: 过渡效果的执行速度,以毫秒(millisecond)为单位

label: "Menu", // String: Label for the navigation toggle

insert: "after", // String: Insert the toggle before or after the navigation

customToggle: "", // Selector: Specify the ID of a custom toggle

openPos: "relative", // String: Position of the opened nav, relative or static

jsClass: "js", // String: 'JS enabled' class which is added to el

debug: false, // Boolean: Log debug messages to console, true 或 false

init: function(){}, // Function: Init callback

open: function(){}, // Function: Open callback

close: function(){} // Function: Close callback

});

可调用的方法

// 销毁插件

navigation.destroy();

// Toggle

navigation.toggle();

最后

以上就是精明豌豆为你收集整理的css的navigation,响应式导航(Responsive Nav) — 响应式导航插件(Responsive Navigation Plugin)...的全部内容,希望文章能够帮你解决css的navigation,响应式导航(Responsive Nav) — 响应式导航插件(Responsive Navigation Plugin)...所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(29)

评论列表共有 0 条评论

立即
投稿
返回
顶部