From ce6ac7d7aa500ddf1152b6fcd2348a481611d71c Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Thu, 11 Oct 2012 01:28:41 +0000 Subject: [PATCH] Media Modal: Increase delay of attachment zoom. see #21390. git-svn-id: https://develop.svn.wordpress.org/trunk@22179 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/css/media-views.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-includes/css/media-views.css b/wp-includes/css/media-views.css index 9836b90727..9377ecc5f6 100644 --- a/wp-includes/css/media-views.css +++ b/wp-includes/css/media-views.css @@ -418,11 +418,11 @@ width: 0; background: #ccc; border-radius: 10px; - -webkit-transition: width 200ms; - -moz-transition: width 200ms; - -ms-transition: width 200ms; - -o-transition: width 200ms; - transition: width 200ms; + -webkit-transition: width 300ms; + -moz-transition: width 300ms; + -ms-transition: width 300ms; + -o-transition: width 300ms; + transition: width 300ms; } .attachment-preview .media-progress-bar {