Skip to main content

Search and Top Navigation

#6781 closed feature (wontfix)

Opened December 24, 2010 08:22PM UTC

Closed November 18, 2014 04:26PM UTC

Effects: New jQuery-ui effects.text

Reported by: seankoole Owned by: jstroem
Priority: major Milestone: none
Component: ui.effects.* (individual effect) Version: 1.8.7
Keywords: haspatch Cc:
Blocked by: Blocking:
Description

As mentioned in https://github.com/paulirish/lazyweb-requests/issues#issue/4 jQuery UI should have more text effects.

The following text effects would be a great addition to the jQuery UI effect set:

http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/fx/tests/test_text.html

We have discussed the implementation and have decided that we should probably make a new type of effects for textEffects since they don't behave at all like standard effects...

.showText("effectName", options);
.hideText("effectName", options);
.toggleText("effectName", options);

// not sure if we would ever need this, but the "show", "hide" and "toggle" can just be "modes" of the same "effect"
.effectText("effectName", options);

Also, we should try and tackle the potential issue with the "destruction" of the text when it hides... How do we store it if we wanted a toggle? Do we care?

There is also some discussion on this topic here: http://forum.jquery.com/topic/text-effects

Attachments (0)
Change History (13)

Changed December 24, 2010 09:39PM UTC by scottgonzalez comment:1

milestone: 1.9TBD
type: bugfeature

Changed December 28, 2010 04:12PM UTC by seankoole comment:2

Changed January 16, 2011 09:13PM UTC by scottgonzalez comment:3

milestone: TBD1.next
priority: minormajor
status: newopen

Changed March 07, 2011 05:30PM UTC by gnarf comment:4

keywords: → text
summary: New jQuery effectsNew jQuery-ui effects.text

Changed March 07, 2011 05:32PM UTC by gnarf comment:5

I picked up this branch and merged it with the effects-api changes from http://bugs.jqueryui.com/ticket/7060 - I can file a fresh pull for it after the fate of 7060 is decided...

Changed March 07, 2011 05:52PM UTC by gnarf comment:6

milestone: 1.next1.9

Changed March 08, 2011 11:01AM UTC by gnarf comment:7

blockedby: → 7060

Changed May 25, 2011 05:26PM UTC by gnarf comment:8

blockedby: 7060
description: As mentioned in https://github.com/paulirish/lazyweb-requests/issues#issue/4 jQuery UI should have more text effects. \ \ The following text effects would be a great addition to the jQuery UI effect set: \ http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/fx/tests/test_text.htmlAs mentioned in https://github.com/paulirish/lazyweb-requests/issues#issue/4 jQuery UI should have more text effects. \ \ The following text effects would be a great addition to the jQuery UI effect set: \ http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/fx/tests/test_text.html \ \ We have discussed the implementation and have decided that we should probably make a new type of effects for textEffects since they don't behave at all like standard effects... \ \ {{{ \ .showText("effectName", options); \ .hideText("effectName", options); \ .toggleText("effectName", options); \ \ // not sure if we would ever need this, but the "show", "hide" and "toggle" can just be "modes" of the same "effect" \ .effectText("effectName", options); \ }}} \ \ Also, we should try and tackle the potential issue with the "destruction" of the text when it hides... How do we store it if we wanted a toggle? Do we care? \ \ There is also some discussion on this topic here: http://forum.jquery.com/topic/text-effects
owner: → jstroem
status: openassigned

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

milestone: 1.9.01.10.0

Changed October 19, 2012 05:51PM UTC by mikesherov comment:10

keywords: texthaspatch

Changed November 12, 2012 03:43AM UTC by mikesherov comment:11

milestone: 1.10.01.11.0
summary: New jQuery-ui effects.textEffects: New jQuery-ui effects.text

Changed June 24, 2014 11:53PM UTC by scottgonzalez comment:12

milestone: 1.11.0none

Changed November 18, 2014 04:26PM UTC by mikesherov comment:13

resolution: → wontfix
status: assignedclosed

We decided a few months back that we would not be pursuing new effects. The pull request has been closed, and so closing this ticket to go along with that.