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 文件末尾给出的动画名称。