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 comment:1
milestone: | 1.9 → TBD |
---|---|
type: | bug → feature |
Changed December 28, 2010 04:12PM UTC by comment:2
Made a pull request https://github.com/jquery/jquery-ui/pull/81
Changed January 16, 2011 09:13PM UTC by comment:3
milestone: | TBD → 1.next |
---|---|
priority: | minor → major |
status: | new → open |
Changed March 07, 2011 05:30PM UTC by comment:4
keywords: | → text |
---|---|
summary: | New jQuery effects → New jQuery-ui effects.text |
Changed March 07, 2011 05:32PM UTC by 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 comment:6
milestone: | 1.next → 1.9 |
---|
Changed March 08, 2011 11:01AM UTC by comment:7
blockedby: | → 7060 |
---|
Changed May 25, 2011 05:26PM UTC by 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.html → 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 |
owner: | → jstroem |
status: | open → assigned |
Changed October 11, 2012 02:42PM UTC by comment:9
milestone: | 1.9.0 → 1.10.0 |
---|
Changed October 19, 2012 05:51PM UTC by comment:10
keywords: | text → haspatch |
---|
Changed November 12, 2012 03:43AM UTC by comment:11
milestone: | 1.10.0 → 1.11.0 |
---|---|
summary: | New jQuery-ui effects.text → Effects: New jQuery-ui effects.text |
Changed June 24, 2014 11:53PM UTC by comment:12
milestone: | 1.11.0 → none |
---|
Changed November 18, 2014 04:26PM UTC by comment:13
resolution: | → wontfix |
---|---|
status: | assigned → closed |
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.