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:
parent
2f6ad44bfd
commit
ce6ac7d7aa
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user