Opened 11 years ago

Last modified 8 years ago

#8527 open bug

.show()/.hide()/.toggle() don't follow normal animation signatures

Reported by: Scott González Owned by:
Priority: minor Milestone: none
Component: ui.effects.core Version: 1.8.23
Keywords: help-wanted Cc:
Blocked by: Blocking:

Description

In order to specify an easing, you must use:

.show( effectName, { easing: easingName }, duration )

The normal signature would be:

.show( effectName, duration, easingName )

Change History (4)

comment:1 Changed 11 years ago by Scott González

Status: newopen

comment:2 Changed 11 years ago by Scott González

Milestone: 1.9.01.10.0

comment:3 Changed 11 years ago by tj.vantoll

Milestone: 1.10.0none

comment:4 Changed 8 years ago by Scott González

Keywords: help-wanted added
Note: See TracTickets for help on using tickets.