我怎样才能使div“幻灯片”使用jquery达到一定的宽度?
我有一个使用 jquery 缩放到图像宽度+高度的 div。我想知道是否可以让它“滑动”到宽度和高度。
因此,我想要一张漂亮的交易幻灯片,而不是立即缩放到这些尺寸。
I have a div that scales to an image width + height using jquery. I want to know if I can make it "slide" to the width and height.
So instead of just instantly scaling to those dimensions, I want a nice transaction slide.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
将 500 替换为您的尺寸
Replace 500 with your dimensions
可以用“秀”吗?
请参阅:http://api.jquery.com/show/
You could use "show" ?
see: http://api.jquery.com/show/
这取决于您想要如何为其设置动画。除了 .animate 和 .show 之外,还有
请参阅:http://api.jquery.com/slideUp/
请参阅:http://api.jquery.com/slideDown/
It depends on how you want to animate it. In addition to .animate, and .show, there is also
see: http://api.jquery.com/slideUp/
see: http://api.jquery.com/slideDown/
尝试一下这个
可能有效
Try this
that may work