mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Max brightness on fp bg, bg transition, placeholder opacity
This commit is contained in:
@@ -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+")");
|
||||
|
||||
Reference in New Issue
Block a user