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.
div を回転させようとしていますが、Firefox でしか機能しません。どうすればこれを修正できますか
$(this).animate({ rotate: '+=90deg', '-webkit-transform': '+=90deg', '-ms-transform': '+=90deg', '-o-transform': '+=90deg', '-moz-transform': '+=90deg' }, 300);
Sandpaperを使用でき、次の CSS ルールを使用できます。
-sand-transform: rotate(90deg);
IE を含むすべてのブラウザをサポートしています。