TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How The Martha Graham Google Logo is Animated

145 点作者 joshclemence大约 14 年前

10 条评论

gokhan大约 14 年前
I can't see any doodle on Google homepage, don't know why it's not available to my country. Here's a higher resolution video of the doodle by the artist Ryan Woodward himself:<p><a href="http://www.youtube.com/watch?v=IsbI1GE4DGA" rel="nofollow">http://www.youtube.com/watch?v=IsbI1GE4DGA</a><p>It appears that animating dance figures is his speciality, check also this:<p><a href="http://www.youtube.com/watch?v=OBk3ynRbtsw" rel="nofollow">http://www.youtube.com/watch?v=OBk3ynRbtsw</a>
评论 #2539204 未加载
seanalltogether大约 14 年前
I can't access the article but looking at the homepage, I'm surprised it's not just a giant spritesheet that changes the x/y offset on certain intervals.<p>Nevermind, it is a giant spritesheet, but it's optimised to allow for static elements to not have to be redrawn. <a href="http://www.google.com/logos/2011/graham11-hp-sprite.png" rel="nofollow">http://www.google.com/logos/2011/graham11-hp-sprite.png</a>
评论 #2538797 未加载
leejoramo大约 14 年前
To get an animated feel for how this works, add a user CSS to outline the border. I use the "User CSS" extension for Safari<p><a href="http://code.grid.in.th/" rel="nofollow">http://code.grid.in.th/</a><p>Then add this CSS:<p>#hplogo div { border: 1px red solid; }
audionerd大约 14 年前
I wonder why they went with many &#60;div&#62;'s, instead of a single &#60;div&#62; with JS controlling the background-position and clip?
评论 #2538918 未加载
评论 #2538713 未加载
hammock大约 14 年前
Select the logo as it animates to see more clearly how it's a bunch of divs being spawned. (To select it, either use your mouse or tab out of the search box and hit Ctrl-A)<p>link: www.google.com
mamp大约 14 年前
The animation was cool the first time, then after that it just got annoying - like having a flash ad on the page. I changed my search to Bing for the first time ever because of this animation.
_debug_大约 14 年前
Let me guess : by taking up 100% CPU? Irritated me the whole day.
defroost大约 14 年前
I use igoogle start page, and I can't see any animation, just a static Martha Graham Google Logo. Does anyone have a the correct google URL in the States? I've seen the video of it, but it annoying me that I can't see the actual animation.<p>*edit: I found it <a href="http://www.google.ca/" rel="nofollow">http://www.google.ca/</a>
评论 #2538923 未加载
评论 #2538919 未加载
golgo13大约 14 年前
The logo didn't work in Opera 11.10 :/ I had to fire up IE 9 to take a peek
noduerme大约 14 年前
Ain't really brilliant. And they used the same 'doodle' method before. What would be nice is if they used the HTML5/canvas methods they've been hyping so hard. Unfortunately, animating this with that would take at least a QC Xeon.<p>What would be really, really awesome would be if they did it with Flash. Then it would work on droid, and iOS users would all go 'wtf?'
评论 #2538906 未加载