Changes between Initial Version and Version 8 of Ticket #6781
- Timestamp:
- May 25, 2011, 1:26:08 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6781
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
New jQuery effects
toNew jQuery-ui effects.text
-
Property
Priority
changed from
minor
tomajor
- Property Owner set to jstroem
- Property Keywords text added
-
Property
Type
changed from
bug
tofeature
-
Property
Status
changed from
-
Ticket #6781 – Description
initial v8 3 3 The following text effects would be a great addition to the jQuery UI effect set: 4 4 http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/fx/tests/test_text.html 5 6 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... 7 8 {{{ 9 .showText("effectName", options); 10 .hideText("effectName", options); 11 .toggleText("effectName", options); 12 13 // not sure if we would ever need this, but the "show", "hide" and "toggle" can just be "modes" of the same "effect" 14 .effectText("effectName", options); 15 }}} 16 17 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? 18 19 There is also some discussion on this topic here: http://forum.jquery.com/topic/text-effects