How can I mimic Apple.com’s intro animation first used with the updated MacBook Air & Currently with the iPad 2?
How can I mimic Apple.com’s intro animation first used with the updated MacBook Air
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would do the following:
display: hidden;(CSS) to every visible element on the pagefadeIn()to fade in the elementssetTimeout()to time thesefadeIn()‘s to get the desired effectSomething like this: http://jsfiddle.net/wcqzd/ – it needs some work but it should give you a good base.