Opened 12 years ago
Closed 12 years ago
#7067 closed bug (fixed)
Bounce effect duration is multiplied by the number of bounces
Reported by: | Corey Frang | Owned by: | Corey Frang |
---|---|---|---|
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/times
so the "duration" of the bounce is actually closer to the true amount of time it takes to bounce...
Change History (4)
comment:1 Changed 12 years ago by
Status: | new → open |
---|---|
Type: | enhancement → bug |
comment:2 Changed 12 years ago by
Owner: | set to Corey Frang |
---|---|
Status: | open → assigned |
comment:3 Changed 12 years ago by
This also effects pulsate... https://github.com/jquery/jquery-ui/pull/168
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Yeah, this should be considered a bug.