Ticket #6781 (assigned feature)

Opened 2 years ago

Last modified 6 months ago

Effects: New jQuery-ui effects.text

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

Description (last modified by gnarf) (diff)

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

Change History

comment:1 Changed 2 years ago by scott.gonzalez

  • Type changed from bug to feature
  • Milestone changed from 1.9 to TBD

comment:2 Changed 2 years ago by seankoole

comment:3 Changed 2 years ago by scott.gonzalez

  • Priority changed from minor to major
  • Status changed from new to open
  • Milestone changed from TBD to 1.next

comment:4 Changed 2 years ago by gnarf

  • Keywords text added
  • Summary changed from New jQuery effects to New jQuery-ui effects.text

comment:5 Changed 2 years ago by gnarf

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...

comment:6 Changed 2 years ago by gnarf

  • Milestone changed from 1.next to 1.9

comment:7 Changed 2 years ago by gnarf

  • Blocked by 7060 added

comment:8 Changed 2 years ago by gnarf

  • Owner set to jstroem
  • Status changed from open to assigned
  • Description modified (diff)
  • Blocked by 7060 removed

comment:9 Changed 7 months ago by scott.gonzalez

  • Milestone changed from 1.9.0 to 1.10.0

comment:10 Changed 7 months ago by mikesherov

  • Keywords haspatch added; text removed

comment:11 Changed 6 months ago by mikesherov

  • Summary changed from New jQuery-ui effects.text to Effects: New jQuery-ui effects.text
  • Milestone changed from 1.10.0 to 1.11.0
Note: See TracTickets for help on using tickets.