Skip to main content

Bug Tracker

Side navigation

#2342 closed bug (fixed)

Opened February 14, 2008 12:36AM UTC

Closed February 19, 2008 01:06PM UTC

Last modified February 19, 2008 04:51PM UTC

[fx.shake.js] option 'speed' not work

Reported by: netdog Owned by: paul
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: Cc:
Blocked by: Blocking:
Description
  • var speed = o.duration || 140; // Default speed per shake

+ var speed = o.options.duration || 140; // Default speed per shake

Attachments (0)
Change History (4)

Changed February 14, 2008 02:23PM UTC by netdog comment:1

Sorry. Option "duration"

Changed February 15, 2008 07:35PM UTC by davidserduke comment:2

component: fxui
owner: → paul

Changed February 19, 2008 01:06PM UTC by paul comment:3

resolution: → fixed
status: newclosed

That's not really a mistake. Actually, the duration is the third parameter, not an option in the options. Try $(..).effect('shake', {}, 5000).

Changed February 19, 2008 04:51PM UTC by netdog comment:4

Ok, Thank You.