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 comment:1
Changed February 15, 2008 07:35PM UTC by comment:2
component: | fx → ui |
---|---|
owner: | → paul |
Changed February 19, 2008 01:06PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
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 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 comment:6
milestone: | → 1.5 |
---|
Sorry. Option "duration"