Skip to content

Create animated flipping menu links with this extremely lightweight jQuery plugin.

Notifications You must be signed in to change notification settings

grimmdude/jQuery-menuFlip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery menuFlip

Create flipping menu links with this extremely lightweight jQuery plugin.

##Usage HTML:

<ul id="menuFlip">
    <li><a href="link1.html">Link 1</a></li>
    <li><a href="link1.html">Link 1</a></li>
    <li><a href="link1.html">Link 1</a></li>
    <li><a href="link1.html">Link 1</a></li>
</ul>

You can optionally specify the text you want to use for the flipped menu item using the data-flipped-text attribute in each link:

<li><a href="link1.html" data-flipped-text="Flipped Text">Link 1</a></li>

JS:

$('#menuFlip').menuFlip({
    li_height       : '20px', 
    flip_speed      : 150, 
    flipped_class   : 'flipped_item', 
    mouseover       : function() {}, 
    mouseout        : function() {}
});

About

Create animated flipping menu links with this extremely lightweight jQuery plugin.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published