Media Modal: Increase delay of attachment zoom. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22179 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-10-11 01:28:41 +00:00
parent 2f6ad44bfd
commit ce6ac7d7aa
1 changed files with 5 additions and 5 deletions

View File

@ -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 {