Make WordPress Core

Changeset 22179


Ignore:
Timestamp:
10/11/2012 01:28:41 AM (13 years ago)
Author:
koopersmith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/media-views.css

    r22178 r22179  
    419419    background: #ccc;
    420420    border-radius: 10px;
    421     -webkit-transition: width 200ms;
    422     -moz-transition:    width 200ms;
    423     -ms-transition:     width 200ms;
    424     -o-transition:      width 200ms;
    425     transition:         width 200ms;
     421    -webkit-transition: width 300ms;
     422    -moz-transition:    width 300ms;
     423    -ms-transition:     width 300ms;
     424    -o-transition:      width 300ms;
     425    transition:         width 300ms;
    426426}
    427427
Note: See TracChangeset for help on using the changeset viewer.