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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Tool to create animated welcome dialogs?

1 点作者 rralian超过 10 年前
I seem to recall seeing on HN a few months ago some tool or library that would allow you to easily create a sort of welcome walk-through for your web application. I think it used tooltips that would one-by-one show you different parts of the UX. My google-fu and hn-searching abilities are failing me however. Can anyone remember that or find the link?

2 条评论

DanielStraight超过 10 年前
What you&#x27;re looking for is commonly called a tour. Since it&#x27;s web-based, it will be implemented in JavaScript. Searched HN for those terms, found this:<p><a href="http://usablica.github.io/intro.js/" rel="nofollow">http:&#x2F;&#x2F;usablica.github.io&#x2F;intro.js&#x2F;</a>
评论 #8974755 未加载
lost-theory超过 10 年前
Here&#x27;s one I found a while back:<p><a href="https://github.com/usablica/intro.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;usablica&#x2F;intro.js</a>