Search and Top Navigation
#3685 open feature ()
Opened December 20, 2008 07:01PM UTC
Last modified September 30, 2013 09:12AM UTC
Dialog: Ability to fade in the overlay.
| Reported by: | wichert | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | none |
| Component: | ui.dialog | Version: | 1.6rc2 |
| Keywords: | overlay animation | Cc: | |
| Blocked by: | Blocking: |
Description
It is possible to animate the show of the dialog itself, but it is not possible to animate the overlay. What I would like to do show the dialog quickly and then slowly fade in the overlay.
Attachments (0)
Change History (10)
Changed January 04, 2009 06:14PM UTC by comment:1
| milestone: | TBD → 1.next |
|---|
Changed July 22, 2009 06:31PM UTC by comment:2
I also think this would be very useful to have.
Changed March 28, 2011 04:14PM UTC by comment:3
| status: | new → open |
|---|
It might be neat to pass overlay show/hide effects as well - although not sure how easy it would be to accomplish this.
Changed September 07, 2011 12:37PM UTC by comment:4
| keywords: | → overlay animation |
|---|---|
| milestone: | 1.next → TBD |
Changed September 07, 2011 12:37PM UTC by comment:5
| type: | enhancement → feature |
|---|
Changed October 11, 2012 09:02PM UTC by comment:6
| milestone: | TBD → 1.10.0 |
|---|
Changed October 23, 2012 12:04AM UTC by comment:7
| summary: | impossible to fade in the overlay → Dialog: Impossible to fade in the overlay. |
|---|
Changed December 03, 2012 03:18PM UTC by comment:8
| summary: | Dialog: Impossible to fade in the overlay. → Dialog: Ability to fade in the overlay. |
|---|
Changed January 25, 2013 09:22PM UTC by comment:9
| milestone: | 1.10.0 → none |
|---|
Changed September 30, 2013 09:12AM UTC by comment:10
Here's a jsbin with an animated overlay, using CSS transitions: http://jsbin.com/EyIViLi/1/edit
Its only animated when opening, since the dialog immediately removes the overlay on close.