ASP.NET Ajax 控件工具包幻灯片替代方案
我一直在使用 ASP.NET Ajax Control Toolkit 幻灯片扩展程序,虽然它可以工作,但我对它并不完全满意,因为它在处理一页上的多个幻灯片时遇到问题,并且淡入淡出不稳定。有人建议任何替代方案吗?
编辑
也只是好奇。人们对幻灯片扩展器的普遍看法是什么?只是想知道我是否不是唯一一个遇到小问题的人。
I've been using the ASP.NET Ajax Control Toolkit Slideshow extender and while it works, I'm not totally satisfied with it as it has problems handling multiple slideshows on one page and the fade is choppy. Anyone suggest any alternatives?
Edit
Just curious also. What is the general opinion of the Slideshow extender? Just wondering if I'm not the only one who's having minor problems with it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多基于 jQuery 的幻灯片/画廊 - 您可以找到 这里有一些最好的。通常,您只需在 Repeater 中编写 HTML,然后通过注册客户端脚本来添加 javascript 调用。
There are lots of jQuery based slideshow / galleries - you can find a list of some of the best ones here. You can usually just write the HTML out in a Repeater and then add the javascript call by registering a client script.