Is it feasible for me to create an effect where, upon a user clicking on a link, the entire window fades out (perhaps with a black div covering it), and then loads an external URL like 'google'?
For example:
User clicks 'Here', and the entire window transitions from 0% opacity to 100% black opacity. Then, it loads the link ... google.
Any suggestions on how I could accomplish this?
Thank you