Top "Jquery-easing" questions

A jQuery plugin to give advanced easing options.

jQuery easing functions without using a plugin

I'm looking for an online list of custom easing functions that I can use with jQuery. I'm not interested in …

jquery easing-functions jquery-easing
jQuery.easing[jQuery.easing.def] is not a function

I am getting below error when I look in the console: jQuery.easing[jQuery.easing.def] is not a function …

jquery wordpress jquery-easing
How to add easing effect with animate in jquery?

I am animating a div but i would like to give some effect to that animate so i tried like …

jquery jquery-animate jquery-effects jquery-easing
jQuery Easing with slideUp Easing Function

I just read this question and answer from StackExchange, but the solution does not work for me. This does not …

jquery slideup jquery-easing
Smooth out this jQuery toggle animation?

The animation produced by my jQuery function is shaky, and I've been looking through different SO solutions, such as adding …

jquery slidetoggle removeclass jquery-easing
Looking for a “swing”-like easing expressible both with jQuery and CSS3

I have to perform two animations on an object simultaneously. For a number of reasons, I want to use jQuery …

jquery css jquery-easing css-transitions
jQuery elastic easing equation

How can I modify this jQuery easing function to produce a less exaggerated bounce? $.easing.easeOutElasticSingleBounce = function (x, t, b, …

javascript jquery animation easing-functions jquery-easing
jQuery - SlideDown easing

i was wondering if there is any way to make a slideDown() movement to look more smooth without the use …

jquery jquery-easing
jQuery easing animation of window scroll in Firefox (bug or my bad?)

THE EXAMPLE First and foremost, here's my code and problem: http://www.nathanstpierre.com/MBX/showoff.html THE ISSUE So …

jquery firefox scrolltop jquery-easing
jQuery Smooth Horizontal Scroll

I've created a long horizontal page and using anchors to navigate to section's within the page. I added a jQuery …

jquery horizontal-scrolling smooth-scrolling jquery-easing