Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 307 Bytes

README.markdown

File metadata and controls

17 lines (11 loc) · 307 Bytes

WaveMenu

http://github.com/pippolino/jquery.fs.WaveMenu/

A jQuery plugin that scale menu items for create a wave effect.

Basic usage

$('#my-menu').fsWaveMenu();

You can call fsWaveMenu with same parameters as well.

$('#my-menu').fsWaveMenu({scale: 100, beginningScale: 70});