Side navigation
#14391 closed bug (duplicate)
Opened September 26, 2013 10:44AM UTC
Closed September 29, 2013 08:35PM UTC
toggle() on version 1.10.2
Reported by: | MZ | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi,
the toggle action don't work very well when i have tried this:
$('p:first').toggle(function() {
$(this).animate( {'height':'+=150px'}, 1000, 'linear')
}, function() {
$(this).animate( {'height':'-=150px'}, 1000, 'swing');
});
this toggle with version 1.10.2 apply only second function "-=150px" and on load...!
Attachments (0)
Change History (1)
Changed September 29, 2013 08:35PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #14390.