Re: "Heads Up Display" Animated Javascript Popup by Christopher Knell on Nov 19, 2008 at 7:05:16 pm
I guess we were responding at the same time. I found that one too.... I'm wondering if you know how to do the animation part of the reveal? Can you suggest a discussion somewhere?
Re: "Heads Up Display" Animated Javascript Popup by Christopher Knell on Nov 19, 2008 at 7:11:42 pm
Thanks Abraham:
I noticed something else...on your example page, the viewer has to click the "close window" link to return to the main page but on the Apple page, just clicking outside the player initiates the return. Any thoughts?
Thanks
Re: "Heads Up Display" Animated Javascript Popup by Abraham Chaffin on Nov 19, 2008 at 7:30:05 pm
The javascript for the animated reveal could be done in different ways, one way to do it would be animate the scale on the initial display of the window.
The close method would simply be an onclick event that would execute the same javascript as the close window button only be applied to the surrounding container element.