Bug Tracker

Ticket #1213 (closed bug: duplicate)

Opened 2 years ago

Last modified 1 year ago

easing breaks animations

Reported by: kswedberg Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.3 Component: fx
Version: 1.1.2 Keywords: fx effects easing
Cc: jeresig@gmail.com Needs: Review

Description

animations no longer work when an easing.js plugin is included in the head, even if it isn't being used.

Using this code:

$(document).ready(function() {
  $('#container').fadeTo('slow',0.5);
});

Firebug returns this error: "jQuery.easing[options.easing] is not a function" (jquery-1.1.3a.js, line 5159).

Test page at http://test.learningjquery.com/easing.html

Attachments

Change History

Changed 2 years ago by john

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #1212

Note: See TracTickets for help on using tickets.