Ticket #8531 (closed bug: fixed)

Opened 9 months ago

Last modified 9 months ago

Shake effect: Duration is multiplied based on number of shakes

Reported by: scott.gonzalez Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.effects.* (individual effect) Version: 1.8.23
Keywords: Cc:
Blocking: Blocked by:

Description

Each step of the shake uses the user-specified duration, resulting in extremely long animations.

Change History

comment:1 Changed 9 months ago by bernhardsirlinger

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.

comment:2 Changed 9 months ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.