开发者

Homepage animation intro ala apple.com

How can I mimic Apple.com's intro animation first used with t开发者_运维百科he updated MacBook Air & Currently with the iPad 2?


I would do the following:

  1. Create the website with everything shown as normal
  2. Add display: hidden; (CSS) to every visible element on the page
  3. Use jQuerys' fadeIn() to fade in the elements
  4. Use setTimeout() to time these fadeIn()'s to get the desired effect

Something like this: http://jsfiddle.net/wcqzd/ - it needs some work but it should give you a good base.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜