Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5996923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:11:27+00:00 2026-05-23T00:11:27+00:00

its my first time using .animate() from jQuery. My main idea is panel with

  • 0

its my first time using .animate() from jQuery. My main idea is panel with picture will appear within 2 seconds, and sliding down. But currently its not working, can you make it work?

You can see demo here: http://jsfiddle.net/thisizmonster/8WN5c/3/

If you can’t see it, here is copied version.

HTML:

<div id="panel">
    <img src="http://fusedfilm.com/wp-content/uploads/2009/08/spider-man.jpg" alt="dummy image" />
</div>

CSS:

#panel {
    width: 200px;
    position: absolute;
    top: 0px;
    left: 0px; 
    height: 0px; 
}

JavaScript:

$("#panel").animate({
    height: 320,
    overflow: visible
}, 2000);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T00:11:28+00:00Added an answer on May 23, 2026 at 12:11 am

    Maybe you meant something more like this:

    http://jsfiddle.net/8WN5c/6/

    This will actually slide the image down into place by moving the relative position of the image.

    The “panel” in this case acts like a picture frame. The image can’t be seen when it’s outside the frame, and the image slides down into the frame.

    HTML:

    <div id="panel">
            <div id="slideDownPanel">
        <img src="http://fusedfilm.com/wp-content/uploads/2009/08/spider-man.jpg" alt="dummy image" />
            </div>
    </div>
    

    CSS:

    body {background-color: #000}
    #panel {
        width: 430px;
        height: 320px;
        position: absolute;
        top: 0px;
        left: 0px; 
    }
    #slideDownPanel
    {
        width: 430px;
        height: 320px;
        position: relative;
        top: -320px;
    }
    

    JS:

    $("#slideDownPanel").animate({
        top: 0
    }, 2000);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hi; I'm using ibatis and its cache model for the first time and i
I am trying to write a JavaScript function that will return its first argument(function)
PHP (among others) will execute the deepest function first, working its way out. For
This is my first time using IB, but after spending a one or two
Hey guys, first time using stackoverflow. can you guys help me debug? Heres the
OK, having tried my first TDD attempt, it's time to reflect a little and
When programming by contract a function or method first checks whether its preconditions are
I've written my first JQuery plugin and one of it's dependancies is an external
I am creating a slideshow of animations using animated GIFs. I'm crossfading from one
i am trying to change images of a slideshow using mousemove. but its not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.