Opened 11 years ago
Closed 11 years ago
#8531 closed bug (fixed)
Shake effect: Duration is multiplied based on number of shakes
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.8.23 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Each step of the shake uses the user-specified duration, resulting in extremely long animations.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in dec9c54632be191947c310b402810cf6f1b4250a.
Note: See
TracTickets for help on using
tickets.
I sent a pull request https://github.com/jquery/jquery-ui/pull/722
I fixed the issue by dividing the given animation time through the amount of shakes and rounding the given value.