Search and Top Navigation
#7067 closed bug (fixed)
Opened March 04, 2011 10:52PM UTC
Closed May 10, 2011 03:06PM UTC
Bounce effect duration is multiplied by the number of bounces
Reported by: | gnarf | Owned by: | gnarf |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently the duration parameter for the bounce effect is multiplied by the number of times it bounces:
http://jsfiddle.net/gnarf/pyjmB/
I would like to propose that this get normalized to
duration/timesso the "duration" of the bounce is actually closer to the true amount of time it takes to bounce...
Attachments (0)
Change History (4)
Changed March 07, 2011 01:44PM UTC by comment:1
status: | new → open |
---|---|
type: | enhancement → bug |
Changed March 08, 2011 11:35AM UTC by comment:2
owner: | → gnarf |
---|---|
status: | open → assigned |
Changed March 27, 2011 11:37AM UTC by comment:3
This also effects pulsate... https://github.com/jquery/jquery-ui/pull/168
Changed May 10, 2011 03:06PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fixed with https://github.com/jquery/jquery-ui/pull/168
Yeah, this should be considered a bug.