Bug Tracker

Modify

Ticket #2342 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

[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:
Blocking: Blocked by:

Description

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

Change History

comment:1 Changed 5 years ago by netdog

Sorry. Option "duration"

comment:2 Changed 5 years ago by davidserduke

  • Owner set to paul
  • Component changed from fx to ui

comment:3 Changed 5 years ago by paul

  • Status changed from new to closed
  • Resolution set to fixed

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 5 years ago by netdog

Ok, Thank You.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.