Results 1 to 7 of 7

Thread: Animated Popup

  1. #1
    Join Date
    Dec 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Animated Popup

    Hi i hope you all are fine. Actually i want to implement a pop up style in my project. When we click the link it comes with the animation and a window appears and rest of the body area is faded. you can find example here.
    http://www.jackslocum.com/blog/index.php
    please click the "downloads " link to watch it in action. Your help is always appreciated.

    regards,

    easyCodes

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    What exactly do you want here? Do you want to emulate the effect for your own use?
    - Mike

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I didn't see anything like that on the linked example. Do you mean something like this:

    http://particletree.com/features/lightbox-gone-wild/

    ?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Dec 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    What exactly do you want here? Do you want to emulate the effect for your own use?
    Yes i want to use that effect for my own project.

  5. #5
    Join Date
    Dec 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I didn't see anything like that on the linked example. Do you mean something like this:

    http://particletree.com/features/lightbox-gone-wild/

    ?
    It has almost similar but there is no animated stuff when data window comes into display. Here is the previous link again please Click the "Download" button at the top
    http://www.jackslocum.com/blog/index.php

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Yeah but there is the text 'loading'. If you could find the spot in the code where that is and replace it with your animated image, you would be in business.

    replace:

    loading

    with:

    <img src=loading.gif >
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    Dec 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    Yeah but there is the text 'loading'. If you could find the spot in the code where that is and replace it with your animated image, you would be in business.

    replace:

    loading

    with:

    <img src=loading.gif >
    No i think you are not getting my Point i have no problems with loading etc. You may have noticed that when we try to click "download" link. Window Pops up( in increasing Order..) and displayed in front and when close button is pressed there is a reverse process.

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
  •