Changeset 43309 for trunk/src/wp-admin/css/customize-controls.css
- Timestamp:
- 05/23/2018 10:04:22 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/customize-controls.css (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r42641 r43309 158 158 width: 30px; 159 159 float: left; 160 -webkit-transform: none;161 160 transform: none; 162 161 margin-top: 0; … … 635 634 padding: 0; 636 635 box-sizing: border-box; 637 transition: 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1); 638 transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1); 639 transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1), 0.18s -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */ 636 transition: 0.18s transform cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */ 640 637 } 641 638 … … 651 648 max-height: none; 652 649 overflow: auto; 653 -webkit-transform: none;654 650 transform: none; 655 651 } … … 663 659 max-height: none; 664 660 overflow: hidden; 665 -webkit-transform: translateX(100%);666 661 transform: translateX(100%); 667 662 } … … 669 664 #customize-theme-controls .customize-pane-child.open, 670 665 #customize-theme-controls .customize-pane-child.current-panel { 671 -webkit-transform: none;672 666 transform: none; 673 667 } … … 681 675 height: 0; 682 676 overflow: hidden; 683 -webkit-transform: translateX(-100%);684 677 transform: translateX(-100%); 685 678 } … … 1076 1069 z-index: 10; 1077 1070 background: #eee; 1078 display: -webkit-box;1079 1071 display: flex; 1080 1072 } … … 1088 1080 #available-menu-items .new-content-item .create-item-input, 1089 1081 .customize-control-dropdown-pages .new-content-item .create-item-input { 1090 -webkit-box-flex: 10;1091 1082 flex-grow: 10; 1092 1083 } … … 1095 1086 .customize-control-dropdown-pages .new-content-item .add-content { 1096 1087 margin: 2px 0 2px 6px; 1097 -webkit-box-flex: 10;1098 1088 flex-grow: 1; 1099 1089 } … … 1216 1206 } 1217 1207 1218 @-webkit-keyframes customize-fade-in {1219 0% { opacity: 0; }1220 100% { opacity: 1; }1221 }1222 1223 1208 @keyframes customize-fade-in { 1224 1209 0% { opacity: 0; } … … 1233 1218 1234 1219 #customize-controls .customize-control-notifications-container.has-overlay-notifications { 1235 -webkit-animation: customize-fade-in 0.5s;1236 1220 animation: customize-fade-in 0.5s; 1237 1221 z-index: 30; … … 1507 1491 .customize-control-header .placeholder:hover .dice, 1508 1492 .customize-control-header .header-view:hover > button.random .dice { 1509 -webkit-animation: dice-color-change 3s infinite;1510 1493 animation: dice-color-change 3s infinite; 1511 1494 } 1512 1495 1513 1496 .button-see-me { 1514 -webkit-animation: bounce .7s 1;1515 1497 animation: bounce .7s 1; 1516 -webkit-transform-origin: center bottom;1517 1498 transform-origin: center bottom; 1518 }1519 1520 @-webkit-keyframes bounce {1521 from, 20%, 53%, 80%, to {1522 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);1523 -webkit-transform: translate3d(0,0,0);1524 }1525 1526 40%, 43% {1527 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);1528 -webkit-transform: translate3d(0, -12px, 0);1529 }1530 1531 70% {1532 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);1533 -webkit-transform: translate3d(0, -6px, 0);1534 }1535 1536 90% {1537 -webkit-transform: translate3d(0,-1px,0);1538 }1539 1499 } 1540 1500 1541 1501 @keyframes bounce { 1542 1502 from, 20%, 53%, 80%, to { 1543 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);1544 1503 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 1545 -webkit-transform: translate3d(0,0,0);1546 1504 transform: translate3d(0,0,0); 1547 1505 } 1548 1506 1549 1507 40%, 43% { 1550 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);1551 1508 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); 1552 -webkit-transform: translate3d(0, -12px, 0);1553 1509 transform: translate3d(0, -12px, 0); 1554 1510 } 1555 1511 1556 1512 70% { 1557 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);1558 1513 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); 1559 -webkit-transform: translate3d(0, -6px, 0);1560 1514 transform: translate3d(0, -6px, 0); 1561 1515 } 1562 1516 1563 1517 90% { 1564 -webkit-transform: translate3d(0,-1px,0);1565 1518 transform: translate3d(0,-1px,0); 1566 1519 } … … 1832 1785 border-color: #999; 1833 1786 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 1834 -webkit-transform: translateY(1px);1835 1787 transform: translateY(1px); 1836 1788 } … … 1861 1813 1862 1814 /* Adds a delay before fading in to avoid it "jumping" */ 1863 @-webkit-keyframes themes-fade-in {1864 0% {1865 opacity: 0;1866 }1867 50% {1868 opacity: 0;1869 }1870 100% {1871 opacity: 1;1872 }1873 }1874 1815 @keyframes themes-fade-in { 1875 1816 0% { … … 1885 1826 1886 1827 .control-panel-themes .customize-themes-full-container.animate { 1887 -webkit-animation: .6s themes-fade-in 1;1888 1828 animation: .6s themes-fade-in 1; 1889 1829 } 1890 1830 1891 1831 .in-themes-panel:not(.animating) .control-panel-themes .filter-themes-count { 1892 -webkit-animation: .6s themes-fade-in 1;1893 1832 animation: .6s themes-fade-in 1; 1894 1833 } … … 2576 2515 .adding-menu-items .add-new-menu-item:before, 2577 2516 #accordion-section-add_menu .add-new-menu-item.open:before { 2578 -webkit-transform: rotate(45deg);2579 2517 transform: rotate(45deg); 2580 2518 }
Note: See TracChangeset
for help on using the changeset viewer.