Is there a jQuery function that can cause an element to slide down as in fly from an edge of a screen to the location that it is supposed to be at?
The slideDown(); function causes an element to start at the top of the container the element it is applied to and then roll down.
I guess what I am looking for is something that would on an event slide from an edge of a screen or browser window to where it is supposed to go?
Are there any functions or transitions like that?