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.
Adobe Edgeで遊んでいて、それはかなりクールな製品です。ただし、アニメーションをphonegapしようとすると、機能しません。誰かがこれを行うことに成功しましたか?
ステージ要素がロードされて配置されていることを確認した後、このコードを使用してアニメーションをターゲットにすることができました。
var stageID = 'EDGE-ID-Name'; $.Edge.getComposition(stageID).symbolInstances[0].play(0);
ここで、stageIDは、edgePreload.jsファイルの最後に指定されているアニメーションの名前です。