Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,338

    Default Web design wizards

    Hi friends,

    I was wondering one of you wizards can help me. I would like to have the popup appear after the (slow hosted banner slider at xara). How can I do this. Right now it appears strangly.
    Here is the link Click here

  2. #2
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,740

    Default Re: Web design wizards

    1) Give it a reveal animation with a 2 second delay? Make it sticky in case someone begins instantly scrolling.
    2) Make it pop using a named object that is lower down the page so that it pops when scrolling?

    I'd go for number one myself.

  3. #3
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,746

    Default Re: Web design wizards

    The sanest way would be to increase the animation fadeIn time from one second.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  4. #4
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: Web design wizards

    As you are using an eval of the href to open the popup it is also possible to wrap it inside a setTimeout, example:
    Code:
    setTimeout(function(){eval($('#showSplash').parent().attr('href'));},2000);
    which would delay it two seconds.

  5. #5
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,338

    Default Re: Web design wizards

    Thank you .

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •