@@ -586,12 +586,27 @@ body.page-home #footer {
586586 padding-bottom : 0 ;
587587 color : # ffffff ;
588588}
589+ # jumbotron .container {
590+ position : relative;
591+ height : 700px ;
592+ }
589593# jumbotron .terraform-canvas {
590594 position : absolute;
591595 top : 0 ;
592596 left : 0 ;
593597 width : 100% ;
594598 height : 100% ;
599+ opacity : 0 ;
600+ -webkit-transition : opacity 2s ease-out;
601+ -moz-transition : opacity 2s ease-out;
602+ -ms-transition : opacity 2s ease-out;
603+ -o-transition : opacity 2s ease-out;
604+ transition : opacity 2s ease-out;
605+ -webkit-transform : translate3d (0 , 0 , 0 );
606+ -moz-transform : translate3d (0 , 0 , 0 );
607+ -ms-transform : translate3d (0 , 0 , 0 );
608+ -o-transform : translate3d (0 , 0 , 0 );
609+ transform : translate3d (0 , 0 , 0 );
595610}
596611# jumbotron .logo-container {
597612 position : absolute;
@@ -602,6 +617,27 @@ body.page-home #footer {
602617 bottom : 0 ;
603618 -webkit-transform : translate3d (0 , 0 , 0 );
604619}
620+ # jumbotron # image {
621+ position : absolute;
622+ width : 100% ;
623+ height : 100% ;
624+ top : 0 ;
625+ left : 0 ;
626+ background-image : url(../ images/bg-galaxy.jpg);
627+ background-size : cover;
628+ background-position : 50% 50% ;
629+ opacity : 0 ;
630+ -webkit-transition : opacity 6s ease-out, -webkit-transform 20s ease-out;
631+ -moz-transition : opacity 6s ease-out, -moz-transform 20s ease-out;
632+ -ms-transition : opacity 6s ease-out, -ms-transform 20s ease-out;
633+ -o-transition : opacity 6s ease-out, -o-transform 20s ease-out;
634+ transition : opacity 6s ease-out, transform 20s ease-out;
635+ -webkit-transform : translate3d (0 , 0 , 0 ) scale (0.7 );
636+ -moz-transform : translate3d (0 , 0 , 0 ) scale (0.7 );
637+ -ms-transform : translate3d (0 , 0 , 0 ) scale (0.7 );
638+ -o-transform : translate3d (0 , 0 , 0 ) scale (0.7 );
639+ transform : translate3d (0 , 0 , 0 ) scale (0.7 );
640+ }
605641.animated-logo {
606642 position : absolute;
607643 z-index : 200 ;
@@ -617,7 +653,7 @@ body.page-home #footer {
617653 -webkit-transform : translate3d (0 , 0 , 0 ) rotateY (0deg ) skewY (0deg ) scaleX (1 );
618654}
619655.state-one .state-two .state-three .state-four .animated-logo {
620- -webkit-transform : translate3d (0 , 0 , 0 ) rotateY (-45deg ) skewY (22deg ) scaleX (1.26 );
656+ -webkit-transform : translate3d (0 , 10 px , 0 ) rotateY (-45deg ) skewY (22deg ) scaleX (1.26 );
621657}
622658.white-block {
623659 position : absolute;
0 commit comments