Changeset 146918 in webkit
- Timestamp:
- Mar 26, 2013, 12:30:39 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r146912 r146918 1 2013-03-26 Dmitry Zvorygin <zvorygin@chromium.org> 2 3 Web Inspector: Faster drawer animation. 4 https://bugs.webkit.org/show_bug.cgi?id=113330 5 6 250ms -> 100ms 7 8 Reviewed by Pavel Feldman. 9 10 * inspector/front-end/inspector.css: 11 (.animate #main): 12 (.animate #floating-status-bar-container): 13 (.animate #drawer): 14 (.animate #bottom-status-bar-container > *): 15 1 16 2013-03-26 Brent Fulgham <bfulgham@webkit.org> 2 17 -
trunk/Source/WebCore/inspector/front-end/inspector.css
r146905 r146918 604 604 605 605 .animate #main { 606 -webkit-transition: bottom 250ms linear;606 -webkit-transition: bottom 100ms linear; 607 607 } 608 608 … … 676 676 677 677 .animate #floating-status-bar-container { 678 -webkit-transition: padding 250ms linear;678 -webkit-transition: padding 100ms linear; 679 679 } 680 680 … … 924 924 925 925 .animate #drawer { 926 -webkit-transition: height 250ms linear;926 -webkit-transition: height 100ms linear; 927 927 } 928 928 … … 2540 2540 2541 2541 .animate #bottom-status-bar-container > * { 2542 -webkit-transition: opacity 250ms linear;2542 -webkit-transition: opacity 100ms linear; 2543 2543 } 2544 2544
Note:
See TracChangeset
for help on using the changeset viewer.