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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Mothereffinanimatedgif

113 点作者 twakefield超过 13 年前

9 条评论

paulirish超过 13 年前
Conceived of, developed, designed, and launched in 24 hours: <a href="https://github.com/paulirish/lazyweb-requests/issues/53" rel="nofollow">https://github.com/paulirish/lazyweb-requests/issues/53</a><p>Tech: HTML5 drag n drop, FileReader, a[download], GIF encoding on the client, BlobBuilder, postMessage, &#60;input type=range&#62; (with Firefox polyfill), appcache, transforms, etc. Oh! and the aforementioned * { box-sizing : border-box; }
评论 #3602473 未加载
评论 #3603094 未加载
VMG超过 13 年前
Whenever I have to drop images on a webpage see something happen, I close the tab.<p>I don't have a bunch of images lying around that have the right size and that I'd feel comfortable sharing.
评论 #3602537 未加载
评论 #3602955 未加载
评论 #3602561 未加载
XLcommerce超过 13 年前
Just fyi:<p>uses filereader. There is a bad (crashing) memory leak in Chrome.<p>Bug report here: <a href="http://code.google.com/p/chromium/issues/detail?id=114548&#38;thanks=114548&#38;ts=1329369049" rel="nofollow">http://code.google.com/p/chromium/issues/detail?id=114548&#3...</a><p>Beware if you intend to use filreader to read many large files. Allocated mem never gets released.<p>Spent 2 days getting a html5 client side image resizer/uploader only to hit this killer bug.<p>Had to use Flash in the end, which by the way performs like a demon on binary data.
评论 #3602563 未加载
stefankendall超过 13 年前
The 24-hour conception to launch is more impressive than the end-result, which is still pretty damned impressive.
jmah超过 13 年前
Why is Safari not supported?
评论 #3602376 未加载
rbrcurtis超过 13 年前
Very cool. But you need to fix it for transparent gifs; they just stack on top of each other and need to clear the previous.
ChrisArchitect超过 13 年前
pretty neat -- way to step up 'team behind lazyweb-request#53'<p>tested it out with whatever I had handy: Mother Effing Mountain Lion <a href="http://i.imgur.com/oRFRA.gif" rel="nofollow">http://i.imgur.com/oRFRA.gif</a>
manveru超过 13 年前
No Opera support :(
zsherman超过 13 年前
Seriously, that's awesome.