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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:32:30+00:00 2026-05-26T18:32:30+00:00

Stick with me on this one. I’m trying to mimick CSS3 transitions and (as

  • 0

Stick with me on this one. I’m trying to mimick CSS3 transitions and (as an example) I quite liked how the logo came in and did a “bounce” effect on http://metalabdesign.com

I’ve created a quick jsFiddle on how I thought this might work with jQuery animations http://jsfiddle.net/EEtVs/ but am honestly not sure if I should be using jQuery Easing http://gsgd.co.uk/sandbox/jquery/easing/ would be the better route here.

I’m more or less looking for the best way to handle easeIn type transitions with jQuery. The route I went in my fiddle is, I’d have to specify a non-JS version for those who don’t have it enabled (I know, EVERYONE should, just sayin) and I’d like it work in all browsers (not just the good ones) which is why I’m going the jQuery route.

But, the issue I’m seeing with my jQuery way is how I have the negative top positioning calculated and how that could effect the actual “transition effect”. If anyone has an idea how I’d create something similar with jQuery easing (or a better way) I’d be very appreciative. I’ve had quite a struggle trying to implement jQuery easing… so really stuck in the mud at the moment. Thanks!

  • 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-26T18:32:31+00:00Added an answer on May 26, 2026 at 6:32 pm

    I added the easing plugin to your jsfiddle and then added a new easing type to your .animate() call: http://jsfiddle.net/jasper/EEtVs/1/

    I also changed the top value for the element you’re animating because it only needs to be large enough to hide the element on page load.

    You can change the easing type by changing ‘easeOutBounce’ to any of the easing types on this page: http://gsgd.co.uk/sandbox/jquery/easing/

    If you want to make sure your element is shown in browsers where JavaScript is turned off, run a script in the head of your page that adds a class to the HTML element like this:

    $('html').addClass('js');
    

    Now you can make two versions of the CSS for the element you’re bouncing into view:

    #heroElement {
        position:relative;
        top:0px;
    }
    .js #heroElement {
        position:relative;
        top:-60px;
    }
    

    This will set the top of the element to the top of the page unless JavaScript is enabled in which case the element will be hidden until the JavaScript runs and shows the element.

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

Sidebar

Related Questions

I'm playing with one stack overflow example. This example looks like this: void return_input
I am trying to call a function in another .php file from this one
I have about 80000 files which I am trying to concatenate. This one: cat
I am stuck on this one piece of code because I can't get the
I am designing a cookbook website and I am stuck on this one problem.
I'm stuck for ideas on this one. I'm working on a CMS that uses
I know there are a lot of similar questions to this one around Stack
I defined a Window in WPF, into this one I put a stack panel
This is probably a simple one to answer, but I'm stuck, so here goes.
I hope someone can help with this please. I am trying to query an

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.