Skip to main content

Search and Top Navigation

#2342 closed bug (fixed)

Opened February 14, 2008 12:36AM UTC

Closed February 19, 2008 01:06PM UTC

Last modified February 26, 2009 11:29AM UTC

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

Reported by: netdog Owned by: paul
Priority: major Milestone: 1.5
Component: ui.core 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 (6)

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.

Changed May 24, 2008 03:39AM UTC by comment:5

milestone: 1.2.4

Milestone 1.2.4 deleted

Changed February 26, 2009 11:29AM UTC by paul comment:6

milestone: → 1.5