jQuery Enlarge on mouse over

1.9k Views Asked by At

I'm trying to mimic a similar effect to how when you scroll across the OSX icon dock it enlarges the images,

I've got this markup.

<ul class="float-left">
<li class="head"></li>
<li></li>
<li></li>
<li></li>
</ul>

<ul class="float-left">
<li class="head"></li>
<li></li>
<li></li>
<li></li>
</ul>

<ul class="float-left">
<li class="head"></li>
<li></li>
<li></li>
<li></li>
</ul>

<ul class="float-left">
<li class="head"></li>
<li></li>
<li></li>
<li></li>
</ul>

By default they are all set at 200px wide and 14px font size.

I'd like it so as you mouseover one of the UL's it animates it to enlarge its width and text size by about 20%, then as you mouseleave it goes back to its original position.

however I've no idea what to call it, I've searched for coverflow, magnify effects anything i can think of, and im unable to find a pre-build plugin to do this, does anybody know where to find one or knock one up quick?

thanks

1

There are 1 best solutions below

0
On

This article has a plugin and how to set it up. I think people refer to this as the OSX Dock effect.

http://ndesign-studio.com/blog/css-dock-menu