File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,14 +81,7 @@ Engine = Base.extend({
8181 start : function ( ) {
8282 var parent = this . canvas . parentNode ;
8383
84- this . background . style . opacity = 1 ;
85-
86- this . background . style . webkitTransform = 'translate3d(0,0,0) scale(1)' ;
87- this . background . style . mozTransform = 'translate3d(0,0,0) scale(1)' ;
88- this . background . style . msTransform = 'translate3d(0,0,0) scale(1)' ;
89- this . background . style . oTransform = 'translate3d(0,0,0) scale(1)' ;
90- this . background . style . transform = 'translate3d(0,0,0) scale(1)' ;
91-
84+ this . background . className += ' show' ;
9285 this . canvas . style . opacity = 1 ;
9386
9487 new Chainable ( )
Original file line number Diff line number Diff line change 8585 -ms-transform :translate3d (0 ,0 ,0 ) scale (0.7 );
8686 -o-transform :translate3d (0 ,0 ,0 ) scale (0.7 );
8787 transform :translate3d (0 ,0 ,0 ) scale (0.7 );
88+ & .show {
89+ opacity :1 ;
90+ -webkit-transform :translate3d (0 ,0 ,0 ) scale (1 );
91+ -moz-transform :translate3d (0 ,0 ,0 ) scale (1 );
92+ -ms-transform :translate3d (0 ,0 ,0 ) scale (1 );
93+ -o-transform :translate3d (0 ,0 ,0 ) scale (1 );
94+ transform :translate3d (0 ,0 ,0 ) scale (1 );
95+ }
8896 }
8997}
9098
Original file line number Diff line number Diff line change @@ -649,6 +649,14 @@ body.page-home #footer {
649649 -o-transform : translate3d (0 , 0 , 0 ) scale (0.7 );
650650 transform : translate3d (0 , 0 , 0 ) scale (0.7 );
651651}
652+ # jumbotron .galaxy-image .show {
653+ opacity : 1 ;
654+ -webkit-transform : translate3d (0 , 0 , 0 ) scale (1 );
655+ -moz-transform : translate3d (0 , 0 , 0 ) scale (1 );
656+ -ms-transform : translate3d (0 , 0 , 0 ) scale (1 );
657+ -o-transform : translate3d (0 , 0 , 0 ) scale (1 );
658+ transform : translate3d (0 , 0 , 0 ) scale (1 );
659+ }
652660.tag-line {
653661 position : absolute;
654662 width : 100% ;
You can’t perform that action at this time.
0 commit comments