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