Skip to main content

Search and Top Navigation

#8531 closed bug (fixed)

Opened August 29, 2012 08:55PM UTC

Closed August 30, 2012 03:24PM UTC

Shake effect: Duration is multiplied based on number of shakes

Reported by: scottgonzalez 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.

Attachments (0)
Change History (2)

Changed August 30, 2012 10:56AM UTC by bernhardsirlinger comment:1

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.

Changed August 30, 2012 03:24PM UTC by scottgonzalez comment:2

resolution: → fixed
status: newclosed

Fixed in dec9c54632be191947c310b402810cf6f1b4250a.