Brandammo

Blog

jQuery flashy navigation with easing and hoverIntent

Make your navigation a bit more flashy with this plugin… using easing and hoverIntent, customise the rollover colours, easing method and duration…

View the demo for an example…

Include in the head of your document:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.js"></script>
<script type="text/javascript" src="jquery.easing.1.3.js"></script>
<script type="text/javascript" src="jquery.hoverIntent.minified.js"></script>
<script type="text/javascript" src="jquery.flashyNav.1.0.js"></script>

HTML:

<ul class="nav nav1">
	<li><a>Home</a></li>
	<li><a>About Us</a></li>
	<li><a>Services</a></li>
	<li><a>Products</a></li>
	<li><a>Contact Us</a></li>
</ul>

CSS:

	ul.nav {list-style:none; margin:20px; width:300px; font-size:10px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
	ul.nav li {position:relative; border-bottom:1px solid #333; display:block; height:30px; overflow:hidden}
	ul.nav li a {position:relative; color:#fff; text-decoration:none; display:block; height:20px; padding:10px 0 0 10px; z-index:100; text-transform:uppercase}

Initialise the Plugin:

<script type="text/javascript">
$(function(){

	$('.nav1').flashyNav({
		rolloverColor: '#5400ff',	//the default color of the rollover element
		rolloverDuration: 1000,	//the default duration for the rollover
		easingMethod: 'easeInOutQuint'	//easing method used for animation
	});

});
</script>

Download Source Files (Demo Files Attached): jquery.flashyNav.v1.0

View Demo

10 thoughts on “jQuery flashy navigation with easing and hoverIntent

  1. Aldo Wesselhoft on said:

    How can i make an html table appear on top of a myspace template. My profile has a template and when i put an html code for making a table in the music section, it disappears underneath the template..

  2. Pingback: 15 Fresh jQuery Menu Plugins and Tutorials

  3. Pingback: Web Development articles, tutorials, help » Blog Archive » 15 Fresh jQuery Menu Plugins and Tutorials

  4. Pingback: Плагины jQuery для создания меню (15 уроков)

  5. Pingback: 15 Fresh jQuery Menu Plugins and Tutorials | WP Plates! | Wordpress Themes

  6. Pingback: 15個jQuery for Menu下載與教學 « 我是派

  7. Pingback: 15 Newest Menu Plug-ins and Tutorials for jQuery | DesDevWeb

  8. Pingback: 15 Fresh jQuery Menu Plugins and Tutorials « Yoyo142's Blog

  9. Pingback: 15 Fresh jQuery Menu Plugins and Tutorials | JqueryHeaven

  10. Pingback: 转载-推荐15个jQuery Menu插件和教程指南 | iluther-专注web技术

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>