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.
我正在尝试通过放置淡出/淡入来更改此滑块的过渡效果
我想在没有 css3 的情况下更改它(仅用于在 IE 中工作的 jquery),但我不知道如何在 js 中实现此效果。
如果有人可以帮助我,让我知道我做错了什么..!
我的尝试就在这里:我的实现
感谢帮助
尝试函数fadeIn()和fadeOut()。
fadeIn()
fadeOut()
这是 fadeIn() :http ://api.jquery.com/fadeIn/
这是淡出():http ://api.jquery.com/fadeOut/