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.
特定の点を中心に三角形をアニメーション化しようとしています。角(右側)をアンカーポイントとして使用して形状をアニメーション化したいのですが、現時点では、中心であると思われるものからしかアニメーション化できないようです。どうすればいいですか?
http://jsfiddle.net/3LXXQ/
回転変換に原点座標を追加できます。
path_p2.animate({transform: "r360,456.933,372.57"}, 2000);
これが更新されたフィドルです