animation - Adobe Edge Stage Name -
i having issues in adobe border cc 2014. how can alter stage id can have multiple animations on 1 web page? doing of in asp.net , pulling hair out.
my animation play , have update panel has c# codebehind adjust css play different animation based on query.
when set below code in, places 1 of animations correctly shows me sec 1 it's @ top of page , large. believe issue both set @ "stage" in animation , need have 1 stage1 , other stage2 somehow.
please tell me how can accomplish in adobe animate.
`<div id="stagea" class="secondtrain"> </div> <div id="stageb" class="firsttrain"> </div> <script type="text/javascript" charset="utf-8" src="trainanimates/secondtrain/secondtrain_edgepreload.js"></script> <script type="text/javascript" charset="utf-8" src="trainanimates/firsttrain/firsttrain_edgepreload.js"></script> <style> .edgeload-firstrain{display:none;} .edgeload-secondtrain { display:none; } #stagea, #stageb { position:absolute; left:10px; top:10px; } #stagea { display:none; } </style>'
maybe nesting compositions help instead of different stage id-s.
http://edgedocks.com/content/2013/12/nesting-animate-compositions-composition-loader-edge-commons
animation adobe edge
No comments:
Post a Comment