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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Anime.js – Polyvalent JavaScript Animation Engine

283 点作者 JulianGarnier将近 9 年前

12 条评论

JulianGarnier将近 9 年前
This is a javascript animation library that I made and used on my latest projects. The source and documentation are on Github. Feedbacks are welcome!
评论 #11986707 未加载
评论 #11986682 未加载
评论 #11987548 未加载
评论 #11989953 未加载
评论 #11986670 未加载
davnn将近 9 年前
The sad thing with animation libraries is, at least in my opinion, that in the end it comes down to a performance race.<p>I loved popmotion at first, but once you hit the first performance bottleneck you can either contribute and fix performance issues yourself or choose a different library (most likely not the hip, new one).<p>I do not want to convey the message that people should stop creating animation libraries, I think that innovation is great, but the road for such a library to be useful in production is a long one.
评论 #11989865 未加载
评论 #11992860 未加载
trollboll将近 9 年前
Very nice but it explodes my work laptops CPU (running ubuntu 16.04 + chrome 50) even just idling on <a href="http:&#x2F;&#x2F;anime-js.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;anime-js.com&#x2F;</a><p>Im guessing you need to add some &quot;sleep&quot; somewhere
评论 #11988871 未加载
评论 #11987377 未加载
snarkyturtle将近 9 年前
What&#x27;s the difference between this library and the Web Animations API? <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;web&#x2F;updates&#x2F;2013&#x2F;12&#x2F;New-Web-Animations-engine-in-Blink-drives-CSS-Animations-Transitions" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;web&#x2F;updates&#x2F;2013&#x2F;12&#x2F;New-Web-An...</a>
评论 #11988162 未加载
michaelbuddy将近 9 年前
I&#x27;d like to see a visual animation editor that exports to this or greensock. You&#x27;ll have some very happy designers at that point. I think theres also somewhat of a barrier to getting animations to be responsive. Maybe it&#x27;s a good think js &#x2F; html5 animation is hard still though. Keeps the web from being too kooky. Keeps bad ideas somewhat more at bay.
评论 #11987200 未加载
KaoruAoiShiho将近 9 年前
How is this better than greensock &#x2F; mo.js &#x2F; popmotion.js?
评论 #11989396 未加载
Secretmapper将近 9 年前
Totally awesome work! It would be great to get some comparison tables (size, compatibility, speed) for the common animation libraries (velocity, tweenmax&#x2F;lite, etc)<p>Also digging your personal site!
sriram_malhar将近 9 年前
The library looks really nice. It works great in Chrome, but the following SVG path animation does not on Safari (8.0.7), MacOS X (Yosemite, 10.10.4).<p><a href="http:&#x2F;&#x2F;codepen.io&#x2F;juliangarnier&#x2F;pen&#x2F;dXNgVB?editors=0010" rel="nofollow">http:&#x2F;&#x2F;codepen.io&#x2F;juliangarnier&#x2F;pen&#x2F;dXNgVB?editors=0010</a><p>Anyone else have this problem?
评论 #11995186 未加载
gt5050将近 9 年前
This looks great. Thanks for posting this.<p>Is there a way we could export these animations as a gif ?
评论 #11987199 未加载
beefsack将近 9 年前
Awesome project and impressive demo, but these ambiguous project names are a really bad idea for a number of reasons.
drdeca将近 9 年前
I&#x27;m confused. What does this have to do with anime&#x2F;why is this called anime?
评论 #11989446 未加载
surkin将近 9 年前
Impressive.