Skip to main content

Search and Top Navigation

#8527 open bug ()

Opened August 28, 2012 04:41PM UTC

Last modified October 13, 2015 08:09PM UTC

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

Reported by: scottgonzalez 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 )

Attachments (0)
Change History (4)

Changed August 28, 2012 04:41PM UTC by scottgonzalez comment:1

status: newopen

Changed October 11, 2012 02:42PM UTC by scottgonzalez comment:2

milestone: 1.9.01.10.0

Changed January 25, 2013 09:23PM UTC by tj.vantoll comment:3

milestone: 1.10.0none

Changed October 13, 2015 08:09PM UTC by scottgonzalez comment:4

keywords: → help-wanted