Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么办法可以让我们进入容器的时候效果更流畅。
这个想法是图标或数字列表必须相对于中心然后它发生这样说,但我不能在不丢失的情况下做出更柔和的位置 mousemove 是我在网上找到的一个插件,如果你有任何建议的话伟大的;)
http://jsfiddle.net/rvalverde/zw6pJ/11/
我在你的 li 锚点上添加了一个 css3 过渡。你可以调整时间。取决于旧版浏览器支持以及使用它。
-o-transition: all .4s ease; -ms-transition: all .4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; transition: all .4s ease;
http://jsfiddle.net/zw6pJ/12/