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.
Spritelyで斜め方向 (例: 左下) にパンすることはできますか? これは私の現在のコードです:
$(function() { $('#container').pan({fps: 30, speed: 1, dir: 'left'}); });