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.
スケール効果を 0 ではなく特定の高さと幅に戻すにはどうすればよいですか? 私は試した
$(element).hide("scale",{to:{width:600,height:500}},150);
しかし、それは機能しません
jQuery animateを試しましたか?
$("div").animate({幅:"600", 高さ:"500"},150);
http://jsfiddle.net/aQLD4/