Revisions: Use jQuery animation.
The CSS3 animations caused issues because the element was still there, and there is no standard way to know when a CSS3 animation is done. See #24425. git-svn-id: http://core.svn.wordpress.org/trunk@24660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3666,14 +3666,6 @@ table.diff .diff-addedline ins {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.revisions-tooltip.fade {
|
||||
-webkit-transition: opacity 200ms;
|
||||
-ms-transition: opacity 200ms;
|
||||
-moz-transition: opacity 200ms;
|
||||
-o-transition: opacity 200ms;
|
||||
transition: opacity 200ms;
|
||||
}
|
||||
|
||||
.comparing-two-revisions .revisions-tooltip {
|
||||
bottom: 145px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user