Description of problem:
I'm attempting to use the jQuery UI scale
effect to reveal a large element (div with a background image) from its center point, and having it expand outward evenly across the screen. The effect I'm going for is to make it appear as though the element is zooming in toward you.
Unfortunately, it slides up and to the left instead of evenly bringing the image into visibility. Defining its origin and direction does not solve the issue. Any ideas?