Side navigation
#1213 closed bug (duplicate)
Opened May 21, 2007 03:35AM UTC
Closed May 21, 2007 03:41AM UTC
Last modified June 21, 2007 03:36AM UTC
easing breaks animations
| Reported by: | kswedberg | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.3 | 
| Component: | effects | Version: | 1.1.2 | 
| Keywords: | fx effects easing | Cc: | jeresig@gmail.com | 
| Blocked by: | Blocking: | 
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 (0)
Change History (1)
Changed May 21, 2007 03:41AM UTC by comment:1
| resolution: | → duplicate | 
|---|---|
| status: | new → closed | 
Duplicate of #1212