konweb / slinky

A light-weight, responsive, mobile-like menu plugin

Home Page:http://alizahid.github.io/slinky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slinky+

jQuery sliding menuを少し改良したver。

オプション'label'に'parent'を追加し、labelに現在の階層が表示できるよう機能を追加。

Demo

Installation

Download the latest version. The files you need are;

  • assets/js/jquery.slinky.js
  • assets/css/jquery.slinky.css

Usage

$('.menu').slinky(options);

Options

Option Default value Description
label 'Back' | 'parent' Label for the back button. Set to true to use the link's own label
speed 300 Animation speed in milliseconds
resize true Resize menu height to match content

About

A light-weight, responsive, mobile-like menu plugin

http://alizahid.github.io/slinky

License:MIT License


Languages

Language:HTML 65.5%Language:CSS 17.4%Language:JavaScript 17.1%