Parallax Scrolling again! ;)

Hi all,
(Still!) trying to get parallax horizontal scrolling going, any help seriously seriously appreciated :-) !!
http://marklynchdesign.com/para/panels.html
is what I'm trying to achieve with the animations firing when scrolled horizontally, but they no working...
the code I'm using is the EDGE Commons code on the creationComplete stage
yepnope({
    load: "http://cdn.edgecommons.org/an/1.0.2/js/min/EdgeCommons.js",
callback: function() {
EC.centerStage(sym);
EC.Parallax.setup(sym, "horizontal");
Here's a zip file for same
http://marklynchdesign.com/para/panels.zip
I will be eternally grateful!!

Please does anybody know about this??

Similar Messages

  • Is there a way to have parallax scrolling and a changing slideshow? (so the slideshow looks still and it looks like you scroll your content over it again)

    Is there a way to have parallax scrolling and a changing slideshow? (so the slideshow looks still and it looks like you scroll your content over it again)

    You can apply opacity to images or define key position for slideshow so that with page scroll the opacity changes and will bring the similar effect.
    Thanks,
    Sanjit

  • My Page is flashing with parallax scrolling....

    I am having an issue that my page "flashes" when using parallax scrolling.
    you can find the page here:
    hursey.com/rlf
    it occurs at the bottome section of the page as you scroll down.
    Any thoughts as to the cuase or remedy for this would be much appreciated!
    As a side note I am also trying to resolve another dilemma where in the same section, I am trying to hide the type that comes in from the right for a portion of the page. You will see it come in over the browser area, then under other elements (which I want).  I tried to place a rectangle over that area and tie it to the edge of the browser to have it go "full width" but that is not working.
    Again any thoughts are appreciated!

    Thanks. It would be helpful if you could send us your .muse file so we have a file that reproduces this Safari-specific flash. Could you send the file to [email protected] along with a link to this thread? If the file is larger than 20Mb you can use a service like Adobe SendNow, SendThisFile or WeTransfer. Thanks.
    If you want to obscure the text before it reaches the page, I think you'll need to draw an opaque object on top and set the scroll motion settings for that object so it stays in the position where it needs to be to obscure the text as the text is sliding across.

  • Parallax scrolling question.

    I am new to the parallax scrolling so if this sounds like a stupid question or that I am thinking of this wrong please forgive. Ok say I have a box that comes in and stops at a point as I scroll down but at another point further down the page I want it to move again and again and so on. How would I do such a thing?

    Currently their is no way for you to stop an image and then have it restart its scrolling effect :-/ you could probably achieve something similar by using multiple images but that just gets messy and adds to longer loadtimes.

  • Parallax scrolling too fast outside of Muse preview

    I'm trying to get the hang of parallax scrolling, but how it previews with Muse differs greatly from any actual browser.
    I export the HTML file, it pops open in Chrome and looks great. But if I try to open the HTML file from the folder into Chrome, or preview the site after it's uploaded to the web, suddenly the scrolling is way too fast. Everything disappears with one flick of the mouse scroll wheel. It also happens in Firefox and IE.
    I've tried importing scripts, but again, it effects the Muse preview, but not the actual site in the end.
    Is this a common problem? How should I approach to work around this?
    Thanks!
    I'm using the latest version of Muse. Chrome is up to date. I am on a Windows 7 computer.

    Hi,
    This is an odd issue. Please provide your site URL to test it. You can publish a trial site on Business Catalyst.
    Regards,
    Aish

  • Navigation menu parallax scrolling

    Hi,
    I have a single page website which i am trying to incorporate a vertical style parallax-scrolling navigation bar. I have the navigate bar underneath my cover photo at the top of the website. However, i am encountering an issue where the navigation bar sometimes jumps behind the cover photo when i scroll back up, i think this may because i haven't fully synchronised the navigation bar opacity settings with the hidden one behind the cover photo at the top of the webpage? (i did see someone post a website project with the exact style of navigation i am trying to create). Any help would be greatly appreciated. Thanks in advance.

    Hi Vikas,
    Thanks for your reply, however i seem to have fixed the issue myself. If the problem recurs, i shall let you know. Thanks again
    Lewis

  • A parallax scrolling method that works with PhoneGap

    Hi,
    I made a parallax scrolling page into a PhoneGap app, yet...maybe because scrolling is disabled in PhoneGap, it doesn't animated with "scrolled".
    What workaround is there? Is there maybe something to un-sandbox about PhoneGap javascript?
    Thanks in advance! So much fun making scrolling animations! (seems iOS 8 supports scrolling events in the new style webview too)
    Here is some code:
    var d = document.createElement("div");
    sym.$(d).css({
      position:   "absolute",
      top:        "0px",
      height:     "200%",
      visibility: "hidden"
    }).html(" ");
    document.body.appendChild(d);
    // prevent Edge Animate stage from scrolling
    sym.getSymbolElement().css({ position:"fixed" });
    // animation frame loop: check scroll position
    // each frame and move animation accordingly
    var lastScrollTop = 0;
    var animate = function() {
      var scrollTop = $(window).scrollTop();
      if (scrollTop != lastScrollTop) {
      lastScrollTop = scrollTop;
      var maxScroll = $(document).height()-$(window).height();
      var scrollPos = scrollTop / maxScroll;
      // scrollPos is 0..1
      sym.stop( scrollPos * sym.getDuration() );
      requestAnimationFrame(animate);
    requestAnimationFrame(animate);
    So how to modify that to make scrolling animations in PhoneGap Build ?

    Unfortunately Lenovo were no help and willing to say anything to get me off the phone - This will be my last Lenovo machine, entirely due to the support which has gone the same way of IBM - pathetic and useless. Sad I'm a huge fan of the machines.
    Fortunately I was able to fix this after attempting many solutions, the solution was found HERE, which was overlooked in the beginning due to the title.
    Windows 8 needs to be booted from BIOS environment not EFI for the wireless to function. To do this I had to reinstall Windows 8 in legacy mode.
    QUICK STEPS for anyone else with the same issue.
    1) Of course, backup everything you need to another drive.
    2) On the Windows 8 installer USB, rename bootmgr.efi to bootmgrold.efi and the folder EFI to OLDEFI.
    3) Before installing change your BIOS setting from AHCI to IDE
    4) Boot the Windows 8 Installer USB and install.
    5) During the procedure, delete all partitions and create a new one (and leaving the RESTORE parititon windows creates).
    6) Windows will automatically install drivers and wireless can be used during the setup procedure.
    N.B. Only drivers required were for APCI and CardReader. For this you need the Power/Energy Management (I recommend Win 7 version) and Realtek USB2.0 Card Reader drivers (again, Win7 recommended)
    HTH and saves lots of time wasted with drivers.

  • Parallax scrolling .OAM file is not working with muse

    I had created recently parallax scrolling with Edge Animate. Parallax scrolling is not working after placing the OAM file in the muse.
    The problem is its not triggering the function with the scroll. Any Idea ?

    Please post your Edge Project file for others to cross-check?
    Also Muse embeds Edge Animate as an iframe within the Muse html file, so that particular interaction my not be the best use case.
    Also Muse (the latest version) has some wonderful Parallax capbilities built in - here are a bunch of references to check out.
    Darrell

  • Photo gallery using parallax scrolling?

    hey  i have been testing out each of the slide show widgets in adobe muse.  some of them are okay. the light box for once. is a challenge,  but heres something i want to learn how to do. and its parallax scrolling with photos for a gallery. i think for what i am wanting to do i think its the best layout for me.  heres a web site that hass it i think. http://album.alexflueras.ro/galleries/people.html#a1.
    see i shows both landscape and portrait mode of photos. and thats been a challenge from the get go. so there i am thinking of using parallax scrolling . now how do i do this? is it done in photo shop and adobe muse. bec i do want to change out my i mages when needed?
    now i am a tad bit curious. it looks good on desktop, but what about mobile devies. most phone. would it work great.?
    so what are the steps for making this?
    the other key thing i noticed. is that the photos are large. and thats what i like.
    thanks

    Hi
    You can use composition on page where you can insert the images with scroll effect applied.
    Check this video , its not exact design but will help to make images scroll page :
    http://www.youtube.com/watch?v=BDgERSf2a5k
    Thanks,
    Sanjit

  • Discover New Parallax Scrolling with Adobe Muse CC | Creative Cloud for Design | Adobe TV

    Terry White, Adobe worldwide evangelist, shows how Adobe Muse CC lets you create stunning effects with just a few clicks. Make images and elements move in different directions at different speeds when scrolling — all without writing code.
    http://adobe.ly/12yzGv0

    There has to be a way to create a Re: Discover New Parallax Scrolling with Adobe Muse CC | Creative Cloud for Design | Adobe TV slideshow that fills browser width. It's not a problem for desktop, but it is a problem for laptops/tablets/phones.
    How did the site in the tutorial do it? Terry said it was created in Muse.
    Here is a test site that I've been working on - I would love to make it responsive w/o having to create separate tablet/phone sites:
    http://mandm.businesscatalyst.com
    Any suggestions?

  • Parallax scrolling to images

    hey i am wondering if you know of a way to add parallax scrolling to image slide tumbnail slide shows ?
    this is what i am working on. i am using the compostion lightbox display, and in there. i have a thumbanil slide show. nowi have managed to get that in there. with the triggors.
    now. i am wanting to see if i can added thumbnail slides that when i hit the slide, it shows the next set of images.
    example.
    engagment| Bridal| wedding
    its one slide show, but when you hit it. you can go to the next slide, like how you have slide 1, 2 and 3.  that what i am thinking is what parallax scrolling is?
    can it be done? if so how?

    Thanks for your reply. I tried applying the following AS2 script to each image:
    For the first movie clip I used:
    animator = createEmptyMovieClip('animator',1);
    bg_1 = animator.attachMovie('star1','bg_1',1);
    bg_2 = animator.attachMovie('star1','bg_2',2);
    bg_1._x = -bg_1._width/2;
    bg_2._x = bg_2._width/2;
    speed = 1;
    starWidth = 950;
    animator.onEnterFrame = function() {
        bg_1._x -= speed;
        bg_2._x -= speed;
        if(bg_1._x <= -bg_1._width) bg_1._x = starWidth;
        if(bg_2._x <= -bg_2._width) bg_2._x = starWidth;
    For the second movie clip I used:
    animator = createEmptyMovieClip('animator',2);
    bg1 = animator.attachMovie('star2','bg1',1);
    bg2 = animator.attachMovie('star2','bg2',2);
    bg1._x = -bg1._width/2;
    bg2._x = bg2._width/2;
    speed = 2;
    starsWidth = 950;
    animator.onEnterFrame = function() {
        bg1._x -= speed;
        bg2._x -= speed;
        if(bg1._x <= -bg1._width) bg1._x = starsWidth;
        if(bg2._x <= -bg2._width) bg2._x = starsWidth;
    And for the third and final movie clip I used:
    animator = createEmptyMovieClip('animator',3);
    bg01 = animator.attachMovie('star03','bg01',1);
    bg02 = animator.attachMovie('star03','bg02',2);
    bg01._x = -bg01._width/2;
    bg02._x = bg02._width/2;
    speed = 3;
    starssWidth = 950;
    animator.onEnterFrame = function() {
        bg01._x -= speed;
        bg02._x -= speed;
        if(bg01._x <= -bg01._width) bg01._x = starssWidth;
        if(bg02._x <= -bg02._width) bg02._x = starssWidth;
    I thought this would work, but when I tested the movie all three movie clips moved together at the same speed. I want each movie clip to move at a different speed, but I'm completely stuck.

  • Parallax Scrolling vertically not working right

    My muse parallax scrolling page will not scroll vertically down the center.  WHen I preview it, the page shifts to the left then scrolls down.  What am I doing worng? Im using Adobe Muse CC.

    Are you getting a scrollbar at the bottom of your browser when your browser is maximized? If yes, there is likely some content (not visible perhaps) placed bit to far to the right on the page.
    Look for the same in Muse in Design View and get rid of the same.
    Share a link to the page with this effect to check if you can't locate the element causing the shift.
    Cheers,
    Vikas

  • Parallax Scrolling and Browser Magnification

    This is probably an unresolvable issue at this point, but it seems one of the BIG drawbacks to using Parallax Scrolling is that it only works as planned if the user of the site is viewing it at 100% Magnification.  Any change up or down in magnification results in a different set of parameters for final motion, and if you're using it hoping that the final location of the moving object aligns with another fixed object in the overall design in some fashion, you're in for a big disappointment, and an embarrassing result if you're a designer.  I'm hoping that there is some way in the future that the writers of this code will please include whatever math is necessary to compensate for changing browser magnification.

    I realised the problem that i was having...thanks so much. I will explain for the help of others. Avoid putting the anchor in a "Composition" element. This i did inadvertantly since i had many layers. If you put it in one of them the smoothe scrolling will not work. This possibly holds true for grouped objects. I will also post the site to show that i have finally gotten it working. Thanks Zak and all the parties that showed kindness in answering me.
    Best regards
    http://www.raiora.com/index.html

  • First Time using Parallax Scrolling!

    So I've been doing a new landing page for DJBigdad.com  -  I have included both project file and published files with in this zip to better explain myself.
    Just finished my album animation with parallax scrolling but the overall published result shows nothing!
    Here is the file! http://www.djbigdad.com/ParallaxProjects/LandingPageDJBigdad/DJBigdadLandingPage.zip
    I love this edge animate stuff its great but sometimes it doesnt work... Probably a operator error lol 
    I would greatly appreciate any advice on how to fix this!
    Thanks a ton
    DJBigdad

    to activate iphone, you should connect your iphone to your computer which should have itunes via your usb cable provided with your iphone problem. and you don't need to register an account to activate the iphone. but you need to register to download apps for iphone.
    it have to be unlocked to work with other country's normal sim card. you should have a malaysian mini sim card to make a normal at&t iphone work in malaysia and other countries.
    if you want to know about unloked phones, go to this webpage-> http://www.tgdaily.com/mobility-opinion/33600-unlocking-the-iphone-what-does-it- mean definition for unlocking--->
    Unlocked is the term used to describe mobile phones that are not tied to a particular service provider in order to be used. Many cell phones are tied to a single cellular provider at their introduction, but are later unlocked for use on many networks.

  • Using parallax scrolling on a browser fill shape?

    Hi everyone,
    Is it possible to apply parallax scrolling onto a shape that is extended to horizontally fill up the browser? I'm creating a single page scroll website and a want a shape to cover up a certain fraction of the bottom of the browser (I can't use pin because then the shape will move with the bottom of the browser depending on the size of the window.) Parallax works fine on the shape until I extend it to the browser borders and then parallax grays out. Will this be supported in a future update? Is there another way for me to achieve this effect? Thanks!
    Jackie

    From Muse Release Notes - http://helpx.adobe.com/muse/release-note/adobe-muse-release-notes.html.
    Note Scroll Motion Effects are not available for 100% browser width objects, pinned objects, items that are inline within text, items within a group or items within a widget.
    You would also find a similar note in the information tooltip for Scroll Motion under the Effects panel in the Control strip. Please feel free to submit it as a feature request in our Ideas section.
    Thanks,
    Vinayak

Maybe you are looking for

  • System.Diagnostics.EventLog - A device attached to the system is not functioning

    I was getting an error .... System.ComponentModel.Win32Exception was caught   ErrorCode=-2147467259   HResult=-2147467259   Message=A device attached to the system is not functioning   NativeErrorCode=31   Source=System   StackTrace:        at System

  • ERROR while installing Netweaver CE ???

    Hi,<p> I have been trying to install a trial version of NWDS CE 7.1 SP3. <p> While installing this instance of SAP, I came across the following error. <p> "Unable to add account WinNT://S-1-5-21-2852108815-686089182-94734287-1029 to group <u><b>WinNT

  • I can no longer get into my Hotmail.

    I can no longer get into my Hotmail. I am using OS 10.8.4 with Safari as a browser. I get an error message saying Safari cannot find the server. My Hotmail account is very important to me. Please help.

  • Can i use uncompressed waves audio in DVDSP

    I want to use uncompressed Wave audio along with my Mpeg2. When i do a built and burn to disc i don't want DVDSP to compress it to AC3 or whatever compressed format. Is there a way to tell it to keep exactly the original file you've use when authorin

  • Font embedding problem

    Hi, I have embed fonts like this @font-face {           src: url("assets/fonts/LucidaBlackletter.ttf");           fontFamily: LucidaBlackletter;           embedAsCFF: true; @font-face {           src: url("assets/fonts/LucidaBlackletter.ttf");