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.
私はそれを表示したいだけです、私はfadeIn()効果を望んでいません、どうやってそれをしますか?
フェードイン時間を制御するstartSpeedをゼロに設定できます。これは、基本的にと同じ効果があります。.show()
.show()
$("select").dropkick({startSpeed:0});
DropKick.jsを編集して、
.fadeIn(settings.startSpeed);
と
.show();