Integrate Edge Animate trigger to Muse anchors?

I've created an 8 second animation in Edge for my home page (Made with Muse). When the animation finishes I want the page to automatically scroll down to an anchor I've placed like it would if I clicked an object with a hyperlink.
I've inserted a Trigger @ 8000 ms with the following code [    window.location.hash = "#about";    ]
When I preview or publish my website the animation works perfectly but at the end of the 8 seconds instead of scrolling down to the anchor, it reloads the entire page instead. It does reload to the anchor which is a start but not what I'm hoping to achieve.
How can I solve this? Am I using the wrong code in the trigger?
Thanks
I have temp. published the animation in html and javascript format and inserted those files into Muse using MuCow script. The automatic scroll to the anchor is now working but the animation for some reason takes a good while to load. So still looking for a solution to above?

You will get better help asking in Edge Animate CC or Help with using Adobe Muse CC
The Cloud forum is not about using individual programs
The Cloud forum is about the Cloud as a delivery & install process
If you will start at the Forums Index https://forums.adobe.com/welcome
You will be able to select a forum for the specific Adobe product(s) you use
Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

Similar Messages

  • Updating Edge Animate asset crashes Muse

    Have inserted an Adobe Edge Animate file in Muse. All works fine until I make updates to the Edge Animate original.
    When I click to update the resource in the Asset panel. Muse crashes. It works once, never twice.
    Muse doesn't display the asset correctly. If I have a background colour in the Animate doc it doesn't show in Muse, not in preview mode either, but this is not a big problem, it shows up if I preview in a browser ...

    This was a test I performed in a few hours. So I used the same version of Edge and Muse when trying it out.
    Muse version: 7.0.314
    Edge Animate version: 2.0.1
    In my Edge animate document I only had two elements.
    I created a new document, didn't change anything in default setup.
    I added a rectangle, no fill nothing.
    I added a text field, wrote the word "Text"
    Saved as a .oam file
    Inserted into muse
    back to edge, added a background color to the rectangle
    updated asset in muse, muse crashed
    imported again to muse, preview did not show the red background, but preview in browser did
    back to edge, duplicated the text object three times
    updated asset in muse, muse crashed...
    created a new edge animate file from scratch, repeated all the above steps
    muse crashed every time I updated the asset.
    inse

  • Where is the edge animate trigger shortcut in cc 2014

    where is the edge animate trigger shortcut in cc 2014. like play, stop etc?

    Hi Shaheed, You can use CTRL+T to insert a trigger like in previous versions. Are you talking about something else? If that is the case, a screenshot will help.
    -Sujai

  • Embedding edge animate video in muse don't work on firefox

    I do a simple animation in Edge Animate. A video and 2 buttons: 1 to play/pause and 1 to mute on/off. It's a resizable vidéo and I import it into Muse. She perfectly run on Chrome, Safari and IE9, but I have only the sound on Firefox.
    You can see my try ; http://www.paccom.fr/kfh/index.html

    Hello,
    URL seems to show video on both Chrome and Firefox.
    Please clear cookies of the browser and then try to check the URl
    Regards
    Vivek

  • How can I maintain the font used in Adobe Edge Animate for Adobe Muse website?

    I used a png file which is working perfect and then used the font Montez in Edge Animate for 2 titles, however once I published the file(live) to muse it a totally different font. Is there something in particular I need to do in Animate to avoid alteration of font. Help!

    The original photo gallery is:
    http://www.bethanyjanedavies.com/portfolio.html
    You can see that the right side is chopped off
    But I may have to compromise and use:
    http://www.bethanyjanedavies.com/portfolio2.html
    This is a much wider page than the rest of the website, but I suppose you have to find a compromise that works!!
    Cheers
    Helen

  • Edge Animate trigger

    Is there a way to trigger an Edge Animation with say a rollover, click or rollout?
    You can control one with a Parallax scroll effect, so it shouldn't be completely strange to control Edge Animate objects with different States or...?

    Yes> add the action to the Edge Animate file/animation itself.

  • Make Edge Animate Button scroll to anchor point on click

    Hey everyone,
    first: I don't know anything about code...
    I am currently setting up a one-page website and want to work with animated buttons made in edge.
    So far everythink is working great.
    My problem is that if I use the click condition "open URL" this will bring me to the desired location on my page but it will ignore the nice scrolling animation and jump there right away.
    What kind of function do I need to solve this?
    Thanks for your efforts.
    - Toni

    Hello, your code just saved me!
    I am also looking for something similar to this:http://www.heathrowe.com/edge/scroll_with_page/
    I would like to have something like the square but that it just stays in the same position, with out the animation.
    The code for that is:
    In Stage > compostionReady
    $(window).scroll(function(){
           var element = sym.$("arroworb");
           element.stop()
      .animate({"marginTop": ($(window).scrollTop() + 30) + "px"}, "slow" );
    Do you know what should I change in that so it skips the animation? I'm gussing is the "slow" has something to do with it but had no luck trying by myself.
    Thanks in advance!

  • Placing Edge Animate in Muse trouble

    I made a short html video in Edge Animate just like the Tom Green tutorial and it works perfectly when testing it from Edge but when I place the .oam file in Muse I just get a gray box. What am I doing wrong?
    Thank you.

    This feature has been introduced in Muse 2.0. Please upgrade your Muse. Watch this video to see how to insert edge animate projects in Muse
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-design/adobe-muse-new-featur es-overview/

  • Why wont Edge Animate preview after placing .oam file in Muse?

    I placed my Edge Animate Animation into Muse but it wont preview when I select preview. It does not even show image or play animation. I followed instruction to place edge animation and in publish setting selected the animate deployment package. Deselected the frameworks via CDN (read this should not be selected but also tried it selected) made sure the stage is transparent. I saved it and published.. In Muse I selected the Place option and selected the .oam file and placed it into my webpage.  The placed file shows with animation image. I made sure to link the asset to file but it will not preview or play animation. Please help!
    Thank you,
    Lynn

    Does it loop when you publish it to the web?

  • Edge Animate and Fancybox Conflict

    Hi,
    I've created a nice little splash animation for my company's website, which is working nicely on it's own.  Further down the page, we have a section that I'm trying to manually call fancybox galleries on.  It works if I delete the Edge Preloader Script tag in the head, but as soon as I paste it back in, fancybox does not work again.  I have other jquery scripts running on the page while the Edge script is active, so I don't think it's from multiple jquery calls.  I'm at a loss here as it seems that getting rid of one or the other is the only solution and I hope that isn't the case.
    You can see the code at: http://brilliant-graphics.com/BrilliantJune2013/
    The manual fancybox call is on the 'Clients Section' on the gallery button for Peter Sculthorpe.
    Brendan

    Thank you very much for your answer.
    When I give exported as HTML at the end of the process opened me is the page of the Google search engine, but when I go to the folder where I keep the project in HTML and give click to INDEX up the page but only see the color background page and do not see the animations I did in EDGE ANIMATE . It seems to me that it is wrong EDGE ANIMATE , because when I look for the assets folder, there are two animations I did in Edge Animate , and when I enter one of them and I click the HTML document animation , raises with defects in the animation , it lacks a number of images to the project. However, these missing pictures ARE ON THE IMAGES FOLDER . Then I went to Edge Animate to see how Edge Animate published as Web (not as oam file) and when I clicked the HTML document created by Edge Animate gives the same error as in Muse . I really do not understand what's happening because the preview of Edge Animate and the Muse preview look perfect . And I do not miss any ' error code or something.
    I do not know what else to do , my knowledge of the programs is limited , perhaps , to be able to locate an solution .
    I will be very grateful to all who can help me on this case.
    Thank you

  • Import Edge Animate

    Can you import Edge Animate projects into Muse? If you can, please explain. Also when setting up your page, and you select 2 columes, can you use the 2nd one for like a frame for other pages to open into?
    Thanks for help.

    Hey brex2040,
    Sure you can do that. Have a look at this tutorial here. Also, I have replied a similar question back in June, so have a look here also.
    For your second question, I'm not sure but maybe you can give an example of what you expect to have there, but as long as you insert HTML code, surely you can insert an iFrame. (Just to clarify this a frame is part of a frameset, an iframe is an inline frame element and I think of a frameset as a kind of table layout, each frame being a part of a defined "grid", where iframes can be positioned using CSS, either way you have the option in Muse to "Insert HTML..." (under the object menu) so as long as it is code you can add that using the insert option or, simply paste the code in a page and will behave like the insert option.)
    I hope this helps clarifying your question.
    Cheers,
    Cristian

  • ¿Is there any way to link a button from Adobe Edge Animate to an anchor from Adobe Muse?

    Hi everyone!
    i'm doing an animated menu, a wanna know if it's possible to link an edge animate button to an adobe muse anchor.
    Thanks a lot!

    As I mentioned in your other post, you may want to describe your problem.  There are many users here that can offer excellent help (some who are more knowledgeable than Adobe support staff).

  • Apply a hyperlink to an anchor tag in Muse to a file created in Edge Animate?

    Is it possible to apply a hyperlink to an anchor tag in Muse to a file created in Edge Animate?
    thanks

    HI Eric,
    Found a discussion thread that could help you.
    Re: anchor link to muse
    Thanks,
    Preran

  • My .MP4 video file won't "play video full screen" in Muse after I publish my .OAM out of Edge Animate.

    My .MP4 video file won't "play video full screen" in Muse after I publish my .OAM out of Edge Animate.  When I "Preview In Browser" through Edge it plays (I have created a shape and used the "play video full screen" snippet)  in full screen mode just fine.  When I "Preview Site In Browser" through Muse and click on the shape to PLAY VIDEO FULL SCREEN, it does nothing.  I am new to both programs and can't figure out why it will work out of the preview window in Edge and won't work when I publish to Muse.  Does anybody have an answer or a work-around for me?

    Hi Watch this video,
    If this is what you need, you can get it here [[zazaalaza's]].mulib - Google Drive

  • One edge animate oam file with sound no work in muse, I need urgent help please

    (I speak spanish and I translate this with google translate, sorry.  Try to understand)(I can read english)
    A sound file oam place it in adobe muse does not work, how can I do. In works right edge Animate and when I preview in the browser looks perfect and 100% working well but when I step by Muse does not work. When I pass the file to Muse, you can see placed in the page design, but when I preview I do not see anything in the file that I placed. When I tried it without sound if it worked but after you add sound and replaced it with the new file (delete the old file and place the new) no lifts. I implementación.oam public with package, and then drag the file created page design muse.

    Try unplugging the AC adapter, removing the battery, then holding the power button down for a minimum of 30 seconds.  Then plug the AC back in and try to power it up.  If it does, good.  If not, repeat the proceedure only time only plug the battery back in.  If this still doesn't work you'll need to send it in to either Toshiba or to some repair shop that has an EProm burner such as http://www.aqstech.com/ as you won't be able to fix it at home.
    And next time DO NOT FLASH FROM WITHIN WINDOWS.  NEVER, EVER, EVER, UNDER ANY CIRCUMSTANCES FLASH A BIOS UNDER WINDOWS.  Always flash a bios from an actual Dos Prompt.  The BIos File from Toshiba provides instructions inside the Archive once you decompress it on creating a Bios Flash CD (and you can use a ReWritable CD-RW so you don't waste a disk) that should be used. 
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

Maybe you are looking for