I want to use the jQuery show(700) function, but I do not want any opacity changes. The element in question has a background PNG image with alpha transparency, and the opacity change causes strange black borders around the background image during the animation. How can I omit opactiy animation from the show() function?
|
|
|
|||
|
|
|
|
Use the animate function and simply vary the width and height. Here's a plugin that will do a reveal.
|
||
|
|
|
I just found it. Search for the This also might work for you...
|
||
|
|
|
|
jQuery's show slowly (show with a duration) does a slidedown and a fadein simultaneously. If all you want is the slidedown, just use the slidedown.
Not much more to say about that. |
||||||||||
|
