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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:24:51+00:00 2026-06-09T13:24:51+00:00

jQuery animations are choppy for me (specially in firefox). So i’ve decided to use

  • 0

jQuery animations are choppy for me (specially in firefox). So i’ve decided to use MoofX
for animations. The moofx site gives no clear explanation of how to implement the code

How to implement Moofx effects on this code (basically replac the jquery animations with moofx)

jQuery(this).slideDown();

I don’t want a toggle function. Also, It would be nice if the code was kept bit similar to the current code.

  • 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-09T13:24:52+00:00Added an answer on June 9, 2026 at 1:24 pm

    Not entirely sure if this is what you’re looking for but, you can override jQuery functions in an anonymous function. Here’s a sample overriding the fadeIn function:

    (function(){
        // storing the reference to the original function 
        var original = jQuery.fn.fadeIn;
    
        // this is the actual override/replacement
        // it has to happen before you start up jQuery
        jQuery.fn.fadeIn= function(){
    
            // do whatever you wanna do here instead of using the original function
            // I'm not super familiar with mooFX, but I take it's similar to MooTools
    
            // This line can be entirely removed, leaving only YOUR code, in this case 
            // the MooFX effect replacing the fadeIn. If you leave it, it will run both
            // your code and the original code
            original.apply( this, arguments );
        }
    })();
    
    // start up jQuery
    $(function() {
        // and code here like normal, meaning, 
        // every time you call $('#something').fadeIn({..}), it will run your code
    });
    

    Note: Again, not sure if this is what you’re looking for and I’m not sure how MooFX plays out along with jQuery. The code above is simply to show how to override a jQuery function.

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

Sidebar

Related Questions

Is there a plugin I can use for Queuing the animations. I see jQuery.Queue()
I have some jQuery animations in my code to slide divs up and down
jQuery allows use of the string values slow, normal, and fast in animations (e.g.:
Since regular jQuery animations are not fluent on iOS ( .hide() , slideDown() ),
I have several jquery animations running, each of which will need to be somewhat
What are some of the more practiced methods of speeding up jquery animations across
Which has better execution performance: CSS3 animations, or jQuery animations? How do they affect
i have a jQuery line that execute 2 animations, what i want is to
So I'm running some animations to bring in some divs in my first jQuery
The animations that I am using on my site (which is developed for iOS)

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.