File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 360360 var childWindow, interval;
361361 $(function(){
362362 if($('#lrbox').data('isforcedlogin') == 0){
363- $('#lrbox').css({
364- scale: 0.9
365- });
363+ $('#lrbox').css('scale', 0.9);
366364 $('#lrbox .lrbox').css({
367365 y: -300,
368- perspective: '1000px' ,
366+ perspective: 1000 ,
369367 rotateX: '60deg'
370368 });
371369 }
383381 scale: 0.9,
384382 opacity: 0,
385383 visibility: 'hidden'
386- }, 200 );
384+ }, 300 );
387385 $('#lrbox .lrbox').transition({
388386 y: -300,
389387 rotateX: '60deg'
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ HROS.base = (function(){
8989 scale : 1 ,
9090 opacity : 1 ,
9191 visibility : 'visible'
92- } , 200 ) ;
92+ } , 300 ) ;
9393 $ ( '#lrbox .lrbox' ) . transition ( {
9494 y : 0 ,
9595 rotateX : '0deg'
You can’t perform that action at this time.
0 commit comments