File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ define(function(require) {
2727 var data = this . model . toJSON ( ) ;
2828 var template = Handlebars . templates [ "tutor" ] ;
2929 this . $el . html ( template ( data ) ) . appendTo ( '#wrapper' ) ;
30+ this . $ ( '.tutor' ) . css ( { display : 'block' , opacity : 0 } ) ;
3031 _ . defer ( _ . bind ( function ( ) {
3132 this . showTutor ( ) ;
32- this . $ ( '.tutor' ) . css ( { display : 'block' , opacity : 0 } ) ;
3333 } , this ) ) ;
3434 return this ;
3535 } ,
@@ -48,7 +48,8 @@ define(function(require) {
4848 'height' :'100%' ,
4949 'top' :0 ,
5050 'overflow-y' : 'scroll' ,
51- '-webkit-overflow-scrolling' : 'touch'
51+ '-webkit-overflow-scrolling' : 'touch' ,
52+ 'opacity' :1
5253 } ) ;
5354 } else {
5455 if ( noAnimation ) {
Original file line number Diff line number Diff line change 77 background-color : @inverted-background-color ;
88 color : @inverted-foreground-color ;
99 z-index : 550 ;
10- opacity :0 ;
1110 .ie8 & {
1211 left :0px ;
1312 }
You can’t perform that action at this time.
0 commit comments