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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:49:25+00:00 2026-06-17T22:49:25+00:00

I am familiar with the jQuery animate function and I have also gone through

  • 0

I am familiar with the jQuery animate function and I have also gone through the various jQuery UI easing functions. Unfortunately none of them appear as the same animation effect I’m looking for so is it possible to create your own easing functions?

The animation I am attempting can be seen on the Apple Mac webopage with the dynamically loaded products widget at the top. The initial items appear to slide in from the top and then give a bounce-back effect after landing in place. Is it possible to recreating this easing style using custom jQuery code? Or possibly build your own 3rd party easy functions?

I’ve included a screen of what I’m talking about and hopefully somebody can offer a solution. Thanks in advance 🙂

Mac animated menu

highlighted graphics

  • 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-06-17T22:49:26+00:00Added an answer on June 17, 2026 at 10:49 pm

    See my demo here

    The main idea is performing 2 continuous animations using easeOutCubic effect:

    HTML:

    <div class='left'></div>
    <div class='center'></div>
    <div class='right'></div>
    

    JS:

    $('div.left').animate({top: 410, left: 10}, 300, "easeOutCubic", function(){
        $('div.left').animate({top: 400, left: 20}, 300, "easeOutCubic");
    });
    
    $('div.center').animate({top: 420}, 300, "easeOutCubic", function(){
        $('div.center').animate({top: 400}, 300, "easeOutCubic");
    });
    
    $('div.right').animate({top: 410, right: 10}, 300, "easeOutCubic", function(){
        $('div.right').animate({top: 400, right: 20}, 300, "easeOutCubic");
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have not used jquery much yet and not very familiar with it. Trying
I am not very familiar with jQuery but have come across this code for
I am not really familiar with jQuery. I have this code that I downloaded
im not familiar with jquery so any help would be appreciated, i have some
I'm new to JSON and not that familiar with jQuery. I have been trying
I'm working on a web site that uses the jquery animate function to expand
I am not too familiar with jQuery.noConflict . I have tried to implement it
I'm just familiar with jquery for desktop and I'd like to use it also
just getting myself familiar with jquery, please consider me as a noob for now.
I'm not all that familiar with jquery so I'm not quite sure how to

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.