开发者

Homepage animation intro ala apple.com

开发者 https://www.devze.com 2023-02-19 07:55 出处:网络
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:

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

精彩评论

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