Opened 16 years ago
Closed 16 years ago
#1396 closed bug (fixed)
Easing error in 1.1.3.1 with Interface
Reported by: | Messiahs | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | effects | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when you disable this line, everything works fine.
Perform the easing function, defaults to swing z.now = jQuery.easing[options.easing](p, n, firstNum, (lastNum-firstNum), options.duration);
You can Test this with this webpage: http://www.hackthenet.de/demos/ajaxlogin/
when you change the js to 1.1.3 an error occured
Change History (4)
comment:1 Changed 16 years ago by
Component: | ajax → fx |
---|---|
Owner: | set to john |
Summary: | Bug in animation → Easing error in 1.1.3.1 with Interface |
comment:2 Changed 16 years ago by
Note: See
TracTickets for help on using
tickets.
This is a bug in the Interface plugin, but I'll attempt to include a workaround.