#4416 closed feature (fixed)
Add fade effect (implementation included)
Reported by: | dohsun | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.effects.* (individual effect) | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hey, I couldn't for the life of me figure out how to get my dialogs to fade in and fade out without mucking around the UI source code. My solution was to create a new effect called fade. The benefit is now you could use it everywhere where you need fade (untested-I think you can...) and it won't break when you upgrade your JQuery UI.
Attachments (1)
Change History (7)
Changed 13 years ago by
Attachment: | effects.fade.js added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | effects.* (individual effect) → ui.dialog |
---|---|
Milestone: | TBD → 1.7.2 |
Type: | feature → bug |
This should be supported by dialog already, needs verification.
comment:3 Changed 13 years ago by
Milestone: | 1.7.2 → 1.8 |
---|
comment:4 Changed 13 years ago by
Component: | ui.dialog → effects.* (individual effect) |
---|---|
Priority: | minor → major |
Summary: | Fade effect for Dialog (maybe for all JQuery UI) → Add fade effect (implementation included) |
Type: | bug → feature |
Changing to effects.* since this is really about a big hole in effects that we have which causes frustration for a lot of users.
Right now the best you can do is provide a number for the show/hide options, which will fade and slide the dialog.
Note: See
TracTickets for help on using
tickets.
Replying to dohsun:
Forgot to mention, my goal was to get this working:
$("#thedialog").dialog({
});
Thanks!