Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2342 closed bug (fixed)

[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

Change History (6)

comment:1 Changed 15 years ago by netdog

Sorry. Option "duration"

comment:2 Changed 15 years ago by davidserduke

Component: fxui
Owner: set to paul

comment:3 Changed 15 years ago by paul

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).

comment:4 Changed 15 years ago by netdog

Ok, Thank You.

comment:5 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:6 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.