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.
書くことができるプラグインまたはコードはありますか
$('something').move('left':'50px');
ブラウザがCSS3遷移をサポートしているかどうかを検出し、CSS3がサポートされていない場合はそれらを使用するか、通常のjQueryアニメーションを使用しますか?
はい、jQuery animate Enhancedがあります。
CSS3 トランジションが利用できない jQuery の JS ベースのアニメーションにフォールバックします。