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?
I want to use the jQuery show(700) function, but I do not want any
Share
Use the animate function and simply vary the width and height. Here’s a plugin that will do a reveal.