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.
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
fadeInfunction: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.