animation-main.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. .streaming {
  2. width: 80%;
  3. height: 98%;
  4. /* top: 1%;
  5. left: 10%; */
  6. top: 19%;
  7. left: 2%;
  8. position: absolute;
  9. display: flex;
  10. align-items: center;
  11. z-index: 2;
  12. opacity: 1;
  13. }
  14. .part1 {
  15. height: 40vh;
  16. width: 20%;
  17. position: absolute;
  18. opacity: 1;
  19. left: 31%;
  20. top: 0%;
  21. z-index: 3;
  22. }
  23. .part2 {
  24. width: 26%;
  25. height: 30vh;
  26. position: absolute;
  27. top: 29.5vh;
  28. left: 31.25%;
  29. opacity: 1;
  30. z-index: 3;
  31. }
  32. .part3 {
  33. width: 26%;
  34. height: 30vh;
  35. position: absolute;
  36. right: 29.5%;
  37. top: 0%;
  38. opacity: 1;
  39. z-index: 3;
  40. }
  41. .part4 {
  42. width: 20%;
  43. height: 40vh;
  44. position: absolute;
  45. right: 29%;
  46. top: 20vh;
  47. opacity: 1;
  48. z-index: 3;
  49. }
  50. .topLeft {
  51. animation-name: topLeft;
  52. -webkit-animation-name: topLeft;
  53. animation-duration: 2s;
  54. -webkit-animation-duration: 2s;
  55. animation-timing-function: ease-out;
  56. -webkit-animation-timing-function: ease -out;
  57. }
  58. @keyframes topLeft {
  59. 0% {
  60. transform: scale(0);
  61. opacity: 0;
  62. top: -20%;
  63. left: 0%;
  64. }
  65. 100% {
  66. transform: scale(1);
  67. opacity: 1;
  68. }
  69. }
  70. @-webkit-keyframes topLeft {
  71. 0% {
  72. -webkit-transform: scale(0);
  73. opacity: 0;
  74. top: -20%;
  75. left: 0%;
  76. }
  77. 100% {
  78. -webkit-transform: scale(1);
  79. opacity: 1;
  80. }
  81. }
  82. .topRight {
  83. animation-name: topRight;
  84. -webkit-animation-name: topRight;
  85. animation-duration: 2s;
  86. -webkit-animation-duration: 2s;
  87. animation-timing-function: ease-out;
  88. -webkit-animation-timing-function: ease -out;
  89. }
  90. @keyframes topRight {
  91. 0% {
  92. transform: scale(0);
  93. opacity: 0;
  94. top: -20%;
  95. right: 0%;
  96. }
  97. 100% {
  98. transform: scale(1);
  99. opacity: 1;
  100. }
  101. }
  102. @-webkit-keyframes topRight {
  103. 0% {
  104. -webkit-transform: scale(0);
  105. opacity: 0;
  106. top: -20%;
  107. right: 0%;
  108. }
  109. 100% {
  110. -webkit-transform: scale(1);
  111. opacity: 1;
  112. }
  113. }
  114. .bottomRight {
  115. animation-name: bottomRight;
  116. -webkit-animation-name: bottomRight;
  117. animation-duration: 2s;
  118. -webkit-animation-duration: 2s;
  119. animation-timing-function: ease-out;
  120. -webkit-animation-timing-function: ease -out;
  121. }
  122. @keyframes bottomRight {
  123. 0% {
  124. transform: scale(0);
  125. opacity: 0;
  126. top: 50%;
  127. right: 0%;
  128. }
  129. 100% {
  130. transform: scale(1);
  131. opacity: 1;
  132. }
  133. }
  134. @-webkit-keyframes bottomRight {
  135. 0% {
  136. -webkit-transform: scale(0);
  137. opacity: 0;
  138. top: 50%;
  139. right: 0%;
  140. }
  141. 100% {
  142. -webkit-transform: scale(1);
  143. opacity: 1;
  144. }
  145. }
  146. .bottomLeft {
  147. animation-name: bottomLeft;
  148. -webkit-animation-name: bottomLeft;
  149. animation-duration: 2s;
  150. -webkit-animation-duration: 2s;
  151. animation-timing-function: ease-out;
  152. -webkit-animation-timing-function: ease -out;
  153. }
  154. @keyframes bottomLeft {
  155. 0% {
  156. transform: scale(0);
  157. opacity: 0.5;
  158. top: 50%;
  159. left: 0%;
  160. }
  161. 100% {
  162. transform: scale(1);
  163. opacity: 1;
  164. }
  165. }
  166. @-webkit-keyframes bottomLeft {
  167. 0% {
  168. -webkit-transform: scale(0);
  169. opacity: 0.5;
  170. top: 50%;
  171. left: 0%;
  172. }
  173. 100% {
  174. -webkit-transform: scale(1);
  175. opacity: 1;
  176. }
  177. }
  178. .goOut {
  179. animation-name: goOut;
  180. -webkit-animation-name: goOut;
  181. animation-duration: 4s;
  182. -webkit-animation-duration: 4s;
  183. animation-timing-function: ease-out;
  184. -webkit-animation-timing-function: ease-out;
  185. }
  186. @keyframes goOut {
  187. 0% {
  188. transform: skewX(0deg) translateX(0px);
  189. opacity: 1;
  190. }
  191. 100% {
  192. transform: skewX(20deg) translateX(2000px);
  193. opacity: 0;
  194. }
  195. }
  196. @-webkit-keyframes goOut {
  197. 0% {
  198. -webkit-transform: skewX(0deg) translateX(0px);
  199. opacity: 1;
  200. }
  201. 100% {
  202. -webkit-transform: skewX(20deg) translateX(2000px);
  203. opacity: 0;
  204. }
  205. }
  206. .streamVisible {
  207. animation-name: streamVisible;
  208. -webkit-animation-name: streamVisible;
  209. animation-duration: 1s;
  210. -webkit-animation-duration: 1s;
  211. animation-timing-function: ease-out;
  212. -webkit-animation-timing-function: ease-out;
  213. visibility: visible !important;
  214. }
  215. @keyframes streamVisible {
  216. 0% {
  217. opacity: 0;
  218. filter: blur(5px);
  219. transform: scale(1.5) translateX(-100%);
  220. }
  221. 75% {
  222. opacity: 0;
  223. transform: translateX(100%) scaleX(0.75);
  224. }
  225. 80% {
  226. opacity: 0;
  227. transform: translateX(100%) scaleX(0.75);
  228. }
  229. 85% {
  230. opacity: 1;
  231. transform: translateX(0%) scaleX(0.75);
  232. }
  233. 86% {
  234. transform: translateX(0%) scaleY(1);
  235. }
  236. 100% {
  237. opacity: 1;
  238. transform: scale(1);
  239. }
  240. }
  241. @-webkit-keyframes streamVisible {
  242. 0% {
  243. opacity: 0;
  244. filter: blur(5px);
  245. -webkit-transform: scale(1.5);
  246. }
  247. 75% {
  248. opacity: 0;
  249. }
  250. 100% {
  251. opacity: 1;
  252. -webkit-transform: scale(1);
  253. }
  254. }
  255. .fromLeft {
  256. animation-name: fromLeft;
  257. -webkit-animation-name: fromLeft;
  258. animation-duration: 7s;
  259. -webkit-animation-duration: 7s;
  260. animation-timing-function: ease-out;
  261. -webkit-animation-timing-function: ease -out;
  262. visibility: visible !important;
  263. }
  264. @keyframes fromLeft {
  265. 0% {
  266. opacity: 0;
  267. filter: blur(3px);
  268. transform: translateX(-100%);
  269. }
  270. 75% {
  271. opacity: 0;
  272. transform: translateX(-100%);
  273. }
  274. 78% {
  275. opacity: 1;
  276. transform: skewX(20deg) translateX(0%);
  277. }
  278. 80% {
  279. transform: skewX(0deg) translateX(0%);
  280. }
  281. 100% {
  282. opacity: 1;
  283. filter: blur(0px);
  284. transform: scale(1) translateX(0%);
  285. }
  286. }
  287. @-webkit-keyframes fromLeft {
  288. 0% {
  289. opacity: 0;
  290. filter: blur(3px);
  291. -webkit-transform: translateX(-100%);
  292. }
  293. 75% {
  294. opacity: 0;
  295. filter: blur(3px);
  296. -webkit-transform: skewX(0deg) translateX(-100%);
  297. }
  298. 78% {
  299. opacity: 1;
  300. -webkit-transform: skewX(20deg) translateX(0%);
  301. }
  302. 80% {
  303. -webkit-transform: skewX(0deg) translateX(0%);
  304. }
  305. 100% {
  306. opacity: 1;
  307. filter: blur(0px);
  308. -webkit-transform: scale(1) translateX(0%);
  309. }
  310. }