Fullscreen
Platformer
position: absolute; height: 2px; left: 50%; margin-left: -100px; width: 200px; position: relative; overflow: hidden; background-color: #FFF; } div#spinner:before{ display: block; position: absolute; content: ""; left: -200px; width: 200px; height: 4px; background-color: #990000; animation: loading 2s linear infinite; } @keyframes loading { from {left: -50%; width: 30%;} 50% {width: 30%;} 70% {width: 70%;} 80% { left: 50%;} 95% {left: 120%;} to {left: 100%;} }

Loading...

%UNITY_WEBGL_LOADER_GLUE%