What's the best way to set a time delay on an element for it to display for a certain time, but with a fade-in and fade-out effect upon appearing and disappearing? Can this be done with the fadeToggle() function in jQuery?
The example of my current application: http://loremipsum.li
...when you click the 'Copy' button it copies the text to the clipboard and brings up the "Copied!" caption, but without any transition effects, which is what I am trying to achieve.
Any thoughts?