从显示块动画到内联显示
是否有可能使用 jquery 或 jquery ui 将无序列表从显示块动画化为内联显示。那么列表会顺利转变为内联吗?
Is it possible at all to use jquery or jquery ui to animate an unordered list from display block to display inline. So the list will smoothly transform to inline?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,这是可能的。不,没有一种好的、简单的内置方法。
Yes, it's possible. No, there isn't a nice, simple, built-in way.
这样对 animate() 的调用是有效的。但我们可能期望什么结果呢?
“top”的动画从 0 到 1000,分 100 步,每步将 top 增加 10。
块和内联之间的“步骤”/“切片”是什么?
Such a call to animate() would be valid. But which result may we expect?
Animation of "top" from 0 to 1000 in 100 steps increases top by 10 each step.
What are the "steps" /"slices" between block and inline?
我知道这是一个非常古老的问题,但对于正在查看此线程的人来说,您现在可以向块属性添加自定义动画。
演示 - https://developers.google.com/web/fundamentals/
I know this is a very old question but for people who are looking at this thread, you can add a custom animation to the block property now.
Demo - https://developers.google.com/web/fundamentals/