0
我已禁用邊緣動畫構圖中的自動播放選項。 現在我想將這些動畫與waypoints.js綁定,所以我需要通過javascript調用動畫。邊緣動畫:使用javascript播放動畫
這是我的HTML
<div id="StageTwo" class="EDGE-4436041"></div>
這是JavaScript
<script>
AdobeEdge.loadComposition('animation_bereitstellung', 'EDGE-4436041', {
scaleToFit: "both",
bScaleToParent: "true",
centerStage: "horizontal",
minW: "0px",
maxW: "undefined",
width: "650px",
height: "463px"
}, {"dom":{}}, {"style":{"${symbolSelector}":{"isStage":"true","rect":["undefined","undefined","500px","356px"],"fill":["rgba(255,255,255,1)"]}},"dom":{}});
</script>
的問題:我在一個網站的多個動畫。