mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 17:05:50 +01:00
Suppress noisy transition animation on load in IE11
http://stackoverflow.com/a/25674229
This commit is contained in:
@@ -1762,3 +1762,14 @@ div.container.blame-container{
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
/* Suppress transition animation on load */
|
||||
/****************************************************************************/
|
||||
body.page-load * {
|
||||
-webkit-transition: none !important;
|
||||
-moz-transition: none !important;
|
||||
-ms-transition: none !important;
|
||||
-o-transition: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user