lrc overflow

This commit is contained in:
DIYgod 2016-01-01 17:17:05 +08:00
parent 441355b77f
commit e08cb961ad
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "aplayer",
"version": "1.2.6",
"version": "1.2.7",
"description": "Wow, such a beautiful html5 music player",
"main": "APlayer.js",
"scripts": {

View File

@ -342,6 +342,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height;
margin: 0;
transition: all 0.5s ease-out;
opacity: 0.4;
overflow: hidden;
&.aplayer-lrc-current {
opacity: 1;