Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jquery.easing.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jQuery.easing['jswing'] = jQuery.easing['swing'];

jQuery.extend( jQuery.easing,
{
// t: current time, b: begInnIng value, c: change In value, d: duration
// x: value, t: current time, b: beginning value, c: change in value, d: duration

def: 'easeOutQuad',
swing: function (x, t, b, c, d) {
Expand Down Expand Up @@ -176,4 +176,4 @@ jQuery.extend( jQuery.easing,
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
*/