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.
我只想显示()它,我不想要淡入淡出()效果,我该怎么做?
您可以将控制淡入淡出时间的 startSpeed 设置为零,这基本上具有相同的效果.show()
.show()
$("select").dropkick({startSpeed:0});
您是否尝试编辑 DropKick.js 并替换
.fadeIn(settings.startSpeed);
和
.show();