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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:37:40+00:00 2026-05-24T21:37:40+00:00

I’ve been reading up on the Easing function on the jQuery website. My intended

  • 0

I’ve been reading up on the Easing function on the jQuery website. My intended goal is to smooth out a Div adjustment which occurs when a form is submitted.

JFiddle – http://jsfiddle.net/9qbfF/
Sandbox – http://itsmontoya.com/work/playdeadcult/index.php
Feel free to test the form to see the Div adjustment mentioned. Please use test@test.com

As you see, right now the Div snaps to place when the POST is successful. I’m hoping to use the swing Easing effect to make the experience more pleasant.

I was playing around with implementing Easing and felt as if I was messing up completely. I took the test code out so it was a cleaner environment for someone to assist me in :).

I appreciate the help!

  • 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-24T21:37:41+00:00Added an answer on May 24, 2026 at 9:37 pm

    If I understand correctly, you’ll probably want to replace this:

    $('#myForm').ajaxForm(function() { 
      document.getElementById('formFill').style.visibility = 'hidden';
      document.getElementById('joinDiv').style.width = '842px';
      $("#joinText").html( 'Thank you for signing up!');
    }); 
    

    with this:

    $('#myForm').ajaxForm(function() { 
      document.getElementById('formFill').style.visibility = 'hidden';
      $("#joinText").html( 'Thank you for signing up!');
      $('#joinDiv').animate({width: '842px'}, 1000, 'swing');
    });
    

    The first parameter to animate is a hash that describes the “end state” where you want to end the animation. Looks like your joinDiv is 649px or whatever, so that animate call will grow it from 649 to 842 over the course of 1 second (1000ms, 2nd parameter). That’s kind of a slow transition for this type of thing, but you can easily tweak it by reducing 1000 to some lower number. The 3rd parameter is the easing function. There’s an optional 4th parameter that takes a callback function to do something after the animation completes.

    The first parameter can have a bunch more stuff in it. You could have, for example, {width: '842px', height: '200px', opacity: '0.0'} and it would grow in height and width, while fading from its starting value of 80% opacity to completely transparent, all smoothly at the same time.

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

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I used javascript for loading a picture on my website depending on which small
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I need a function that will clean a strings' special characters. I do NOT
I want to construct a data frame in an Rcpp function, but when I

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.