| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- .streaming {
- width: 80%;
- height: 98%;
- /* top: 1%;
- left: 10%; */
- top: 19%;
- left: 2%;
- position: absolute;
- display: flex;
- align-items: center;
- z-index: 2;
- opacity: 1;
- }
- .part1 {
- height: 40vh;
- width: 20%;
- position: absolute;
- opacity: 1;
- left: 31%;
- top: 0%;
- z-index: 3;
- }
- .part2 {
- width: 26%;
- height: 30vh;
- position: absolute;
- top: 29.5vh;
- left: 31.25%;
- opacity: 1;
- z-index: 3;
- }
- .part3 {
- width: 26%;
- height: 30vh;
- position: absolute;
- right: 29.5%;
- top: 0%;
- opacity: 1;
- z-index: 3;
- }
- .part4 {
- width: 20%;
- height: 40vh;
- position: absolute;
- right: 29%;
- top: 20vh;
- opacity: 1;
- z-index: 3;
- }
- .topLeft {
- animation-name: topLeft;
- -webkit-animation-name: topLeft;
- animation-duration: 2s;
- -webkit-animation-duration: 2s;
- animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease -out;
- }
- @keyframes topLeft {
- 0% {
- transform: scale(0);
- opacity: 0;
- top: -20%;
- left: 0%;
- }
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- }
- @-webkit-keyframes topLeft {
- 0% {
- -webkit-transform: scale(0);
- opacity: 0;
- top: -20%;
- left: 0%;
- }
- 100% {
- -webkit-transform: scale(1);
- opacity: 1;
- }
- }
- .topRight {
- animation-name: topRight;
- -webkit-animation-name: topRight;
- animation-duration: 2s;
- -webkit-animation-duration: 2s;
- animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease -out;
- }
- @keyframes topRight {
- 0% {
- transform: scale(0);
- opacity: 0;
- top: -20%;
- right: 0%;
- }
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- }
- @-webkit-keyframes topRight {
- 0% {
- -webkit-transform: scale(0);
- opacity: 0;
- top: -20%;
- right: 0%;
- }
- 100% {
- -webkit-transform: scale(1);
- opacity: 1;
- }
- }
- .bottomRight {
- animation-name: bottomRight;
- -webkit-animation-name: bottomRight;
- animation-duration: 2s;
- -webkit-animation-duration: 2s;
- animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease -out;
- }
- @keyframes bottomRight {
- 0% {
- transform: scale(0);
- opacity: 0;
- top: 50%;
- right: 0%;
- }
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- }
- @-webkit-keyframes bottomRight {
- 0% {
- -webkit-transform: scale(0);
- opacity: 0;
- top: 50%;
- right: 0%;
- }
- 100% {
- -webkit-transform: scale(1);
- opacity: 1;
- }
- }
- .bottomLeft {
- animation-name: bottomLeft;
- -webkit-animation-name: bottomLeft;
- animation-duration: 2s;
- -webkit-animation-duration: 2s;
- animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease -out;
- }
- @keyframes bottomLeft {
- 0% {
- transform: scale(0);
- opacity: 0.5;
- top: 50%;
- left: 0%;
- }
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- }
- @-webkit-keyframes bottomLeft {
- 0% {
- -webkit-transform: scale(0);
- opacity: 0.5;
- top: 50%;
- left: 0%;
- }
- 100% {
- -webkit-transform: scale(1);
- opacity: 1;
- }
- }
- .goOut {
- animation-name: goOut;
- -webkit-animation-name: goOut;
- animation-duration: 4s;
- -webkit-animation-duration: 4s;
- animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease-out;
- }
- @keyframes goOut {
- 0% {
- transform: skewX(0deg) translateX(0px);
- opacity: 1;
- }
- 100% {
- transform: skewX(20deg) translateX(2000px);
- opacity: 0;
- }
- }
- @-webkit-keyframes goOut {
- 0% {
- -webkit-transform: skewX(0deg) translateX(0px);
- opacity: 1;
- }
- 100% {
- -webkit-transform: skewX(20deg) translateX(2000px);
- opacity: 0;
- }
- }
- .streamVisible {
- animation-name: streamVisible;
- -webkit-animation-name: streamVisible;
- animation-duration: 1s;
- -webkit-animation-duration: 1s;
- animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease-out;
- visibility: visible !important;
- }
- @keyframes streamVisible {
- 0% {
- opacity: 0;
- filter: blur(5px);
- transform: scale(1.5) translateX(-100%);
- }
- 75% {
- opacity: 0;
- transform: translateX(100%) scaleX(0.75);
- }
- 80% {
- opacity: 0;
- transform: translateX(100%) scaleX(0.75);
- }
- 85% {
- opacity: 1;
- transform: translateX(0%) scaleX(0.75);
- }
- 86% {
- transform: translateX(0%) scaleY(1);
- }
- 100% {
- opacity: 1;
- transform: scale(1);
- }
- }
- @-webkit-keyframes streamVisible {
- 0% {
- opacity: 0;
- filter: blur(5px);
- -webkit-transform: scale(1.5);
- }
- 75% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- -webkit-transform: scale(1);
- }
- }
- .fromLeft {
- animation-name: fromLeft;
- -webkit-animation-name: fromLeft;
- animation-duration: 7s;
- -webkit-animation-duration: 7s;
- animation-timing-function: ease-out;
- -webkit-animation-timing-function: ease -out;
- visibility: visible !important;
- }
- @keyframes fromLeft {
- 0% {
- opacity: 0;
- filter: blur(3px);
- transform: translateX(-100%);
- }
- 75% {
- opacity: 0;
- transform: translateX(-100%);
- }
- 78% {
- opacity: 1;
- transform: skewX(20deg) translateX(0%);
- }
- 80% {
- transform: skewX(0deg) translateX(0%);
- }
- 100% {
- opacity: 1;
- filter: blur(0px);
- transform: scale(1) translateX(0%);
- }
- }
- @-webkit-keyframes fromLeft {
- 0% {
- opacity: 0;
- filter: blur(3px);
- -webkit-transform: translateX(-100%);
- }
- 75% {
- opacity: 0;
- filter: blur(3px);
- -webkit-transform: skewX(0deg) translateX(-100%);
- }
- 78% {
- opacity: 1;
- -webkit-transform: skewX(20deg) translateX(0%);
- }
- 80% {
- -webkit-transform: skewX(0deg) translateX(0%);
- }
- 100% {
- opacity: 1;
- filter: blur(0px);
- -webkit-transform: scale(1) translateX(0%);
- }
- }
|