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

  • SEARCH
  • Home
  • 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 7166705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:27:24+00:00 2026-05-28T14:27:24+00:00

I have some bars that are filled with a height %, but right when

  • 0

I have some bars that are filled with a height %, but right when the page loads I would like all the bars to fill up and then decrease to 0. I know how to fill it up with a for loop:

for(i = 1; i <= 100; i++)

but to have a it come back down

for(i = 100; i == 100; i--)

I’m just not sure how to put them together to make the variable i go to 100 then decrease back down to 0?

  • 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-28T14:27:25+00:00Added an answer on May 28, 2026 at 2:27 pm

    You’re looking for:

    for(i = 100; i >= 0; i--)
    

    But you could just do this slideUp:

    $('someElement')
        .hide()
        .slideDown(500, function () {
            $(this).slideUp(500);
        });
    

    The above would animate the element like you want. That code equates to roughly the following, in case you even want to do more complicated animate animations:

    $('someElement')
       .hide()
       .animate({ height: '100%' }, 500, function () {
            $(this).animate({ height: 0 }, 500);
        });
    

    Update: Here is a jsFiddle demonstration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some text lines like that : vt_wildshade2^508^508 vt_ailleurs2^1188^1188 ... vt_high2^13652^13652 Is it
In my activity I have some Rating bars. But the size of this bar
I have some XML that I am consuming and deserializing. <Foo> <Bars Baz=9> <Bar>...</Bar>
I have used lots of code segments for some reasons, like templates, side-bars etc
I have some arbitrary pixel data that I want to save as a PNG.
I have some tables roughly like so: Client: id name Employee id name Email
I have some code that will change the background color of a specific label
i have some problems with a Query seem IN dosen't work with Group_concat, that
I have some code here that uses bitsets to store many 1 bit values
I have a simple ViewController that looks like this: @interface MyViewController : UIViewController<UIScrollViewDelegate> {

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.