Result
時間が経ってもアニメーションを処理できないデバイスに使ったりします。
jQuery
$(document).ready(function() {
jQuery.fx.off = true;//エフェクトを無効化
// code
});
[myphp file=’jquery-other-snippets’]
時間が経ってもアニメーションを処理できないデバイスに使ったりします。
$(document).ready(function() {
jQuery.fx.off = true;//エフェクトを無効化
// code
});
[myphp file=’jquery-other-snippets’]