Changes between Initial Version and Version 8 of Ticket #6781


Ignore:
Timestamp:
May 25, 2011, 1:26:08 PM (12 years ago)
Author:
Corey Frang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6781

    • Property Status changed from new to assigned
    • Property Summary changed from New jQuery effects to New jQuery-ui effects.text
    • Property Priority changed from minor to major
    • Property Owner set to jstroem
    • Property Keywords text added
    • Property Type changed from bug to feature
  • Ticket #6781 – Description

    initial v8  
    33The following text effects would be a great addition to the jQuery UI effect set:
    44http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/fx/tests/test_text.html
     5
     6We 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
     17Also, 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
     19There is also some discussion on this topic here: http://forum.jquery.com/topic/text-effects