removed not needed --webkit-transition

This commit is contained in:
Andreas Preikschat 2013-03-05 11:32:20 +01:00
parent 02335f6ef6
commit fee7797be1
1 changed files with 0 additions and 4 deletions

View File

@ -326,7 +326,6 @@ def build_lyrics_css(item, webkit_ver):
z-index: 5;
position: absolute;
display: table;
-webkit-transition: opacity 0.4s ease;
%s
}
.lyricscell {
@ -336,15 +335,12 @@ def build_lyrics_css(item, webkit_ver):
%s
}
.lyricsmain {
-webkit-transition: opacity 0.4s ease;
%s
}
.lyricsoutline {
-webkit-transition: opacity 0.4s ease;
%s
}
.lyricsshadow {
-webkit-transition: opacity 0.4s ease;
%s
}
"""