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 6834061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:03:53+00:00 2026-05-26T23:03:53+00:00

Is it possible to smoothly animate the width of a table. Ten percent per

  • 0

Is it possible to smoothly animate the width of a table. Ten percent per second would be a good rate. So that it slowly expands and keeps expanding?

On load
<table id="01" width="80%" height="769">

1 second
<table id="01" width="90%" height="769">

2 second
<table id="01" width="100%" height="769">

3 second
<table id="01" width="110%" height="769">

  • 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-26T23:03:53+00:00Added an answer on May 26, 2026 at 11:03 pm

    In JQuery you can chain .animate()s to get what you want:

    $('#table').animate({width: '+=' + $(this).width() * 0.1 + 'px'}, 1000).animate({width: '+=' + $(this).width() * 0.1 + 'px'}, 1000).animate({width: '+=' + $(this).width() * 0.1 + 'px'}, 1000).animate({width: '+=' + $(this).width() * 0.1 + 'px'}, 1000);
    

    and if you want to increase the size in one step (ie. without delay):

    $('#table').animate({width: $(this).width() * 1.1 + 'px'}, 4000);
    

    Here is a demo.

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

Sidebar

Related Questions

Is it possible to smoothly animate a changed width property of CGContextFillRect over say
Is it possible to animate ListView items in C# ? The purpose is that
Is it possible to animate the change of a UIProgressView such that the display
is it possible to smoothly fadein a jquery modal dialog? (can't find anything in
Possible Duplicate: Equation-driven smoothly shaded concentric shapes How could I plot a symmetrical heart
What is the best possible way to smoothly fade in/out a sound with SFML
Possible Duplicate: Referencing field values between queries I have 3 similar queries that when
I have various methods that I would like to unit test using Visual Studio's
Is it possible to open div smoothly to full size of its content? If:
I want to animate MoviveClips/Sprite objects as smootly as possible. However so far the

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.