Opened 12 years ago

Closed 12 years ago

#7318 closed feature (fixed)

Add the queue functions to $.fn.effect()

Reported by: Corey Frang Owned by: Corey Frang
Priority: major Milestone: 1.9.0
Component: ui.effects.core Version: 1.8.12
Keywords: Cc:
Blocked by: Blocking:

Description (last modified by Corey Frang)

Every effect in effects.effect returns this.queue(). We could DRY out the effects a bit while we are upgrading to 1.9 if we were to handle the "queue" issues in the main effects function.

Change History (4)

comment:1 Changed 12 years ago by Corey Frang

Description: modified (diff)
Owner: set to Corey Frang
Priority: minormajor
Status: newassigned

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

Type: bugfeature

comment:3 Changed 12 years ago by Corey Frang

Further amending this... All of the effects also are handing calling the complete callback - after putting the queue stuff into $.fn.effect its now possible to wrap the complete function up with it and just pass one done argument for the effect to call when it finishes.

comment:4 Changed 12 years ago by Corey Frang

Resolution: fixed
Status: assignedclosed

Effects.*: Updating Effect Method API to avoid duplicating the queue call - Fixes #7318 - Add the queue functions to $.fn.effect()

Changeset: 1c1a3b1a361d90a73755fbd038b3cdfb0960c29f

Note: See TracTickets for help on using tickets.