Max brightness on fp bg, bg transition, placeholder opacity

This commit is contained in:
Nicolas Almagro Tonne
2015-11-28 18:24:03 +01:00
parent 99c4a9848d
commit 0853ab1dfb
4 changed files with 26 additions and 16 deletions

View File

@@ -120,7 +120,6 @@ var Nochan = {
var id = list[i][1];
if(Nochan.blob_list[i] !== undefined){
$("#mega-background").css("opacity", 0);
//$(".room-namer").css("opacity", 0);
setTimeout(function(){
$("#mega-background").css("background", "url(data:image/png;base64,"+Nochan.blob_list[i]+")");
@@ -137,7 +136,6 @@ var Nochan = {
success: function(data){
Nochan.blob_list.push(data);
//data will contain the vote count echoed by the controller i.e.
$("#mega-background").css("opacity", 0);
//$(".room-namer").css("opacity", 0);
setTimeout(function(){
$("#mega-background").css("background", "url(data:image/png;base64,"+data+")");