#798 closed bug (fixed)
in 1.04, .toggle() would take a speed as a parameter, but not in 1.1b
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.1 |
Component: | effects | Version: | 1.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('this').toggle(350); works in 1.04, but not 1.1b
ofcourse it works if i remove the 350, but then it is non existant animation and becomes like a light switch.
to get around this i rewrote my script to use .show and .hide, but id prefer to have .toggle
Change History (1)
comment:1 Changed 16 years ago by
Component: | core → fx |
---|---|
Priority: | minor → major |
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.1a → 1.1 |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev 1050.