AlkantarClanX12
Current Path : /home/thanudqk/siamfreetour.com/wp-content/plugins/loading-page/loading-screens/bar/ |
Current File : /home/thanudqk/siamfreetour.com/wp-content/plugins/loading-page/loading-screens/bar/loading-bar.js |
var cp_loadingpage=cp_loadingpage||{};cp_loadingpage.graphics=cp_loadingpage.graphics||{};cp_loadingpage.graphics.bar={created:!1,attr:{},create:function(a){a.backgroundColor=a.backgroundColor||"#000000";a.height=a.height||1;a.foregroundColor=a.foregroundColor||"#FFFFFF";var b={width:"100%",height:"100%",backgroundColor:a.backgroundColor,position:"fixed",zIndex:666999,top:0,left:0};a.backgroundImage&&(b.backgroundImage="url("+a.backgroundImage+")",b["background-repeat"]=a.backgroundRepeat,b["background-position"]="center center","no-repeat"==b["background-repeat"].toLowerCase()&&"undefined"!==typeof a.fullscreen&&1==1*a.fullscreen&&(b["background-attachment"]="fixed",b["-webkit-background-size"]="contain",b["-moz-background-size"]="contain",b["-o-background-size"]="contain",b["background-size"]="contain"));this.attr.overlay=jQuery("<div class='lp-screen'></div>").css(b).appendTo("html");this.attr.bar=jQuery("<div class='lp-screen-graphic'></div>").css({height:a.height+"px",marginTop:"-"+a.height/2+"px",backgroundColor:a.foregroundColor,width:"0%",position:"absolute",top:"50%"}).appendTo(this.attr.overlay);a.text&&(this.attr.text=jQuery("<div class='lp-screen-text'></div>").text("0%").css({height:"40px",width:"100px",position:"absolute",fontSize:"3em",top:"50%",left:"50%",marginTop:"-"+(59+a.height)+"px",textAlign:"center",marginLeft:"-50px",color:a.foregroundColor}).appendTo(this.attr.overlay));this.created=!0},set:function(a){this.attr.bar.stop().animate({width:a+"%",minWidth:a+"%"},200);this.attr.text&&this.attr.text.text(Math.ceil(a)+"%")},complete:function(a){a();var b=this;this.attr.overlay.fadeOut(1500,function(){b.attr.overlay.remove()})}};