Skip to main content

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 scottgonzalez comment:1

milestone: TBD1.next

Changed July 22, 2009 06:31PM UTC by pwnedd comment:2

I also think this would be very useful to have.

Changed March 28, 2011 04:14PM UTC by gnarf comment:3

status: newopen

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 scottgonzalez comment:4

keywords: → overlay animation
milestone: 1.nextTBD

Changed September 07, 2011 12:37PM UTC by scottgonzalez comment:5

type: enhancementfeature

Changed October 11, 2012 09:02PM UTC by scottgonzalez comment:6

milestone: TBD1.10.0

Changed October 23, 2012 12:04AM UTC by jzaefferer comment:7

summary: impossible to fade in the overlayDialog: Impossible to fade in the overlay.

Changed December 03, 2012 03:18PM UTC by scottgonzalez 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 tj.vantoll comment:9

milestone: 1.10.0none

Changed September 30, 2013 09:12AM UTC by jzaefferer 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.