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 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.
Sorry. Option "duration"